From b9c9764dfe5e36f9679c450f7861336d8d27b8cc Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 4 Apr 2021 20:27:04 +0200 Subject: use mustache templates --- USE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/USE.md b/USE.md index 3dbb71b..59f8d2e 100644 --- a/USE.md +++ b/USE.md @@ -1,6 +1,6 @@ # Calendaring introduction -Anyone can read calendars shared publicly at [[!template id=realm]]. +Anyone can read calendars shared publicly at {{organisation}}. Your personal [[account]] grants read-only access to closed-group shared calendars. @@ -23,7 +23,7 @@ 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 - . + . 2. Open calendaring client, and add new account profile of type "ical". 3. Paste the calendar address as server address. @@ -37,14 +37,14 @@ 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** + 2. Server address: **{{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/** + **https://{{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. -- cgit v1.2.3