imip-agent

Change of tests/templates/event-request-sauna-acl.txt

1031:fc1efc973849
tests/templates/event-request-sauna-acl.txt
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tests/templates/event-request-sauna-acl.txt	Sun Jan 31 00:45:26 2016 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +Content-Type: multipart/alternative; boundary="===============0047278175=="
     1.5 +MIME-Version: 1.0
     1.6 +From: paul.boddie@example.com
     1.7 +To: resource-room-sauna@example.com
     1.8 +Subject: Invitation!
     1.9 +
    1.10 +--===============0047278175==
    1.11 +Content-Type: text/plain; charset="us-ascii"
    1.12 +MIME-Version: 1.0
    1.13 +Content-Transfer-Encoding: 7bit
    1.14 +
    1.15 +This message contains an event.
    1.16 +--===============0047278175==
    1.17 +MIME-Version: 1.0
    1.18 +Content-Transfer-Encoding: 7bit
    1.19 +Content-Type: text/calendar; charset="us-ascii"; method="REQUEST"
    1.20 +
    1.21 +BEGIN:VCALENDAR
    1.22 +PRODID:-//imip-agent/test//EN
    1.23 +METHOD:REQUEST
    1.24 +VERSION:2.0
    1.25 +BEGIN:VEVENT
    1.26 +ORGANIZER:mailto:paul.boddie@example.com
    1.27 +ATTENDEE;ROLE=CHAIR:mailto:paul.boddie@example.com
    1.28 +ATTENDEE;RSVP=TRUE:mailto:resource-room-sauna@example.com
    1.29 +ATTENDEE;RSVP=TRUE:mailto:simon.skunk@example.com
    1.30 +DTSTAMP:20141125T004600Z
    1.31 +DTSTART;TZID=Europe/Oslo:20141126T170000
    1.32 +DTEND;TZID=Europe/Oslo:20141126T174500
    1.33 +SUMMARY:Meeting at 5pm
    1.34 +UID:event20@example.com
    1.35 +END:VEVENT
    1.36 +END:VCALENDAR
    1.37 +
    1.38 +--===============0047278175==--