diff --git a/inc/caldav-PROPFIND.php b/inc/caldav-PROPFIND.php
index 65b3a807..72e4b808 100644
--- a/inc/caldav-PROPFIND.php
+++ b/inc/caldav-PROPFIND.php
@@ -616,9 +616,9 @@ function get_collection_contents( $depth, $user_no, $collection ) {
$sql .= "to_char(coalesce(calendar_item.created, caldav_data.created) at time zone 'GMT',?) AS created, ";
$sql .= "to_char(last_modified at time zone 'GMT',?) AS modified, ";
$sql .= "summary AS dav_displayname ";
- $sql .= "FROM caldav_data JOIN calendar_item USING( user_no, dav_name) ";
+ $sql .= "FROM caldav_data JOIN calendar_item USING( dav_id, user_no, dav_name) ";
$sql .= "WHERE dav_name ~ ".qpg('^'.$collection->dav_name.'[^/]+$'). $privacy_clause;
- $sql .= "ORDER BY caldav_data.dav_name ";
+ if ( isset($c->strict_result_ordering) && $c->strict_result_ordering ) $sql .= " ORDER BY dav_id";
$qry = new PgQuery($sql, PgQuery::Plain(iCalendar::HttpDateFormat()), PgQuery::Plain(iCalendar::HttpDateFormat()));
if( $qry->Exec("PROPFIND",__LINE__,__FILE__) && $qry->rows > 0 ) {
while( $item = $qry->Fetch() ) {
diff --git a/testing/tests/regression-suite/013-Mulberry-PROPFIND-5.result b/testing/tests/regression-suite/013-Mulberry-PROPFIND-5.result
index a3dd940f..bd02dd6c 100644
--- a/testing/tests/regression-suite/013-Mulberry-PROPFIND-5.result
+++ b/testing/tests/regression-suite/013-Mulberry-PROPFIND-5.result
@@ -1,7 +1,7 @@
HTTP/1.1 207 Multi-Status
Date: Dow, 01 Jan 2000 00:00:00 GMT
DAV: 1, 2, access-control, calendar-access
-ETag: "4cd4df7d08592927b92bcd697c2cdde7"
+ETag: "b47e970cba800e5f7f16afd3121d374e"
Content-Length: 1055
Content-Type: text/xml; charset="utf-8"
@@ -21,17 +21,6 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
-
- /caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics
-
-
- 705
- text/calendar
-
-
- HTTP/1.1 200 OK
-
-
/caldav.php/user1/home/F56B49B10FC923D20FE2DC92D6580340-0.ics
@@ -43,4 +32,15 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
+
+ /caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics
+
+
+ 705
+ text/calendar
+
+
+ HTTP/1.1 200 OK
+
+
diff --git a/testing/tests/regression-suite/015-Mulberry-PROPFIND-6.result b/testing/tests/regression-suite/015-Mulberry-PROPFIND-6.result
index 44ab7700..ce8cc1de 100644
--- a/testing/tests/regression-suite/015-Mulberry-PROPFIND-6.result
+++ b/testing/tests/regression-suite/015-Mulberry-PROPFIND-6.result
@@ -1,7 +1,7 @@
HTTP/1.1 207 Multi-Status
Date: Dow, 01 Jan 2000 00:00:00 GMT
DAV: 1, 2, access-control, calendar-access
-ETag: "d880baf3102a9de9bcea4d5f71a6b500"
+ETag: "e8fc600073377430c336d98d898d38cf"
Content-Length: 1055
Content-Type: text/xml; charset="utf-8"
@@ -21,17 +21,6 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
-
- /caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics
-
-
- 747
- text/calendar
-
-
- HTTP/1.1 200 OK
-
-
/caldav.php/user1/home/F56B49B10FC923D20FE2DC92D6580340-0.ics
@@ -43,4 +32,15 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
+
+ /caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics
+
+
+ 747
+ text/calendar
+
+
+ HTTP/1.1 200 OK
+
+
diff --git a/testing/tests/regression-suite/309-Chandler-PROPFIND-4.result b/testing/tests/regression-suite/309-Chandler-PROPFIND-4.result
index 4cfe0a50..3d548c66 100644
--- a/testing/tests/regression-suite/309-Chandler-PROPFIND-4.result
+++ b/testing/tests/regression-suite/309-Chandler-PROPFIND-4.result
@@ -1,7 +1,7 @@
HTTP/1.1 207 Multi-Status
Date: Dow, 01 Jan 2000 00:00:00 GMT
DAV: 1, 2, access-control, calendar-access
-ETag: "307a9592c8e442356bbeb566b87f3de1"
+ETag: "bce9e0e26a74b6340ceb6385f008c3f7"
Content-Length: 4233
Content-Type: text/xml; charset="utf-8"
@@ -22,23 +22,12 @@ Content-Type: text/xml; charset="utf-8"
- /caldav.php/user1/home/0575d895-a006-4ed8-9be6-0d1b6b6b1f96.ics
+ /caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics
- Due 7/8/7 16:30, completed
- "00ad5eb1eb5507884710b0b66aa5d5c4"
-
- HTTP/1.1 200 OK
-
-
-
- /caldav.php/user1/home/1906b3ca-4890-468a-9b58-1de74bf2c716.ics
-
-
-
- Private Event
- "5def8ae2b20893a1c7f4dbaeb008f2f1"
+ Lunch with David
+ "2c32a2f8aba853654eb17fe037a4db4d"
HTTP/1.1 200 OK
@@ -54,28 +43,6 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
-
- /caldav.php/user1/home/2178279a-aec2-471f-832d-1f6df6203f2f.ics
-
-
-
- Incomplete, uncancelled
- "509b0f0d8a3363379f9f5727f5dd74a0"
-
- HTTP/1.1 200 OK
-
-
-
- /caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics
-
-
-
- Lunch with David
- "2c32a2f8aba853654eb17fe037a4db4d"
-
- HTTP/1.1 200 OK
-
-
/caldav.php/user1/home/4aaf8f37-f232-4c8e-a72e-e171d4c4fe54.ics
@@ -87,17 +54,6 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
-
- /caldav.php/user1/home/917b9e47-b748-4550-a566-657fbe672447.ics
-
-
-
- 50% Complete, uncancelled
- "cb3d9dc3e8c157f53eba3ea0e1e0f146"
-
- HTTP/1.1 200 OK
-
-
/caldav.php/user1/home/9d050be7-8a02-4355-8ed3-02a9fc5f473f.ics
@@ -109,6 +65,61 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
+
+ /caldav.php/user1/home/1906b3ca-4890-468a-9b58-1de74bf2c716.ics
+
+
+
+ Private Event
+ "5def8ae2b20893a1c7f4dbaeb008f2f1"
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/fbd57454-d966-4a14-8341-abe1edb1ae66.ics
+
+
+
+ Tentative Event
+ "ac90acd649c25070b1a2a17fb31a105a"
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/2178279a-aec2-471f-832d-1f6df6203f2f.ics
+
+
+
+ Incomplete, uncancelled
+ "509b0f0d8a3363379f9f5727f5dd74a0"
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/917b9e47-b748-4550-a566-657fbe672447.ics
+
+
+
+ 50% Complete, uncancelled
+ "cb3d9dc3e8c157f53eba3ea0e1e0f146"
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/0575d895-a006-4ed8-9be6-0d1b6b6b1f96.ics
+
+
+
+ Due 7/8/7 16:30, completed
+ "00ad5eb1eb5507884710b0b66aa5d5c4"
+
+ HTTP/1.1 200 OK
+
+
/caldav.php/user1/home/b1679f77-673d-4f46-b3eb-2420e1bba301.ics
@@ -120,17 +131,6 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
-
- /caldav.php/user1/home/e6eb5bc9-f7f9-4a0a-94e8-8e90eefc7d08.ics
-
-
-
- Release 0.9.3
- "8f581a053df6d833254756dfd7553d37"
-
- HTTP/1.1 200 OK
-
-
/caldav.php/user1/home/e70576e9-c1e0-431e-a507-0386fd82f223.ics
@@ -143,12 +143,12 @@ Content-Type: text/xml; charset="utf-8"
- /caldav.php/user1/home/fbd57454-d966-4a14-8341-abe1edb1ae66.ics
+ /caldav.php/user1/home/e6eb5bc9-f7f9-4a0a-94e8-8e90eefc7d08.ics
- Tentative Event
- "ac90acd649c25070b1a2a17fb31a105a"
+ Release 0.9.3
+ "8f581a053df6d833254756dfd7553d37"
HTTP/1.1 200 OK
diff --git a/testing/tests/regression-suite/504-iCal-PROPFIND.result b/testing/tests/regression-suite/504-iCal-PROPFIND.result
index 9da477a3..0a0bdab6 100644
--- a/testing/tests/regression-suite/504-iCal-PROPFIND.result
+++ b/testing/tests/regression-suite/504-iCal-PROPFIND.result
@@ -1,7 +1,7 @@
HTTP/1.1 207 Multi-Status
Date: Dow, 01 Jan 2000 00:00:00 GMT
DAV: 1, 2, access-control, calendar-access
-ETag: "c6c4b54709e3dac67c5c7dd1d8bf30ea"
+ETag: "e41d8d104775e6a9825b87875b071159"
Content-Length: 4107
Content-Type: text/xml; charset="utf-8"
@@ -21,21 +21,11 @@ Content-Type: text/xml; charset="utf-8"
- /caldav.php/user1/home/0575d895-a006-4ed8-9be6-0d1b6b6b1f96.ics
+ /caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics
- "00ad5eb1eb5507884710b0b66aa5d5c4"
-
- HTTP/1.1 200 OK
-
-
-
- /caldav.php/user1/home/1906b3ca-4890-468a-9b58-1de74bf2c716.ics
-
-
-
- "5def8ae2b20893a1c7f4dbaeb008f2f1"
+ "2c32a2f8aba853654eb17fe037a4db4d"
HTTP/1.1 200 OK
@@ -50,26 +40,6 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
-
- /caldav.php/user1/home/2178279a-aec2-471f-832d-1f6df6203f2f.ics
-
-
-
- "509b0f0d8a3363379f9f5727f5dd74a0"
-
- HTTP/1.1 200 OK
-
-
-
- /caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics
-
-
-
- "2c32a2f8aba853654eb17fe037a4db4d"
-
- HTTP/1.1 200 OK
-
-
/caldav.php/user1/home/4aaf8f37-f232-4c8e-a72e-e171d4c4fe54.ics
@@ -80,26 +50,6 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
-
- /caldav.php/user1/home/71e2ae82-7870-11db-c6d6-f6927c144649.ics
-
-
-
- "0d7a68984bf525342d22b8924a57e8e2"
-
- HTTP/1.1 200 OK
-
-
-
- /caldav.php/user1/home/917b9e47-b748-4550-a566-657fbe672447.ics
-
-
-
- "cb3d9dc3e8c157f53eba3ea0e1e0f146"
-
- HTTP/1.1 200 OK
-
-
/caldav.php/user1/home/9d050be7-8a02-4355-8ed3-02a9fc5f473f.ics
@@ -110,6 +60,56 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
+
+ /caldav.php/user1/home/1906b3ca-4890-468a-9b58-1de74bf2c716.ics
+
+
+
+ "5def8ae2b20893a1c7f4dbaeb008f2f1"
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/fbd57454-d966-4a14-8341-abe1edb1ae66.ics
+
+
+
+ "ac90acd649c25070b1a2a17fb31a105a"
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/2178279a-aec2-471f-832d-1f6df6203f2f.ics
+
+
+
+ "509b0f0d8a3363379f9f5727f5dd74a0"
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/917b9e47-b748-4550-a566-657fbe672447.ics
+
+
+
+ "cb3d9dc3e8c157f53eba3ea0e1e0f146"
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/0575d895-a006-4ed8-9be6-0d1b6b6b1f96.ics
+
+
+
+ "00ad5eb1eb5507884710b0b66aa5d5c4"
+
+ HTTP/1.1 200 OK
+
+
/caldav.php/user1/home/b1679f77-673d-4f46-b3eb-2420e1bba301.ics
@@ -120,26 +120,6 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
-
- /caldav.php/user1/home/da81c0ee-7871-11db-c6d6-f6927c144649.ics
-
-
-
- "421abf7e4848d2fecbf64217ed205d4b"
-
- HTTP/1.1 200 OK
-
-
-
- /caldav.php/user1/home/e6eb5bc9-f7f9-4a0a-94e8-8e90eefc7d08.ics
-
-
-
- "8f581a053df6d833254756dfd7553d37"
-
- HTTP/1.1 200 OK
-
-
/caldav.php/user1/home/e70576e9-c1e0-431e-a507-0386fd82f223.ics
@@ -151,11 +131,31 @@ Content-Type: text/xml; charset="utf-8"
- /caldav.php/user1/home/fbd57454-d966-4a14-8341-abe1edb1ae66.ics
+ /caldav.php/user1/home/e6eb5bc9-f7f9-4a0a-94e8-8e90eefc7d08.ics
- "ac90acd649c25070b1a2a17fb31a105a"
+ "8f581a053df6d833254756dfd7553d37"
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/71e2ae82-7870-11db-c6d6-f6927c144649.ics
+
+
+
+ "0d7a68984bf525342d22b8924a57e8e2"
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/da81c0ee-7871-11db-c6d6-f6927c144649.ics
+
+
+
+ "421abf7e4848d2fecbf64217ed205d4b"
HTTP/1.1 200 OK
diff --git a/testing/tests/regression-suite/602-Soho-PROPFIND.result b/testing/tests/regression-suite/602-Soho-PROPFIND.result
index 05ed9f72..ea1180eb 100644
--- a/testing/tests/regression-suite/602-Soho-PROPFIND.result
+++ b/testing/tests/regression-suite/602-Soho-PROPFIND.result
@@ -1,7 +1,7 @@
HTTP/1.1 207 Multi-Status
Date: Dow, 01 Jan 2000 00:00:00 GMT
DAV: 1, 2, access-control, calendar-access
-ETag: "9cd5b2172bdaa7cc59b004100c6fea86"
+ETag: "389ac8095128eacc4fd28339b0741d4d"
Transfer-Encoding: chunked
Content-Type: text/xml; charset="utf-8"
@@ -50,21 +50,7 @@ Content-Type: text/xml; charset="utf-8"
- /caldav.php/user1/home/0575d895-a006-4ed8-9be6-0d1b6b6b1f96.ics
-
-
-
- /caldav.php/user1/
-
-
- /caldav.php/user1/
-
-
- HTTP/1.1 200 OK
-
-
-
- /caldav.php/user1/home/1906b3ca-4890-468a-9b58-1de74bf2c716.ics
+ /caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics
@@ -91,34 +77,6 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
-
- /caldav.php/user1/home/2178279a-aec2-471f-832d-1f6df6203f2f.ics
-
-
-
- /caldav.php/user1/
-
-
- /caldav.php/user1/
-
-
- HTTP/1.1 200 OK
-
-
-
- /caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics
-
-
-
- /caldav.php/user1/
-
-
- /caldav.php/user1/
-
-
- HTTP/1.1 200 OK
-
-
/caldav.php/user1/home/4aaf8f37-f232-4c8e-a72e-e171d4c4fe54.ics
@@ -133,34 +91,6 @@ Content-Type: text/xml; charset="utf-8"
HTTP/1.1 200 OK
-
- /caldav.php/user1/home/71e2ae82-7870-11db-c6d6-f6927c144649.ics
-
-
-
- /caldav.php/user1/
-
-
- /caldav.php/user1/
-
-
- HTTP/1.1 200 OK
-
-
-
- /caldav.php/user1/home/917b9e47-b748-4550-a566-657fbe672447.ics
-
-
-
- /caldav.php/user1/
-
-
- /caldav.php/user1/
-
-
- HTTP/1.1 200 OK
-
-
/caldav.php/user1/home/9d050be7-8a02-4355-8ed3-02a9fc5f473f.ics
@@ -176,7 +106,63 @@ Content-Type: text/xml; charset="utf-8"
- /caldav.php/user1/home/AAA9318E-37D9-4319-8626-95ECD3D3B243.ics
+ /caldav.php/user1/home/1906b3ca-4890-468a-9b58-1de74bf2c716.ics
+
+
+
+ /caldav.php/user1/
+
+
+ /caldav.php/user1/
+
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/fbd57454-d966-4a14-8341-abe1edb1ae66.ics
+
+
+
+ /caldav.php/user1/
+
+
+ /caldav.php/user1/
+
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/2178279a-aec2-471f-832d-1f6df6203f2f.ics
+
+
+
+ /caldav.php/user1/
+
+
+ /caldav.php/user1/
+
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/917b9e47-b748-4550-a566-657fbe672447.ics
+
+
+
+ /caldav.php/user1/
+
+
+ /caldav.php/user1/
+
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/0575d895-a006-4ed8-9be6-0d1b6b6b1f96.ics
@@ -204,7 +190,7 @@ Content-Type: text/xml; charset="utf-8"
- /caldav.php/user1/home/da81c0ee-7871-11db-c6d6-f6927c144649.ics
+ /caldav.php/user1/home/e70576e9-c1e0-431e-a507-0386fd82f223.ics
@@ -232,7 +218,7 @@ Content-Type: text/xml; charset="utf-8"
- /caldav.php/user1/home/e70576e9-c1e0-431e-a507-0386fd82f223.ics
+ /caldav.php/user1/home/71e2ae82-7870-11db-c6d6-f6927c144649.ics
@@ -246,7 +232,21 @@ Content-Type: text/xml; charset="utf-8"
- /caldav.php/user1/home/fbd57454-d966-4a14-8341-abe1edb1ae66.ics
+ /caldav.php/user1/home/da81c0ee-7871-11db-c6d6-f6927c144649.ics
+
+
+
+ /caldav.php/user1/
+
+
+ /caldav.php/user1/
+
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/AAA9318E-37D9-4319-8626-95ECD3D3B243.ics
diff --git a/testing/tests/regression-suite/822-Spec-PROPFIND-3.result b/testing/tests/regression-suite/822-Spec-PROPFIND-3.result
index cbe7811e..f38af346 100644
--- a/testing/tests/regression-suite/822-Spec-PROPFIND-3.result
+++ b/testing/tests/regression-suite/822-Spec-PROPFIND-3.result
@@ -39,42 +39,16 @@
- /caldav.php/user1/home/0575d895-a006-4ed8-9be6-0d1b6b6b1f96.ics
+ /caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics
Dow, 01 Jan 2000 00:00:00 GMT
- 961
+ 747
text/calendar
Dow, 01 Jan 2000 00:00:00 GMT
- Due 7/8/7 16:30, completed
- "00ad5eb1eb5507884710b0b66aa5d5c4"
- en_NZ.UTF-8
-
-
-
-
-
-
-
-
-
-
-
- HTTP/1.1 200 OK
-
-
-
- /caldav.php/user1/home/1906b3ca-4890-468a-9b58-1de74bf2c716.ics
-
-
- Dow, 01 Jan 2000 00:00:00 GMT
- 970
- text/calendar
- Dow, 01 Jan 2000 00:00:00 GMT
-
- Private Event
- "5def8ae2b20893a1c7f4dbaeb008f2f1"
+ Lunch with David
+ "2c32a2f8aba853654eb17fe037a4db4d"
en_NZ.UTF-8
@@ -116,58 +90,6 @@
HTTP/1.1 200 OK
-
- /caldav.php/user1/home/2178279a-aec2-471f-832d-1f6df6203f2f.ics
-
-
- Dow, 01 Jan 2000 00:00:00 GMT
- 415
- text/calendar
- Dow, 01 Jan 2000 00:00:00 GMT
-
- Incomplete, uncancelled
- "509b0f0d8a3363379f9f5727f5dd74a0"
- en_NZ.UTF-8
-
-
-
-
-
-
-
-
-
-
-
- HTTP/1.1 200 OK
-
-
-
- /caldav.php/user1/home/3F4CF6227300FD062D9EF3CDFB30D32D-0.ics
-
-
- Dow, 01 Jan 2000 00:00:00 GMT
- 747
- text/calendar
- Dow, 01 Jan 2000 00:00:00 GMT
-
- Lunch with David
- "2c32a2f8aba853654eb17fe037a4db4d"
- en_NZ.UTF-8
-
-
-
-
-
-
-
-
-
-
-
- HTTP/1.1 200 OK
-
-
/caldav.php/user1/home/4aaf8f37-f232-4c8e-a72e-e171d4c4fe54.ics
@@ -194,58 +116,6 @@
HTTP/1.1 200 OK
-
- /caldav.php/user1/home/71e2ae82-7870-11db-c6d6-f6927c144649.ics
-
-
- Dow, 01 Jan 2000 00:00:00 GMT
- 743
- text/calendar
- Dow, 01 Jan 2000 00:00:00 GMT
-
- Beer O'Clock
- "0d7a68984bf525342d22b8924a57e8e2"
- en_NZ.UTF-8
-
-
-
-
-
-
-
-
-
-
-
- HTTP/1.1 200 OK
-
-
-
- /caldav.php/user1/home/917b9e47-b748-4550-a566-657fbe672447.ics
-
-
- Dow, 01 Jan 2000 00:00:00 GMT
- 449
- text/calendar
- Dow, 01 Jan 2000 00:00:00 GMT
-
- 50% Complete, uncancelled
- "cb3d9dc3e8c157f53eba3ea0e1e0f146"
- en_NZ.UTF-8
-
-
-
-
-
-
-
-
-
-
-
- HTTP/1.1 200 OK
-
-
/caldav.php/user1/home/9d050be7-8a02-4355-8ed3-02a9fc5f473f.ics
@@ -273,16 +143,120 @@
- /caldav.php/user1/home/AAA9318E-37D9-4319-8626-95ECD3D3B243.ics
+ /caldav.php/user1/home/1906b3ca-4890-468a-9b58-1de74bf2c716.ics
Dow, 01 Jan 2000 00:00:00 GMT
- 981
+ 970
text/calendar
Dow, 01 Jan 2000 00:00:00 GMT
- BBQ @ ML's
- "5f050eca5480bbebbe9428222570913d"
+ Private Event
+ "5def8ae2b20893a1c7f4dbaeb008f2f1"
+ en_NZ.UTF-8
+
+
+
+
+
+
+
+
+
+
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/fbd57454-d966-4a14-8341-abe1edb1ae66.ics
+
+
+ Dow, 01 Jan 2000 00:00:00 GMT
+ 929
+ text/calendar
+ Dow, 01 Jan 2000 00:00:00 GMT
+
+ Tentative Event
+ "ac90acd649c25070b1a2a17fb31a105a"
+ en_NZ.UTF-8
+
+
+
+
+
+
+
+
+
+
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/2178279a-aec2-471f-832d-1f6df6203f2f.ics
+
+
+ Dow, 01 Jan 2000 00:00:00 GMT
+ 415
+ text/calendar
+ Dow, 01 Jan 2000 00:00:00 GMT
+
+ Incomplete, uncancelled
+ "509b0f0d8a3363379f9f5727f5dd74a0"
+ en_NZ.UTF-8
+
+
+
+
+
+
+
+
+
+
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/917b9e47-b748-4550-a566-657fbe672447.ics
+
+
+ Dow, 01 Jan 2000 00:00:00 GMT
+ 449
+ text/calendar
+ Dow, 01 Jan 2000 00:00:00 GMT
+
+ 50% Complete, uncancelled
+ "cb3d9dc3e8c157f53eba3ea0e1e0f146"
+ en_NZ.UTF-8
+
+
+
+
+
+
+
+
+
+
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/0575d895-a006-4ed8-9be6-0d1b6b6b1f96.ics
+
+
+ Dow, 01 Jan 2000 00:00:00 GMT
+ 961
+ text/calendar
+ Dow, 01 Jan 2000 00:00:00 GMT
+
+ Due 7/8/7 16:30, completed
+ "00ad5eb1eb5507884710b0b66aa5d5c4"
en_NZ.UTF-8
@@ -325,16 +299,16 @@
- /caldav.php/user1/home/da81c0ee-7871-11db-c6d6-f6927c144649.ics
+ /caldav.php/user1/home/e70576e9-c1e0-431e-a507-0386fd82f223.ics
Dow, 01 Jan 2000 00:00:00 GMT
- 302
+ 1119
text/calendar
Dow, 01 Jan 2000 00:00:00 GMT
- Morning Mgmt Mtg
- "421abf7e4848d2fecbf64217ed205d4b"
+ Morning Meeting
+ "e8060931f30c1798ac58ffbe4ec0bffc"
en_NZ.UTF-8
@@ -377,16 +351,16 @@
- /caldav.php/user1/home/e70576e9-c1e0-431e-a507-0386fd82f223.ics
+ /caldav.php/user1/home/71e2ae82-7870-11db-c6d6-f6927c144649.ics
Dow, 01 Jan 2000 00:00:00 GMT
- 1119
+ 743
text/calendar
Dow, 01 Jan 2000 00:00:00 GMT
- Morning Meeting
- "e8060931f30c1798ac58ffbe4ec0bffc"
+ Beer O'Clock
+ "0d7a68984bf525342d22b8924a57e8e2"
en_NZ.UTF-8
@@ -403,16 +377,42 @@
- /caldav.php/user1/home/fbd57454-d966-4a14-8341-abe1edb1ae66.ics
+ /caldav.php/user1/home/da81c0ee-7871-11db-c6d6-f6927c144649.ics
Dow, 01 Jan 2000 00:00:00 GMT
- 929
+ 302
text/calendar
Dow, 01 Jan 2000 00:00:00 GMT
- Tentative Event
- "ac90acd649c25070b1a2a17fb31a105a"
+ Morning Mgmt Mtg
+ "421abf7e4848d2fecbf64217ed205d4b"
+ en_NZ.UTF-8
+
+
+
+
+
+
+
+
+
+
+
+ HTTP/1.1 200 OK
+
+
+
+ /caldav.php/user1/home/AAA9318E-37D9-4319-8626-95ECD3D3B243.ics
+
+
+ Dow, 01 Jan 2000 00:00:00 GMT
+ 981
+ text/calendar
+ Dow, 01 Jan 2000 00:00:00 GMT
+
+ BBQ @ ML's
+ "5f050eca5480bbebbe9428222570913d"
en_NZ.UTF-8