diff options
Diffstat (limited to 'doc/export.txt')
-rw-r--r-- | doc/export.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/export.txt b/doc/export.txt new file mode 100644 index 0000000..570257d --- /dev/null +++ b/doc/export.txt @@ -0,0 +1,22 @@ +Export +====== + +Export calcurse data (appointments, events and todos). +This leads to the export submenu, from which you can choose between +two different export formats: 'ical' and 'pcal'. Choosing one of +those formats lets you export calcurse data to icalendar or pcal +format. + +You first need to specify the file to which the data will be exported. +By default, this file is: + + ~/calcurse.ics + +for an ical export, and: + + ~/calcurse.txt + +for a pcal export. + +Calcurse data are exported in the following order: + events, appointments, todos. |