CalendarFolderAdd Method Ipswitch.Messaging.Framework
This method adds the passed in CalendarItem to this folder, and returns the Guid id assigned to the item once added

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public override Guid Add(
	CalendarItem item
)

Parameters

item
Type: Ipswitch.Messaging.FrameworkCalendarItem
The CalendarItem to add to this folder

Return Value

Type: Guid
The Guid id assigned to the added CalendarItem
See Also

Reference