imip-agent

tests/templates/event-request-recurring-exdate-floating.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 --===============0047278175==
    14 MIME-Version: 1.0
    15 Content-Transfer-Encoding: 7bit
    16 Content-Type: text/calendar; charset="us-ascii"; method="REQUEST"
    17 
    18 BEGIN:VCALENDAR
    19 PRODID:-//imip-agent/test//EN
    20 METHOD:REQUEST
    21 VERSION:2.0
    22 BEGIN:VEVENT
    23 ORGANIZER:mailto:paul.boddie@example.com
    24 ATTENDEE;RSVP=TRUE:mailto:resource-room-confroom@example.com
    25 DTSTAMP:20141009T182400Z
    26 DTSTART:20141010T100000
    27 DTEND:20141010T110000
    28 RRULE:FREQ=MONTHLY;BYDAY=2FR
    29 EXDATE;VALUE=DATE-TIME:20141212T100000
    30 SUMMARY:Recurring event with exception
    31 UID:event11@example.com
    32 END:VEVENT
    33 END:VCALENDAR
    34 
    35 --===============0047278175==--