Function import_calendar_collection
This function will import a whole calendar
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 |
$ics_content |
the ics file to import |
integer |
$user_no |
the user wich will receive this ics file |
string |
$path |
the $path where it will be stored such as /user_foo/home/ |
boolean |
$caldav_context |
Whether we are responding via CalDAV or interactively Any VEVENTs with the same UID will be concatenated together |
mixed |
$appending = false |