vcal2xapia.1 796 B

12345678910111213141516171819202122232425
  1. .TH vcal2xapia 1 11/3/2016
  2. .SH NAME
  3. \fB vcal2xapia \fR -- converts vCalendar/iCalendar files to XAPIA format
  4. .SH SYNOPSIS
  5. .SY
  6. \fB vcal2xapia\fR \<[vCalendar file] \> [XAPIA file]
  7. .YS
  8. .SH DESCRIPTION
  9. The AWK script \fB vcal2xapia \fR reads on stdin a vCalendar/iCalendar file
  10. containing a single appointment or ToDo item and writes on stdout a XAPIA format
  11. file with the appointment or ToDo item. Such a file can be dragged on the
  12. \fB dtcm(1) \fR calendar icon to create an appointment/ToDo in the CDE
  13. calendar or further edited with \fB dtcm_editor(1) \fR.
  14. .SH LIMITATIONS/BUGS
  15. The script only handles events/ToDo items in UTC time, and can only parse
  16. timezone data in numerical form. Attachments are ignored.
  17. .SH SEE ALSO
  18. .B dtcm(1), dtcm_editor(1), csacsa(5)
  19. .SH AUTHOR
  20. Edmond Orignac
  21. .ME