[CalendarServer-changes] [2843] CalDAVTester/branches/users/cdaboo/implicit-2661/scripts/server/ serverinfo.xml

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 22 11:01:08 PDT 2008


Revision: 2843
          http://trac.macosforge.org/projects/calendarserver/changeset/2843
Author:   cdaboo at apple.com
Date:     2008-08-22 11:01:08 -0700 (Fri, 22 Aug 2008)
Log Message:
-----------
Have the calendar paths as substitution variables.

Modified Paths:
--------------
    CalDAVTester/branches/users/cdaboo/implicit-2661/scripts/server/serverinfo.xml

Modified: CalDAVTester/branches/users/cdaboo/implicit-2661/scripts/server/serverinfo.xml
===================================================================
--- CalDAVTester/branches/users/cdaboo/implicit-2661/scripts/server/serverinfo.xml	2008-08-22 18:00:14 UTC (rev 2842)
+++ CalDAVTester/branches/users/cdaboo/implicit-2661/scripts/server/serverinfo.xml	2008-08-22 18:01:08 UTC (rev 2843)
@@ -197,6 +197,11 @@
 			<key>$pathprefix2:</key>
 			<value>/calendars/__uids__/user02</value>
 		</substitution>
+		<!-- relative path to second user calendar home-->
+		<substitution>
+			<key>$calendarpath2:</key>
+			<value>/calendars/__uids__/user02/calendar</value>
+		</substitution>
 		<!-- calendar user address of second user-->
 		<substitution>
 			<key>$cuaddr2:</key>
@@ -235,6 +240,11 @@
 			<key>$pathprefix3:</key>
 			<value>/calendars/__uids__/user03</value>
 		</substitution>
+		<!-- relative path to third user calendar home-->
+		<substitution>
+			<key>$calendarpath3:</key>
+			<value>/calendars/__uids__/user03/calendar</value>
+		</substitution>
 		<!-- calendar user address of third user-->
 		<substitution>
 			<key>$cuaddr3:</key>
@@ -250,6 +260,11 @@
 			<key>$rpathprefix1:</key>
 			<value>/calendars/__uids__/resource01</value>
 		</substitution>
+		<!-- relative path to first resource calendar home-->
+		<substitution>
+			<key>$rcalendarpath1:</key>
+			<value>/calendars/__uids__/resource01/calendar</value>
+		</substitution>
 		<!-- relative path to first resource principal resource-->
 		<substitution>
 			<key>$rprincipal1:</key>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080822/baa04ea4/attachment.html 


More information about the calendarserver-changes mailing list