This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://svn.calendarserver.org/repository/calendarserver/CalDAVTester/branches/release/CalDAVTester-4.2-dev@9953 e27351fd-9f3e-4f54-a53b-843176b1656c
- Loading branch information
Showing
14 changed files
with
951 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
BEGIN:VCALENDAR | ||
CALSCALE:GREGORIAN | ||
PRODID:-//Example Inc.//Example Calendar//EN | ||
VERSION:2.0 | ||
BEGIN:VTIMEZONE | ||
LAST-MODIFIED:20040110T032845Z | ||
TZID:US/Eastern | ||
BEGIN:DAYLIGHT | ||
DTSTART:20000404T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 | ||
TZNAME:EDT | ||
TZOFFSETFROM:-0500 | ||
TZOFFSETTO:-0400 | ||
END:DAYLIGHT | ||
BEGIN:STANDARD | ||
DTSTART:20001026T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||
TZNAME:EST | ||
TZOFFSETFROM:-0400 | ||
TZOFFSETTO:-0500 | ||
END:STANDARD | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
DTSTAMP:20051222T205953Z | ||
CREATED:20060101T150000Z | ||
DTSTART;TZID=US/Eastern:$now.year.1:0101T100000 | ||
DURATION:PT1H | ||
SUMMARY:event 1 | ||
UID:[email protected] | ||
ORGANIZER;CN=$username1::$cuaddr1: | ||
ATTENDEE;CN=$username1:;PARTSTAT=ACCEPTED:$cuaddr1: | ||
ATTENDEE;CN=$resourcename1::$rcuaddralt1: | ||
RRULE:FREQ=DAILY;COUNT=3 | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
CALSCALE:GREGORIAN | ||
PRODID:-//Example Inc.//Example Calendar//EN | ||
BEGIN:VTIMEZONE | ||
TZID:US/Eastern | ||
LAST-MODIFIED:20040110T032845Z | ||
BEGIN:STANDARD | ||
DTSTART:20001026T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||
TZNAME:EST | ||
TZOFFSETFROM:-0400 | ||
TZOFFSETTO:-0500 | ||
END:STANDARD | ||
BEGIN:DAYLIGHT | ||
DTSTART:20000404T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 | ||
TZNAME:EDT | ||
TZOFFSETFROM:-0500 | ||
TZOFFSETTO:-0400 | ||
END:DAYLIGHT | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
UID:[email protected] | ||
DTSTART;TZID=US/Eastern:$now.year.1:0101T100000 | ||
DURATION:PT1H | ||
ATTENDEE;CN=$username1:;PARTSTAT=ACCEPTED;EMAIL=$email1::$cuaddrurn1: | ||
ATTENDEE;CN=$resourcename1:;PARTSTAT=ACCEPTED;SCHEDULE-STATUS=2.0:$rcuaddrurn1: | ||
CREATED:20060101T150000Z | ||
DTSTAMP:20051222T205953Z | ||
ORGANIZER;CN=$username1:;EMAIL=$email1::$cuaddrurn1: | ||
RRULE:FREQ=DAILY;COUNT=3 | ||
SUMMARY:event 1 | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
CALSCALE:GREGORIAN | ||
PRODID:-//CALENDARSERVER.ORG//NONSGML Version 1//EN | ||
BEGIN:VTIMEZONE | ||
TZID:US/Eastern | ||
LAST-MODIFIED:20040110T032845Z | ||
BEGIN:STANDARD | ||
DTSTART:20001026T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||
TZNAME:EST | ||
TZOFFSETFROM:-0400 | ||
TZOFFSETTO:-0500 | ||
END:STANDARD | ||
BEGIN:DAYLIGHT | ||
DTSTART:20000404T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 | ||
TZNAME:EDT | ||
TZOFFSETFROM:-0500 | ||
TZOFFSETTO:-0400 | ||
END:DAYLIGHT | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
UID:[email protected] | ||
DTSTART;TZID=US/Eastern:$now.year.1:0101T100000 | ||
DURATION:PT1H | ||
ATTENDEE;CN=$username1:;PARTSTAT=ACCEPTED;EMAIL=$email1::$cuaddrurn1: | ||
ATTENDEE;CN=$resourcename1:;PARTSTAT=ACCEPTED:$rcuaddrurn1: | ||
CREATED:20060101T150000Z | ||
DTSTAMP:20051222T205953Z | ||
ORGANIZER;CN=$username1:;EMAIL=$email1:;SCHEDULE-STATUS=1.2:$cuaddrurn1: | ||
RRULE:FREQ=DAILY;COUNT=3 | ||
SUMMARY:event 1 | ||
TRANSP:OPAQUE | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
BEGIN:VCALENDAR | ||
CALSCALE:GREGORIAN | ||
PRODID:-//Example Inc.//Example Calendar//EN | ||
VERSION:2.0 | ||
METHOD:REQUEST | ||
BEGIN:VFREEBUSY | ||
UID:20060110T231240Z-4011c71-187-6f73-fb | ||
ORGANIZER;CN=$username1::$cuaddr1: | ||
ATTENDEE;CN=$username1::$cuaddr1: | ||
ATTENDEE;CN=$resourcename1::$rcuaddralt1: | ||
DTSTART:$now.year.1:0102T100000Z | ||
DTEND:$now.year.1:0103T100000Z | ||
DTSTAMP:20060309T185105Z | ||
END:VFREEBUSY | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
BEGIN:VCALENDAR | ||
CALSCALE:GREGORIAN | ||
PRODID:-//Example Inc.//Example Calendar//EN | ||
VERSION:2.0 | ||
BEGIN:VTIMEZONE | ||
LAST-MODIFIED:20040110T032845Z | ||
TZID:US/Eastern | ||
BEGIN:DAYLIGHT | ||
DTSTART:20000404T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 | ||
TZNAME:EDT | ||
TZOFFSETFROM:-0500 | ||
TZOFFSETTO:-0400 | ||
END:DAYLIGHT | ||
BEGIN:STANDARD | ||
DTSTART:20001026T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||
TZNAME:EST | ||
TZOFFSETFROM:-0400 | ||
TZOFFSETTO:-0500 | ||
END:STANDARD | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
DTSTAMP:20051222T205953Z | ||
CREATED:20060101T150000Z | ||
DTSTART;TZID=US/Eastern:$now.year.1:0101T100000 | ||
DURATION:PT1H | ||
SUMMARY:event 1 | ||
UID:[email protected] | ||
ORGANIZER;CN=$username1::$cuaddr1: | ||
ATTENDEE;CN=$username1:;PARTSTAT=ACCEPTED:$cuaddr1: | ||
ATTENDEE;CN=$resourcename1:;PARTSTAT=ACCEPTED:$rcuaddralt1: | ||
RRULE:FREQ=DAILY;COUNT=3 | ||
EXDATE;TZID=US/Eastern:$now.year.1:0102T100000 | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
CALSCALE:GREGORIAN | ||
PRODID:-//Example Inc.//Example Calendar//EN | ||
BEGIN:VTIMEZONE | ||
TZID:US/Eastern | ||
LAST-MODIFIED:20040110T032845Z | ||
BEGIN:STANDARD | ||
DTSTART:20001026T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||
TZNAME:EST | ||
TZOFFSETFROM:-0400 | ||
TZOFFSETTO:-0500 | ||
END:STANDARD | ||
BEGIN:DAYLIGHT | ||
DTSTART:20000404T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 | ||
TZNAME:EDT | ||
TZOFFSETFROM:-0500 | ||
TZOFFSETTO:-0400 | ||
END:DAYLIGHT | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
UID:[email protected] | ||
DTSTART;TZID=US/Eastern:$now.year.1:0101T100000 | ||
DURATION:PT1H | ||
ATTENDEE;CN=$username1:;PARTSTAT=ACCEPTED;EMAIL=$email1::$cuaddrurn1: | ||
ATTENDEE;CN=$resourcename1:;PARTSTAT=ACCEPTED;SCHEDULE-STATUS=1.2:$rcuaddrurn1: | ||
CREATED:20060101T150000Z | ||
DTSTAMP:20051222T205953Z | ||
ORGANIZER;CN=$username1:;EMAIL=$email1::$cuaddrurn1: | ||
RRULE:FREQ=DAILY;COUNT=3 | ||
EXDATE;TZID=US/Eastern:$now.year.1:0102T100000 | ||
SEQUENCE:1 | ||
SUMMARY:event 1 | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
CALSCALE:GREGORIAN | ||
PRODID:-//CALENDARSERVER.ORG//NONSGML Version 1//EN | ||
BEGIN:VTIMEZONE | ||
TZID:US/Eastern | ||
LAST-MODIFIED:20040110T032845Z | ||
BEGIN:STANDARD | ||
DTSTART:20001026T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||
TZNAME:EST | ||
TZOFFSETFROM:-0400 | ||
TZOFFSETTO:-0500 | ||
END:STANDARD | ||
BEGIN:DAYLIGHT | ||
DTSTART:20000404T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 | ||
TZNAME:EDT | ||
TZOFFSETFROM:-0500 | ||
TZOFFSETTO:-0400 | ||
END:DAYLIGHT | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
UID:[email protected] | ||
DTSTART;TZID=US/Eastern:$now.year.1:0101T100000 | ||
DURATION:PT1H | ||
ATTENDEE;CN=$username1:;PARTSTAT=ACCEPTED;EMAIL=$email1::$cuaddrurn1: | ||
ATTENDEE;CN=$resourcename1:;PARTSTAT=ACCEPTED:$rcuaddrurn1: | ||
CREATED:20060101T150000Z | ||
DTSTAMP:20051222T205953Z | ||
EXDATE;TZID=US/Eastern:$now.year.1:0102T100000 | ||
ORGANIZER;CN=$username1:;EMAIL=$email1:;SCHEDULE-STATUS=1.2:$cuaddrurn1: | ||
RRULE:FREQ=DAILY;COUNT=3 | ||
SEQUENCE:1 | ||
SUMMARY:event 1 | ||
TRANSP:OPAQUE | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
BEGIN:VCALENDAR | ||
CALSCALE:GREGORIAN | ||
PRODID:-//Example Inc.//Example Calendar//EN | ||
VERSION:2.0 | ||
BEGIN:VTIMEZONE | ||
LAST-MODIFIED:20040110T032845Z | ||
TZID:US/Eastern | ||
BEGIN:DAYLIGHT | ||
DTSTART:20000404T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 | ||
TZNAME:EDT | ||
TZOFFSETFROM:-0500 | ||
TZOFFSETTO:-0400 | ||
END:DAYLIGHT | ||
BEGIN:STANDARD | ||
DTSTART:20001026T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||
TZNAME:EST | ||
TZOFFSETFROM:-0400 | ||
TZOFFSETTO:-0500 | ||
END:STANDARD | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
DTSTAMP:20051222T205953Z | ||
CREATED:20060101T150000Z | ||
DTSTART;TZID=US/Eastern:$now.year.1:0101T100000 | ||
DURATION:PT1H | ||
SUMMARY:event 1 | ||
UID:[email protected] | ||
ORGANIZER;CN=$username1::$cuaddr1: | ||
ATTENDEE;CN=$username1:;PARTSTAT=ACCEPTED:$cuaddr1: | ||
ATTENDEE;CN=$username2:;RSVP=TRUE;PARTSTAT=NEEDS-ACTION:$cuaddr2: | ||
RRULE:FREQ=DAILY;COUNT=3 | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
CALSCALE:GREGORIAN | ||
PRODID:-//Example Inc.//Example Calendar//EN | ||
BEGIN:VTIMEZONE | ||
TZID:US/Eastern | ||
LAST-MODIFIED:20040110T032845Z | ||
BEGIN:STANDARD | ||
DTSTART:20001026T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||
TZNAME:EST | ||
TZOFFSETFROM:-0400 | ||
TZOFFSETTO:-0500 | ||
END:STANDARD | ||
BEGIN:DAYLIGHT | ||
DTSTART:20000404T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 | ||
TZNAME:EDT | ||
TZOFFSETFROM:-0500 | ||
TZOFFSETTO:-0400 | ||
END:DAYLIGHT | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
UID:[email protected] | ||
DTSTART;TZID=US/Eastern:$now.year.1:0101T100000 | ||
DURATION:PT1H | ||
ATTENDEE;CN=$username1:;PARTSTAT=ACCEPTED;EMAIL=$email1::$cuaddrurn1: | ||
ATTENDEE;CN=$username2:;RSVP=TRUE;PARTSTAT=NEEDS-ACTION;SCHEDULE-STATUS=1.2;EMAIL=$email2::$cuaddrurn2: | ||
CREATED:20060101T150000Z | ||
DTSTAMP:20051222T205953Z | ||
ORGANIZER;CN=$username1:;EMAIL=$email1::$cuaddrurn1: | ||
RRULE:FREQ=DAILY;COUNT=3 | ||
SUMMARY:event 1 | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
CALSCALE:GREGORIAN | ||
PRODID:-//CALENDARSERVER.ORG//NONSGML Version 1//EN | ||
BEGIN:VTIMEZONE | ||
TZID:US/Eastern | ||
LAST-MODIFIED:20040110T032845Z | ||
BEGIN:STANDARD | ||
DTSTART:20001026T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||
TZNAME:EST | ||
TZOFFSETFROM:-0400 | ||
TZOFFSETTO:-0500 | ||
END:STANDARD | ||
BEGIN:DAYLIGHT | ||
DTSTART:20000404T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 | ||
TZNAME:EDT | ||
TZOFFSETFROM:-0500 | ||
TZOFFSETTO:-0400 | ||
END:DAYLIGHT | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
UID:[email protected] | ||
DTSTART;TZID=US/Eastern:$now.year.1:0101T100000 | ||
DURATION:PT1H | ||
ATTENDEE;CN=$username1:;PARTSTAT=ACCEPTED;EMAIL=$email1::$cuaddrurn1: | ||
ATTENDEE;CN=$username2:;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;EMAIL=$email2::$cuaddrurn2: | ||
CREATED:20060101T150000Z | ||
DTSTAMP:20051222T205953Z | ||
ORGANIZER;CN=$username1:;EMAIL=$email1::$cuaddrurn1: | ||
RRULE:FREQ=DAILY;COUNT=3 | ||
SUMMARY:event 1 | ||
TRANSP:TRANSPARENT | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
BEGIN:VCALENDAR | ||
CALSCALE:GREGORIAN | ||
PRODID:-//Example Inc.//Example Calendar//EN | ||
VERSION:2.0 | ||
METHOD:REQUEST | ||
BEGIN:VFREEBUSY | ||
UID:20060110T231240Z-4011c71-187-6f73-fb | ||
ORGANIZER;CN=$username1::$cuaddr1: | ||
ATTENDEE;CN=$username1::$cuaddr1: | ||
ATTENDEE;CN=$username2::$cuaddr2: | ||
DTSTART:$now.year.1:0102T100000Z | ||
DTEND:$now.year.1:0103T100000Z | ||
DTSTAMP:20060309T185105Z | ||
END:VFREEBUSY | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
CALSCALE:GREGORIAN | ||
PRODID:-//Example Inc.//Example Calendar//EN | ||
BEGIN:VTIMEZONE | ||
TZID:US/Eastern | ||
LAST-MODIFIED:20040110T032845Z | ||
BEGIN:STANDARD | ||
DTSTART:20001026T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||
TZNAME:EST | ||
TZOFFSETFROM:-0400 | ||
TZOFFSETTO:-0500 | ||
END:STANDARD | ||
BEGIN:DAYLIGHT | ||
DTSTART:20000404T020000 | ||
RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 | ||
TZNAME:EDT | ||
TZOFFSETFROM:-0500 | ||
TZOFFSETTO:-0400 | ||
END:DAYLIGHT | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
UID:[email protected] | ||
DTSTART;TZID=US/Eastern:$now.year.1:0101T100000 | ||
DURATION:PT1H | ||
ATTENDEE;CN=$username1:;PARTSTAT=ACCEPTED:$cuaddr1: | ||
ATTENDEE;CN=$username2:;PARTSTAT=ACCEPTED:$cuaddr2: | ||
CREATED:20060101T151000Z | ||
DTSTAMP:20051222T205953Z | ||
ORGANIZER;CN=$username1::$cuaddr1: | ||
RRULE:FREQ=DAILY;COUNT=3 | ||
SUMMARY:event 1 | ||
END:VEVENT | ||
END:VCALENDAR |
Oops, something went wrong.