imip-agent

tests/templates/event-request-sauna-busy.txt

1069:37921ab84c01
2016-03-06 Paul Boddie Moved imip_store into a new imiptools.stores package as the file module.
     1 Content-Type: multipart/alternative; boundary="===============0047278175=="
     2 MIME-Version: 1.0
     3 From: vincent.vole@example.com
     4 To: resource-room-sauna@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. This books the sauna every other hour for
    13 five occasions.
    14 
    15 --===============0047278175==
    16 MIME-Version: 1.0
    17 Content-Transfer-Encoding: 7bit
    18 Content-Type: text/calendar; charset="us-ascii"; method="REQUEST"
    19 
    20 BEGIN:VCALENDAR
    21 PRODID:-//imip-agent/test//EN
    22 METHOD:REQUEST
    23 VERSION:2.0
    24 BEGIN:VEVENT
    25 ORGANIZER:mailto:vincent.vole@example.com
    26 ATTENDEE;ROLE=CHAIR:mailto:vincent.vole@example.com
    27 ATTENDEE;RSVP=TRUE:mailto:resource-room-sauna@example.com
    28 DTSTAMP:20141125T004600Z
    29 DTSTART;TZID=Europe/Oslo:20141126T160000
    30 DTEND;TZID=Europe/Oslo:20141126T170000
    31 RRULE:FREQ=HOURLY;COUNT=5;INTERVAL=2
    32 SUMMARY:Meetings from 4pm
    33 UID:event19@example.com
    34 END:VEVENT
    35 END:VCALENDAR
    36 
    37 --===============0047278175==--