mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Manual page for vcal2xapia.awk
This commit is contained in:
parent
acb2dd330d
commit
bf3ac1b969
1 changed files with 25 additions and 0 deletions
25
cde/contrib/vcal2xapia/vcal2xapia.1
Normal file
25
cde/contrib/vcal2xapia/vcal2xapia.1
Normal file
|
@ -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
|
Loading…
Reference in a new issue