DDay.iCal Version 0.71

[This is preliminary documentation and is subject to change.]

Merges the current iCalendar with another iCalendar.
Note: Since each object is associated with one and only one iCalendar object, the iCal that is passed is automatically Disposed in the process, because all of its objects are re-assocated with the new iCalendar.

Namespace:  DDay.iCal
Assembly:  DDay.iCal (in DDay.iCal.dll) Version: 0.71.0.0 (0.71.0.0)

Syntax

C#
public void MergeWith(
	iCalendar iCal
)

Parameters

iCal
Type: DDay.iCal..::.iCalendar
The iCalendar to merge with the current iCalendar

See Also