diff options
author | Hans Petter <hansp@src.gnome.org> | 2003-09-12 06:04:44 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-09-12 06:04:44 +0800 |
commit | 697761cc337aa77a47140c8df50ed84bc25e23f6 (patch) | |
tree | b785830f72e9938cceaa016a419c7b6d9892bada /libical/test-data/calendar.ics | |
parent | 733d77e657516f9a59b5c1a7b62acb87b03ec86f (diff) | |
download | gsoc2013-evolution-697761cc337aa77a47140c8df50ed84bc25e23f6.tar gsoc2013-evolution-697761cc337aa77a47140c8df50ed84bc25e23f6.tar.gz gsoc2013-evolution-697761cc337aa77a47140c8df50ed84bc25e23f6.tar.bz2 gsoc2013-evolution-697761cc337aa77a47140c8df50ed84bc25e23f6.tar.lz gsoc2013-evolution-697761cc337aa77a47140c8df50ed84bc25e23f6.tar.xz gsoc2013-evolution-697761cc337aa77a47140c8df50ed84bc25e23f6.tar.zst gsoc2013-evolution-697761cc337aa77a47140c8df50ed84bc25e23f6.zip |
Import new libical from mainline HEAD and make appropriate changes to
Evolution.
svn path=/trunk/; revision=22538
Diffstat (limited to 'libical/test-data/calendar.ics')
-rw-r--r-- | libical/test-data/calendar.ics | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/libical/test-data/calendar.ics b/libical/test-data/calendar.ics index 63b0a93838..417ce5079b 100644 --- a/libical/test-data/calendar.ics +++ b/libical/test-data/calendar.ics @@ -1,7 +1,7 @@ BEGIN:VCALENDAR PRODID:-//ACME/DesktopCalendar//EN METHOD:CREATE -X-LIC-NOTE: #C1. Rescheduled by #I1\ and updated by #I2 +X-LIC-NOTE: #C1. Rescheduled by #I2\ and updated by #I3 VERSION:2.0 BEGIN:VEVENT ORGANIZER:Mailto:B@example.com @@ -13,7 +13,7 @@ ATTENDEE;RSVP=FALSE;CUTYPE=ROOM:conf_Big@example.com ATTENDEE;ROLE=NON-PARTICIPANT;RSVP=FALSE:Mailto:E@example.com DTSTAMP:19970611T190000Z DTSTART:19970701T190000Z -DTEND:19970701T1930000Z +DTEND:19970701T193000Z SUMMARY:Conference UID:calsrv.example.com-873970198738777@example.com SEQUENCE:1 @@ -45,3 +45,19 @@ STATUS:CONFIRMED END:VEVENT END:VCALENDAR +BEGIN:VCALENDAR +PRODID:-//ACME/DesktopCalendar//EN +METHOD:CREATED +X-LIC-NOTE: #C3. Publish +VERSION:2.0 +BEGIN:VEVENT +ORGANIZER:Mailto:B@example.com +DTSTAMP:19970610T190000Z +DTSTART:19970701T100000Z +DTEND:19970701T1100000Z +SUMMARY:Conference +UID:calsrv.example.com-1002@example.com +STATUS:CONFIRMED +SEQUENCE:2 +END:VEVENT +END:VCALENDAR |