merge_component
Description:
[
Version ( since =
"1.0" ) ]
public void merge_component (
Component comp_to_merge)
Takes 2 VCALENDAR components and merges the second one into the first, resolving any problems with conflicting TZIDs.
comp_to_merge will no longer exist after calling this function.
Parameters:
this |
The Component
|
comp_to_merge |
A Component. After merged it will not exist any more.
|