mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Change the CALENDAR-HOME-SET property to be the parent of any calendars.
This commit is contained in:
parent
85707c9eba
commit
5ad40f969a
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user