Function import_collection
This function will import a whole collection
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 |
$import_content |
$ics_content the ics file to import |
integer |
$user_no |
the user which 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 The work is either done by import_addressbook_collection() or import_calendar_collection() |
mixed |
$appending = false |