diff --git a/tests/ics/event_dt_partstat.ics b/tests/ics/event_dt_partstat.ics new file mode 100644 index 000000000..617f1c063 --- /dev/null +++ b/tests/ics/event_dt_partstat.ics @@ -0,0 +1,22 @@ +BEGIN:VCALENDAR +VERSION:2.0 +PRODID:-//PIMUTILS.ORG//NONSGML khal / icalendar //EN +BEGIN:VEVENT +SUMMARY:An Event +DTSTART;TZID=Europe/Berlin:20140409T093000 +DTEND;TZID=Europe/Berlin:20140409T103000 +DTSTAMP:20140401T234817Z +UID:V042MJ8B3SJNFXQOJL6P53OFMHJE8Z3VZWOU +ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=TENTATIVE;DELEGATED-FROM= + "mailto:iamboss@example.com";CN=Henry Cabot:mailto:hcabot@ + example.com +ATTENDEE;ROLE=NON-PARTICIPANT;PARTSTAT=DELEGATED;DELEGATED-TO= + "mailto:hcabot@example.com";CN=The Big Cheese:mailto:iamboss + @example.com +ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;CN=Jane Doe + :mailto:jdoe@example.com +ATTENDEE;PARTSTAT=ACCEPTED:mailto:jqpublic@example.com +ATTENDEE;PARTSTAT=DECLINED:mailto:another@example.com +ATTENDEE;PARTSTAT=TENTATIVE:mailto:tent@example.com +END:VEVENT +END:VCALENDAR