aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/intro.md8
-rw-r--r--doc/setup.md56
2 files changed, 0 insertions, 64 deletions
diff --git a/doc/intro.md b/doc/intro.md
deleted file mode 100644
index f4ee2a2..0000000
--- a/doc/intro.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# Overview of calendaring info
-
-[[!template id=realm]] handles personal and group calendars.
-Some calendars are also public readable.
-
-## Setup
-
- * Short [[event/intro]] to start using calendaring
diff --git a/doc/setup.md b/doc/setup.md
deleted file mode 100644
index b8767b7..0000000
--- a/doc/setup.md
+++ /dev/null
@@ -1,56 +0,0 @@
-# Calendaring introduction
-
-Anyone can read calendars shared publicly at [[!template id=realm]].
-
-Your personal [[account]] grants read-only access to closed-group shared calendars.
-
-Custom group accounts provide write access to (closed-group or public) shared calendars.
-
-
-## Clients
-
-Recommended calendaring client depends on the operating system you use:
-
- * Mac, iPhone and iPad: Apple Calendar
- * Windows and Linux: [Mozilla Lightning](https://www.mozilla.org/en-US/projects/calendar/)
- * Android: [DAVdroid](https://f-droid.org/app/at.bitfire.davdroid)
- and [ICSdroid](https://f-droid.org/app/at.bitfire.icsdroid)
-
-
-## Security
-
-Before you setup any password-protected calendars,
-make sure to install the [CACert.org security certificate](http://wiki.cacert.org/FAQ/BrowserClients).
-
-
-## Read-only access
-
-When you only need to read a calendar,
-the best (most efficient) is to subscribe to an **iCal** calender:
-
- 1. Copy address of relevant calendar from web page
- <http://[[!template id=eventhost]]/>.
- 2. Open calendaring client, and add new account profile of type "ical".
- 3. Paste the calendar address as server address.
-
-Closed-group calendars also require username and password,
-and require a secure connection (TLS or SSL, or "https://" address).
-
-
-## Read-write access
-
-To both read a calendar and help maintain its content,
-you need to setup a **CalDAV** profile:
-
- 1. Open calendaring client, and add new account profile of type "CalDAV".
- 2. Server address: **[[!template id=eventhost]]:8443**
- 3. Username and password: Either personal or calendar-group account credentials.
-
-If above fails, or if you want to specifically pick a single calender,
-use this alternative approach:
-
- 1. Copy address of relevant calendar from web page
- **https://[[!template id=eventhost]]:8443/calendars/users/USERNAME/**
- (replace USERNAME with either personal or calendar-group account name)
- 2. Open calendaring client, and add new account profile of type "CalDAV".
- 3. Paste the calendar address as server address.