diff options
author | nobody <nobody@localhost> | 2001-07-16 19:29:18 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-07-16 19:29:18 +0800 |
commit | 29818ea40e49f660f2dbb25a1e0e9b260de3f1d7 (patch) | |
tree | 0b8906233912a717d50c36c848d64cdbe0cd923c /libical/test-data/calendar.ics | |
parent | 89ddfcd774cd6ec3865d42d827eecc07dbf940d0 (diff) | |
download | gsoc2013-evolution-GAL_0_9_1.tar gsoc2013-evolution-GAL_0_9_1.tar.gz gsoc2013-evolution-GAL_0_9_1.tar.bz2 gsoc2013-evolution-GAL_0_9_1.tar.lz gsoc2013-evolution-GAL_0_9_1.tar.xz gsoc2013-evolution-GAL_0_9_1.tar.zst gsoc2013-evolution-GAL_0_9_1.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_0_9_1'.GAL_0_9_1
svn path=/tags/GAL_0_9_1/; revision=11125
Diffstat (limited to 'libical/test-data/calendar.ics')
-rw-r--r-- | libical/test-data/calendar.ics | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/libical/test-data/calendar.ics b/libical/test-data/calendar.ics deleted file mode 100644 index 63b0a93838..0000000000 --- a/libical/test-data/calendar.ics +++ /dev/null @@ -1,47 +0,0 @@ -BEGIN:VCALENDAR -PRODID:-//ACME/DesktopCalendar//EN -METHOD:CREATE -X-LIC-NOTE: #C1. Rescheduled by #I1\ and updated by #I2 -VERSION:2.0 -BEGIN:VEVENT -ORGANIZER:Mailto:B@example.com -ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED;CN=BIG A:Mailto:A@example.com -ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL;CN=B:Mailto:B@example.com -ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL;CN=C:Mailto:C@example.com -ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL;CN=Hal:Mailto:D@example.com -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 -SUMMARY:Conference -UID:calsrv.example.com-873970198738777@example.com -SEQUENCE:1 -STATUS:CONFIRMED -END:VEVENT -END:VCALENDAR - -BEGIN:VCALENDAR -PRODID:-//ACME/DesktopCalendar//EN -METHOD:REQUEST -X-LIC-NOTE: #C2. The test user is the organizer. -VERSION:2.0 -BEGIN:VEVENT -ORGANIZER:Mailto:A@example.com -ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:Mailto:A@example.com -ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:Mailto:B@example.com -ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:Mailto:C@example.com -ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL;CN=Hal:Mailto:D@example.com -ATTENDEE;ROLE=NON-PARTICIPANT;RSVP=FALSE; - CUTYPE=ROOM:Mailto:Conf@example.com -ATTENDEE;ROLE=NON-PARTICIPANT;RSVP=FALSE:Mailto:E@example.com -DTSTART:19970701T180000Z -DTEND:19970701T190000Z -SUMMARY:Phone Conference -UID:calsrv.example.com-873970198738785@example.com -SEQUENCE:0 -DTSTAMP:19970613T190000Z -STATUS:CONFIRMED -END:VEVENT -END:VCALENDAR - |