From 9e8f8cd681c1f0f5d7741c9987774ec9685a5362 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Wed, 27 Jan 2016 16:51:33 +0000 Subject: [PATCH] Added the ATTENDEE property to iCalendarEvent-Load2.vcf --- source/tests/iCalendarEvent-Load2.vcf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/tests/iCalendarEvent-Load2.vcf b/source/tests/iCalendarEvent-Load2.vcf index a26e2f2..e8dbe36 100644 --- a/source/tests/iCalendarEvent-Load2.vcf +++ b/source/tests/iCalendarEvent-Load2.vcf @@ -30,5 +30,11 @@ ATTACH;FMTTYPE=application/internet-shortcut:http://www.example.com/ ATTACH;FMTTYPE=application/internet-shortcut:http://www.example.com/page2.html ATTACH;FMTTYPE=text/plain;VALUE=BINARY;ENCODING=BASE64;STUPID=EXAMPLE:VGhpcyBp cyBhbiBleGFtcGxlIGZpbGU= +ATTENDEE:Attendee One +ATTENDEE;DELEGATED-FROM="mailto:delegated.from@example.com";DELEGATED-TO="mail + to:delegated.to@example.com";ROLE=CHAIR;RSVP=TRUE:Attendee Two +ATTENDEE;DIR="null:nodata";SENT-BY="mailto:sent.by@example.com";CN="Attendee T + he Third";CUTYPE=INDIVIDUAL;PARTSTAT=ACCEPTED;LANGUAGE=kw;EXAMPLE=DATA:Attend + ee Three END:VEVENT END:VCALENDAR \ No newline at end of file -- 2.39.5