imip-agent

tests/templates/event-cancel-person-recurring-rescheduled-instance.txt

871:b38466ae1e51
2015-10-18 Paul Boddie Handle rule-based occurrences as exceptions when removed by attendees for counter-proposals.
     1 Content-Type: multipart/alternative; boundary="===============0047278175=="
     2 MIME-Version: 1.0
     3 From: paul.boddie@example.com
     4 To: vincent.vole@example.com
     5 Subject: Cancellation!
     6 
     7 Cancel an instance for vincent.vole and paul.boddie.
     8 
     9 --===============0047278175==
    10 Content-Type: text/plain; charset="us-ascii"
    11 MIME-Version: 1.0
    12 Content-Transfer-Encoding: 7bit
    13 
    14 This message contains an event.
    15 --===============0047278175==
    16 MIME-Version: 1.0
    17 Content-Transfer-Encoding: 7bit
    18 Content-Type: text/calendar; charset="us-ascii"; method="CANCEL"
    19 
    20 BEGIN:VCALENDAR
    21 PRODID:-//imip-agent/test//EN
    22 METHOD:CANCEL
    23 VERSION:2.0
    24 BEGIN:VEVENT
    25 ORGANIZER:mailto:paul.boddie@example.com
    26 ATTENDEE;RSVP=TRUE:mailto:vincent.vole@example.com
    27 ATTENDEE;RSVP=TRUE:mailto:paul.boddie@example.com
    28 DTSTAMP:20141009T182400Z
    29 DTSTART;TZID=Europe/Oslo:20141011T100000
    30 DTEND;TZID=Europe/Oslo:20141011T110000
    31 SUMMARY:Recurring event
    32 UID:event8@example.com
    33 RECURRENCE-ID;TZID=Europe/Oslo:20141010T100000
    34 END:VEVENT
    35 END:VCALENDAR
    36 
    37 --===============0047278175==--