Manual page for vcal2xapia.awk
authorEdmond ORIGNAC <Edmond.Orignac@wanadoo.fr>
Mon, 2 Jan 2017 18:57:11 +0000 (19:57 +0100)
committerJon Trulson <jon@radscan.com>
Tue, 3 Jan 2017 00:10:30 +0000 (17:10 -0700)
cde/contrib/vcal2xapia/vcal2xapia.1 [new file with mode: 0644]

diff --git a/cde/contrib/vcal2xapia/vcal2xapia.1 b/cde/contrib/vcal2xapia/vcal2xapia.1
new file mode 100644 (file)
index 0000000..e52df24
--- /dev/null
@@ -0,0 +1,25 @@
+.TH vcal2xapia 1 11/3/2016
+.SH NAME
+ \fB vcal2xapia \fR -- converts vCalendar/iCalendar files to XAPIA format
+.SH SYNOPSIS
+.SY
+\fB vcal2xapia\fR \<[vCalendar file] \> [XAPIA file]
+.YS
+.SH DESCRIPTION
+The AWK script \fB vcal2xapia \fR reads on stdin a vCalendar/iCalendar file
+containing a single appointment or ToDo item and writes on stdout a XAPIA format
+file with the appointment or ToDo item. Such a file can be dragged on the
+\fB dtcm(1) \fR calendar icon to create an appointment/ToDo in the CDE
+calendar or further edited with \fB dtcm_editor(1) \fR.
+
+.SH LIMITATIONS/BUGS
+The script only handles events/ToDo items in UTC time, and can only parse
+timezone data in numerical form. Attachments are ignored.
+
+.SH SEE ALSO
+
+.B dtcm(1), dtcm_editor(1), csacsa(5)
+
+.SH AUTHOR
+Edmond Orignac
+.ME