From 8c40cd606f822cf9d928527283f70bf2083fe817 Mon Sep 17 00:00:00 2001 From: RealRancor Date: Thu, 29 Jan 2015 04:17:26 +0100 Subject: [PATCH] Add docs for special CalDAV urls --- user_manual/pim/calendar.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/user_manual/pim/calendar.rst b/user_manual/pim/calendar.rst index 6b20b6a4a..3a7ecd1ce 100644 --- a/user_manual/pim/calendar.rst +++ b/user_manual/pim/calendar.rst @@ -290,6 +290,19 @@ calendar event: The Calendar app deletes the event. +Special CalDAV URLs +------------------- + +Additionally the calendar app is providing two URLs for special functions: + +**Export calendar as an .ics file** + + https://ADDRESS/remote.php/caldav/calendars/USERNAME/CALENDARNAME?export + +**Your contact's birthdays** + + https://ADDRESS/remote.php/caldav/calendars/USERNAME/contact_birthdays + Calendar App FAQ ----------------