imip-agent

tests/templates/event-request-imposter.txt

787:9cf10fe21c3a
2015-09-28 Paul Boddie Separated attendee/recurrence manipulation from presentation, introducing form field dictionary updates from form period/date objects, also simplifying the processing of attendees, removing filtering operations during editing. imipweb-client-simplification
     1 Content-Type: multipart/alternative; boundary="===============0047278175=="
     2 MIME-Version: 1.0
     3 From: vincent.vole@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. The organiser is not the real organiser!
    13 
    14 --===============0047278175==
    15 MIME-Version: 1.0
    16 Content-Transfer-Encoding: 7bit
    17 Content-Type: text/calendar; charset="us-ascii"; method="REQUEST"
    18 
    19 BEGIN:VCALENDAR
    20 PRODID:-//imip-agent/test//EN
    21 METHOD:REQUEST
    22 VERSION:2.0
    23 BEGIN:VEVENT
    24 ORGANIZER:mailto:vincent.vole@example.com
    25 ATTENDEE;ROLE=CHAIR:mailto:paul.boddie@example.com
    26 ATTENDEE;RSVP=TRUE:mailto:resource-room-confroom@example.com
    27 ATTENDEE;RSVP=TRUE:mailto:harvey.horse@example.com
    28 DTSTAMP:20141125T004600Z
    29 DTSTART;TZID=Europe/Oslo:20141126T163000
    30 DTEND;TZID=Europe/Oslo:20141126T170000
    31 SUMMARY:Meeting at 4:30pm
    32 UID:event1@example.com
    33 END:VEVENT
    34 END:VCALENDAR
    35 
    36 --===============0047278175==--