mirror of
https://github.com/etesync/android
synced 2024-12-03 05:18:27 +00:00
3729951b52
* recurring events * classification * status * attendees * ical4j 1.0.4 -> 1.0.5 * remove biweekly (replaced by ical4j)
18 lines
434 B
Plaintext
18 lines
434 B
Plaintext
BEGIN:VCALENDAR
|
|
PRODID:-//xyz Corp//NONSGML PDA Calendar Version 1.0//EN
|
|
VERSION:2.0
|
|
BEGIN:VEVENT
|
|
DTSTAMP:19960704T120000Z
|
|
UID:uid1@example.com
|
|
ORGANIZER:mailto:jsmith@example.com
|
|
DTSTART:19960918T143000Z
|
|
DTEND:19960920T220000Z
|
|
STATUS:CONFIRMED
|
|
CATEGORIES:CONFERENCE
|
|
SUMMARY:Networld+Interop Conference
|
|
DESCRIPTION:Networld+Interop Conference
|
|
and Exhibit\nAtlanta World Congress Center\n
|
|
Atlanta\, Georgia
|
|
END:VEVENT
|
|
END:VCALENDAR
|