[Bedework-commit] caldavTest r54 - trunk/tests/caldavTestData/eg

svnadmin at bedework.org svnadmin at bedework.org
Thu May 10 14:28:42 EDT 2007


Author: douglm
Date: 2007-05-10 14:28:38 -0400 (Thu, 10 May 2007)
New Revision: 54

Modified:
   trunk/tests/caldavTestData/eg/eg31.test
Log:
First go at making calendars visible for external subscription e.g. google

Has "cat" request parameter to specify category.

Modified: trunk/tests/caldavTestData/eg/eg31.test
===================================================================
--- trunk/tests/caldavTestData/eg/eg31.test	2007-05-09 00:13:07 UTC (rev 53)
+++ trunk/tests/caldavTestData/eg/eg31.test	2007-05-10 18:28:38 UTC (rev 54)
@@ -4,6 +4,7 @@
 
 HEADER: Originator: http://localhost:8080/ucaldav/principals/users/testuser09
 HEADER: Recipient: testuser01 at mysite.edu
+HEADER: Recipient: testuser09 at mysite.edu
 
 AUTH: true
 
@@ -13,18 +14,52 @@
 
 CONTENT:
 BEGIN:VCALENDAR
-PRODID:-//Apple Computer\, Inc//iCal 3.0//EN
 CALSCALE:GREGORIAN
+METHOD:REQUEST
+PRODID:-//mulberrymail.com//Mulberry v4.0//EN
 VERSION:2.0
-METHOD:REQUEST
+BEGIN:VTIMEZONE
+LAST-MODIFIED:20040110T032845Z
+TZID:US/Pacific
+BEGIN:DAYLIGHT
+DTSTART:20000404T020000
+RRULE:FREQ=YEARLY;UNTIL=20060402T070000Z;BYDAY=1SU;BYMONTH=4
+TZNAME:PDT
+TZOFFSETFROM:-0800
+TZOFFSETTO:-0700
+END:DAYLIGHT
+BEGIN:STANDARD
+DTSTART:20001026T020000
+RRULE:FREQ=YEARLY;UNTIL=20061029T060000Z;BYDAY=-1SU;BYMONTH=10
+TZNAME:PST
+TZOFFSETFROM:-0700
+TZOFFSETTO:-0800
+END:STANDARD
+BEGIN:DAYLIGHT
+DTSTART:20070311T020000
+RRULE:FREQ=YEARLY;BYDAY=2SU;BYMONTH=3
+TZNAME:PDT
+TZOFFSETFROM:-0800
+TZOFFSETTO:-0700
+END:DAYLIGHT
+BEGIN:STANDARD
+DTSTART:20071104T020000
+RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=11
+TZNAME:PST
+TZOFFSETFROM:-0700
+TZOFFSETTO:-0800
+END:STANDARD
+END:VTIMEZONE
 BEGIN:VFREEBUSY
-DTSTART:20070507T190000Z
-UID:E0F251B0-542C-4D21-A7D3-C9030A95FD0A
-DURATION:PT1H
-ORGANIZER:http://localhost:8080/ucaldav/principals/users/testuser09
-DTSTAMP:20070508T173308Z
-SUMMARY:New Event
-ATTENDEE:mailto:testuser01 at mysite.edu
+2007-05-09 13:30:38,895 DEBUG [org.bedework.calcore.hibernate.CalTimezonesImpl] register timezone with id US/Pacific
+ATTENDEE;CN=testuser09;PARTSTAT=ACCEPTED;ROLE=CHAIR:mailto:testuser09 at mysi
+ te.edu
+DTEND;TZID=US/Pacific:20070508T000000
+2007-05-09 13:30:38,899 DEBUG [org.bedework.calcore.hibernate.CalTimezonesImpl] register timezone with id US/Pacific
+DTSTAMP:20070509T173038Z
+DTSTART;TZID=US/Pacific:20070507T000000
+ORGANIZER:mailto:testuser09 at mysite.edu
+UID:62337E2372128D186E4EDF06 at caldav3.local
 END:VFREEBUSY
 END:VCALENDAR
 



More information about the Bedework-commit mailing list