From 50569114acdc64e7c7cae1498635d3f821517c30 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 7 Mar 2016 15:53:16 +0100 Subject: Initial commit of the Faster IT roundcube_calendar plugin distribution This includes: * Kolab plugins 3.2.9 (calendar and libcalendaring) * CalDAV driver 3.2.8 * .htaccess files for at least some security * SabreDAV updated to 1.8.12 (Jan 2015 release) * Support for CURLOPT_SSL_* settings to allow self-signed certificates * Small fixes & improved documentation --- calendar/helpdocs/en_US/importexport.rst | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 calendar/helpdocs/en_US/importexport.rst (limited to 'calendar/helpdocs/en_US/importexport.rst') diff --git a/calendar/helpdocs/en_US/importexport.rst b/calendar/helpdocs/en_US/importexport.rst new file mode 100644 index 0000000..d037e92 --- /dev/null +++ b/calendar/helpdocs/en_US/importexport.rst @@ -0,0 +1,43 @@ +.. index:: Import, iCal +.. _calendar-import: + +************* +Import/Export +************* + +Event data is usually exchanged using the standard |iCal|_ format +which is supported for import and export. + + +Importing Events +---------------- + +This is how to add events from an |iCal|_ (.ics) file: + +1. Click the *Import* toolbar button in the calendar view. +2. Then select the file to import from your computer's hard drive. +3. Select the calendar to import the events to. +4. Select the threshold for old events to be imported. +5. Click *Import* and wait for the upload to finish. + +The calendar view will be refreshed to display the newly imported events. +Verify that the according calendar is active if you don't see them. + + +.. index:: Export +.. _calendar-export: + +Exporting Events +---------------- + +Events from your calendars can be exported and downloaded in the |iCal|_ format. + +1. Click the *Export* toolbar button in the calendar view. +2. Select the calendar where events should be exported from. +3. With the *Events from* selector you choose the time constraints for exporting. +4. Click the *Export* button to start the export. +5. Choose where to save the exported .ics file if prompted, otherwise check the "Downloads" folder on your computer. + + +.. |iCal| replace:: iCalendar +.. _iCal: https://en.wikipedia.org/wiki/ICalendar -- cgit v1.2.3