set_icalcomponent
Description:
Sets the contents of a calendar component object from an Component.
If the this already had an Component set into it, it will be freed automatically.
Supported component types are VEVENT, VTODO, VJOURNAL, VFREEBUSY, and VTIMEZONE.
Parameters:
this |
A calendar component object. |
icalcomp |
An Component. |
Returns:
true on success, false if |