[Bedework-commit] caldavTest r156 - trunk/tests/calws
svnadmin at bedework.org
svnadmin at bedework.org
Tue Sep 7 22:15:38 EDT 2010
Author: douglm
Date: 2010-09-07 22:15:30 -0400 (Tue, 07 Sep 2010)
New Revision: 156
Added:
trunk/tests/calws/post-entity.test
Log:
Handle web service POST for create.
Required some rearrangement of web/caldav
Added: trunk/tests/calws/post-entity.test
===================================================================
--- trunk/tests/calws/post-entity.test (rev 0)
+++ trunk/tests/calws/post-entity.test 2010-09-08 02:15:30 UTC (rev 156)
@@ -0,0 +1,24 @@
+DESCRIPTION: recur every 8 days
+
+METHOD: POST
+
+AUTH: true
+
+URL: /ucalws/user/douglm/calendar?action=create
+
+CONTENTTYPE: text/calendar
+
+CONTENT:
+BEGIN:VCALENDAR
+CALSCALE:GREGORIAN
+PRODID:-//Cyrusoft International\\, Inc.//Mulberry v4.0//EN
+VERSION:2.0
+BEGIN:VEVENT
+DTSTAMP:20060924T142047Z
+DTSTART:@NOW@
+DURATION:PT1H
+RRULE:FREQ=DAILY;COUNT=3;INTERVAL=8
+SUMMARY:recurring every 8 days
+UID:2B60C4C24727BA3B98789C72 at D76FAF7B10D9E8D2D41F779C-01
+END:VEVENT
+END:VCALENDAR
More information about the Bedework-commit
mailing list