imip-agent

tests/templates/fb-request-person.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="===============0945993647=="
     2 MIME-Version: 1.0
     3 From: paul.boddie@example.com
     4 To: vincent.vole@example.com
     5 
     6 --===============0945993647==
     7 Content-Type: text/plain; charset="us-ascii"
     8 MIME-Version: 1.0
     9 Content-Transfer-Encoding: 7bit
    10 
    11 This message contains a free/busy request.
    12 --===============0945993647==
    13 Content-Type: text/calendar; charset="us-ascii"; method="REQUEST"
    14 MIME-Version: 1.0
    15 Content-Transfer-Encoding: 7bit
    16 
    17 BEGIN:VCALENDAR
    18 PRODID:-//imip-agent/test//EN
    19 METHOD:REQUEST
    20 VERSION:2.0
    21 BEGIN:VFREEBUSY
    22 ORGANIZER:mailto:paul.boddie@example.com
    23 ATTENDEE:mailto:vincent.vole@example.com
    24 DTSTAMP:20141125T164400Z
    25 DTSTART:20141126T150000Z
    26 DTEND:20141126T180000Z
    27 UID:fb4@example.com
    28 END:VFREEBUSY
    29 END:VCALENDAR
    30 
    31 --===============0945993647==--