mirror of
https://github.com/etesync/android
synced 2024-12-02 12:58:34 +00:00
3729951b52
* recurring events * classification * status * attendees * ical4j 1.0.4 -> 1.0.5 * remove biweekly (replaced by ical4j)
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
BEGIN:VCALENDAR
|
|
METHOD:PUBLISH
|
|
VERSION:2.0
|
|
PRODID:-//ACME/DesktopCalendar//EN
|
|
BEGIN:VEVENT
|
|
ORGANIZER:mailto:a@example.com
|
|
DTSTAMP:19970612T190000Z
|
|
DTSTART:19970701T210000Z
|
|
DTEND:19970701T230000Z
|
|
SEQUENCE:1
|
|
UID:0981234-1234234-23@example.com
|
|
SUMMARY:ST. PAUL SAINTS -VS- DULUTH-SUPERIOR DUKES
|
|
END:VEVENT
|
|
END:VCALENDAR
|