Function controlRequestContainer
Work out the location we are doing the PUT to, and check that we have the rights to do the needful.
Package: davical\caldav
Copyright: Morphoss Ltd - http://www.morphoss.com/
License: GNU GPL v2 or later version
Author: Andrew McMillan andrew@morphoss.com
Located at caldav-PUT-functions.php
Copyright: Morphoss Ltd - http://www.morphoss.com/
License: GNU GPL v2 or later version
Author: Andrew McMillan andrew@morphoss.com
Located at caldav-PUT-functions.php
string |
$username |
The name of the destination user |
integer |
$user_no |
The user making the change |
string |
$path |
The DAV path the resource is bing PUT to |
boolean |
$caldav_context |
Whether we are responding via CalDAV or interactively |
boolean |
$public = null |
Whether the collection will be public, should we need to create it |