[cvs] [Wiki] changed: SyncMLDevicesFileFormats

Wiki Guest wiki at wiki.horde.org
Wed Mar 1 18:23:37 PST 2006


guest [201.43.190.245]  Wed, 01 Mar 2006 18:23:37 -0800

Modified page: http://wiki.horde.org/SyncMLDevicesFileFormats
New Revision:  1.8
Change log:  Added Nokia 9500 example

@@ -139,5 +139,68 @@
 TEL;WORK:number
 TEL;CELL:number
 END:VCARD
 </code>
+
+
+++ Nokia 9500
+
++++ Nokia 9500 Contact Example
+<code>
+BEGIN:VCARD
+VERSION:2.1
+REV:20060301T021807Z
+N:Lastname;Firstname;Middlename;Title;Suffix
+ADR;HOME:PostBox;;Street;City;State;Postcode;RegionCountry
+ADR;WORK:PotsBox;;Street;City;State;Postcode;RegionCountry
+ORG:Company;
+TITLE:Job
+TEL;VOICE:0000000000
+TEL;CELL:0000000000
+TEL;FAX:0000000000000
+EMAIL;INTERNET:test at example.com
+EMAIL;INTERNET:test2 at example.com
+TEL;WORK;VOICE:0000000000000
+BDAY:20060228
+END:VCARD
+</code>
+
++++ Nokia 9500 Todo Example 
+<code>
+BEGIN:VCALENDAR
+VERSION:1.0
+BEGIN:VTODO
+UID:170
+SUMMARY:Send email to mates
+X-EPOCTODOLIST:To-do list
+STATUS:NEEDS ACTION
+X-EPOCAGENDAENTRYTYPE:TODO
+CLASS:PUBLIC
+DCREATED:20060301T000000
+LAST-MODIFIED:20060302T050500Z
+PRIORITY:3
+END:VTODO
+END:VCALENDAR
+</code>
+
+
++++ Nokia 9500 Calendar Example
+<code>
+BEGIN:VCALENDAR
+VERSION:1.0
+BEGIN:VEVENT
+UID:171
+SUMMARY:Happy Hour
+DTSTART:20060309T213000Z
+DTEND:20060310T010000Z
+X-EPOCAGENDAENTRYTYPE:APPOINTMENT
+CLASS:PUBLIC
+LOCATION:Deck
+DCREATED:20060301T000000
+LAST-MODIFIED:20060302T050800Z
+PRIORITY:0
+STATUS:NEEDS ACTION
+END:VEVENT
+END:VCALENDAR
+</code>
+
 


More information about the cvs mailing list