aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-03-09 23:34:58 +0100
committerJonas Smedegaard <dr@jones.dk>2015-03-09 23:34:58 +0100
commit680dc1a7d06734aeda3c78b3eb840cd3b700f593 (patch)
tree6567b836ff582ba8fcf7e36e1223490db5d23bc1
parentde5c6fd073e454a3f9e3d6228d069abcb0e4b8ff (diff)
Improved and more compact intro.
-rw-r--r--doc/setup.md28
1 files changed, 11 insertions, 17 deletions
diff --git a/doc/setup.md b/doc/setup.md
index 7cc535e..52e3aa7 100644
--- a/doc/setup.md
+++ b/doc/setup.md
@@ -24,7 +24,7 @@ make sure to install the [CACert.org security certificate](http://wiki.cacert.or
## Read-only access
-If you only need to read a calendar maintained by others,
+When you only need to read a calendar,
then the best (most efficient) is to subscribe to an "iCal" calender:
1. Go to web page http://[[!template id=eventhost]]/
@@ -40,23 +40,17 @@ 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.
+you need to setup a "CalDAV" profile:
-Some calendaring clients (e.g. recent Apple Calendar) need little profile info:
+ 1. Open calendaring client, and add new account profile of type "CalDAV" (a.k.a. "on the network").
+ 2. Server address: **[[!template id=eventhost]]:8443**
+ 3. Username and password: Either personal or calendar-group account credentials.
- * Server address: **[[!template id=eventhost]]:8443**
- * Username and password: Credentials for either your personal account or a custom group account
+If above fails, or if you want to specifically pick a single calender,
+use this alternative approach:
-Some calendaring clients (e.g. older Apple ical) need slightly more profile info:
-
- * Server address: **https://[[!template id=eventhost]]:8443/calendars/users/**
- * Username and password: Credentials for either your personal account or a custom group account
-
-Other calendaring clients (e.g. Mozilla Lightning) need exact calendar address:
-
- 1. Go to web page https://[[!template id=eventhost]]:8443/calendars/users/USERNAME/
- (replace USERNAME with personal or calendar-group account name)
+ 1. Go to web page **https://[[!template id=eventhost]]:8443/calendars/users/USERNAME/**
+ (replace USERNAME with either personal or calendar-group account name)
2. Copy address for relevant calendar (a.k.a. "Collection").
- 3. Open calendaring client, and add new account profile.
- 4. Request creation of a new "CalDAV" profile (also called "on the network")
- 5. Paste the calendar address as server address.
+ 3. Open calendaring client, and add new account profile of type "CalDAV" (a.k.a. "on the network").
+ 5. Server address: Paste the calendar selected previously.