Imported Upstream version 0.48
[platform/upstream/libical.git] / test-data / simple-mime.txt
1 From: foo1@example.com
2 MIME-Version: 1.0
3 To: foo2@example.com,foo3@example.com
4 Subject: REQUEST - Phone Conference
5 Content-Type:text/calendar; method=REQUEST; charset=US-ASCII;
6   Component=vevent
7 Content-Transfer-Encoding: 7bit
8 Content-Disposition: attachment; filename="event.vcs"
9
10 BEGIN:VCALENDAR
11 PRODID:-//ACME/DesktopCalendar//EN
12 VERSION:2.0
13 METHOD:REQUEST
14 BEGIN:VEVENT
15 ORGANIZER:foo1@example.com
16 ATTENDEE;RSVP=TRUE;ROLE=REQ-PARTICIPANT;CUTYPE=GROUP:MAILTO:employee-A@host.com
17 ATTENDEE;RSVP=TRUE;ROLE=REQ-PARTICIPANT;CUTYPE=GROUP:mailto:Employee-B@HOST.com
18 ATTENDEE;RSVP=TRUE;ROLE=REQ-PARTICIPANT;CUTYPE=GROUP:MailTo:Eric@agony.busboom.org
19 DTSTAMP:19970611T190000Z
20 DTSTART:19970621T170000Z
21 DTEND:19970621T173000Z
22 SUMMARY:Let's discuss the attached document
23 UID:calsvr.example.com-873970198738777-8aa
24 SEQUENCE:0
25 STATUS:CONFIRMED
26 END:VEVENT
27 END:VCALENDAR