imip-agent

tests/templates/event-refresh-person-recurring.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: paul.boddie@example.com
     5 Subject: Refresh!
     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.
    13 --===============0047278175==
    14 MIME-Version: 1.0
    15 Content-Transfer-Encoding: 7bit
    16 Content-Type: text/calendar; charset="us-ascii"; method="REFRESH"
    17 
    18 BEGIN:VCALENDAR
    19 PRODID:-//imip-agent/test//EN
    20 METHOD:REFRESH
    21 VERSION:2.0
    22 BEGIN:VEVENT
    23 ORGANIZER:mailto:paul.boddie@example.com
    24 ATTENDEE;RSVP=TRUE:mailto:vincent.vole@example.com
    25 DTSTAMP:20141009T182400Z
    26 UID:event8@example.com
    27 END:VEVENT
    28 END:VCALENDAR
    29 
    30 --===============0047278175==--