Function simple_write_resource
A slightly simpler version of write_resource which will make more sense for calling from an external program. This makes assumptions that the collection and user do exist and bypasses all checks for whether it is reasonable to write this here.
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 |
$path |
The path to the resource being written |
string |
$caldav_data |
The actual resource to be written |
string |
$put_action_type |
INSERT or UPDATE depending on what we are to do |
|
$write_action_log = false |
boolean
|
True for success, false for failure. |