[cvs] [Wiki] changed: SyncMLDevicesFileFormats

Karsten Fourmont karsten at horde.org
Thu Sep 22 12:52:34 PDT 2005


karsten  Thu, 22 Sep 2005 12:52:34 -0700

Modified page: http://wiki.horde.org/SyncMLDevicesFileFormats
New Revision:  1.1
Change log:  initial revision: synthesis tasks example

@@ -1 +1,33 @@
++ File Formats for various sync devices
+
+Various ``SyncML`` capable devices exchange data (adress, calendar, todo, notes) in various data formats. This page is designed to collect as many examples from as many devices as possible to allow for an implementation that can deal with any of these.
+
+
+++ Synthesis ``SyncML`` client
+
+The Synthesis (www.synthesis.ch) client can be used to sync Palm and various Windows Mobile PDAs.
+
++++ Synthesis Tasks Example
+<code>
+BEGIN:VCALENDAR
+VERSION:1.0
+BEGIN:VTODO
+SUMMARY:Synthesis todo entry on pal,
+CATEGORIES:Tests
+CLASS:PUBLIC
+DESCRIPTION;ENCODING=QUOTED-PRINTABLE:Note line1=0D=0A=
+line2=0D=0A=
+
+DUE:20050929T000000
+PRIORITY:1
+STATUS:NEEDS ACTION
+END:VTODO
+END:VCALENDAR
+</code>
+
+**Notes**: 
+* Priority can be 1-5. 
+* If a todo entry is marked as completed, its status becomes {{COMPLETED}}.
+* The client is quite picky about the version number: ensure it's VERSION:1.0
+
 


More information about the cvs mailing list