imip-agent

tests/templates/event-add-recurring.txt

1065:2175787d1896
2016-03-04 Paul Boddie Merged changes from the default branch. freebusy-collections
     1 Content-Type: multipart/alternative; boundary="===============0047278175=="
     2 MIME-Version: 1.0
     3 From: paul.boddie@example.com
     4 To: resource-room-confroom@example.com
     5 Subject: Invitation!
     6 
     7 --===============0047278175==
     8 Content-Type: text/plain; charset="us-ascii"
     9 MIME-Version: 1.0
    10 Content-Transfer-Encoding: 7bit
    11 
    12 This message contains an event.
    13 
    14 --===============0047278175==
    15 MIME-Version: 1.0
    16 Content-Transfer-Encoding: 7bit
    17 Content-Type: text/calendar; charset="us-ascii"; method="ADD"
    18 
    19 BEGIN:VCALENDAR
    20 PRODID:-//imip-agent/test//EN
    21 METHOD:ADD
    22 VERSION:2.0
    23 BEGIN:VEVENT
    24 ORGANIZER:mailto:paul.boddie@example.com
    25 ATTENDEE;RSVP=TRUE:mailto:resource-room-confroom@example.com
    26 DTSTAMP:20141009T182400Z
    27 DTSTART;TZID=Europe/Oslo:20150109T100000
    28 DTEND;TZID=Europe/Oslo:20150109T110000
    29 SUMMARY:Recurring event
    30 UID:event3@example.com
    31 END:VEVENT
    32 END:VCALENDAR
    33 
    34 --===============0047278175==--