PublicAPI.Portal.CalendarEvent.Delete ELMA API Documentation
Delete the event
 
 
Syntax

public void Delete(
	CalendarEvent event,
	bool all
)

Parameters

event
Type: CalendarEvent
Event. Object. Access path: PublicAPI.Portal.CalendarEvent
all
Type: System Boolean
Delete all the events
See Also