From 5ad40f969ac09257783d983f9bb8938a9e936d7d Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 30 Oct 2007 10:22:33 +1300 Subject: [PATCH] Change the CALENDAR-HOME-SET property to be the parent of any calendars. --- inc/CalDAVRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index 7e900200..749bd2f7 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -156,7 +156,7 @@ class CalDAVRequest */ $this->UserFromPath(); $this->principal->url = sprintf( "%s/%s/", $c->protocol_server_port_script, $this->principal->username); - $this->principal->calendar_home_set = sprintf( "%s%s/", $this->principal->url, $c->home_calendar_name); + $this->principal->calendar_home_set = sprintf( "%s", $this->principal->url); $this->principal->schedule_inbox_url = sprintf( "%s.inbox/", $this->principal->url); $this->principal->schedule_outbox_url = sprintf( "%s.outbox/", $this->principal->url);