void download(
[string
$filename = 'myical.ics'])
|
|
download method -- outputs the appropriate headers then outputs the results of ical_dump
this method added by C. R. Dick http://wazzuplocal.com
Parameters:
string ical_dump(
[string
$text = ""])
|
|
Dump ical data to text string
Slightly modified from parent class because this isn't really an RFC defined object
Overrides
ical_ComponentManager::ical_dump() (Dump ical data to text.)
Parameters:
integer write(
[string
$filename = ""])
|
|
Write out calendar(s) in this object to a file
Returns 0 on sucess, -1 on failure
Parameters: