# HG changeset patch # User Paul Boddie # Date 1438467051 -7200 # Node ID d12ea7a299cb4dfc7cc55716e16c13bf6e54b199 # Parent 6aca8c28fadc894a1882fcb791203d802bf2c707 Added missing test template. diff -r 6aca8c28fadc -r d12ea7a299cb tests/templates/event-request-recurring-day-reschedule-instance.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/templates/event-request-recurring-day-reschedule-instance.txt Sun Aug 02 00:10:51 2015 +0200 @@ -0,0 +1,35 @@ +Content-Type: multipart/alternative; boundary="===============0047278175==" +MIME-Version: 1.0 +From: paul.boddie@example.com +To: resource-room-confroom@example.com +Subject: Rescheduling! + +--===============0047278175== +Content-Type: text/plain; charset="us-ascii" +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit + +This message contains an event. +--===============0047278175== +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Content-Type: text/calendar; charset="us-ascii"; method="REQUEST" + +BEGIN:VCALENDAR +PRODID:-//imip-agent/test//EN +METHOD:REQUEST +VERSION:2.0 +BEGIN:VEVENT +ORGANIZER:mailto:paul.boddie@example.com +ATTENDEE;RSVP=TRUE:mailto:resource-room-confroom@example.com +DTSTAMP:20141009T182500Z +DTSTART;TZID=Europe/Oslo:20141115 +DTEND;TZID=Europe/Oslo:20141116 +SUMMARY:Recurring event +UID:event4@example.com +RECURRENCE-ID;TZID=Europe/Oslo:20141114 +SEQUENCE:2 +END:VEVENT +END:VCALENDAR + +--===============0047278175==--