Deletes calendar event in database.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual bool DeleteCalendarEvent(
	Guid calendarEventId
)
Visual Basic
Public Overridable Function DeleteCalendarEvent ( 
	calendarEventId As Guid
) As Boolean
Visual C++
public:
virtual bool DeleteCalendarEvent(
	Guid calendarEventId
)
F#
abstract DeleteCalendarEvent : 
        calendarEventId : Guid -> bool 
override DeleteCalendarEvent : 
        calendarEventId : Guid -> bool 

Parameters

calendarEventId
Type: System..::..Guid
Calendar event id.

Return Value

Type: Boolean
True if event is successfully deleted.

Implements

ICalendarEventBLL..::..DeleteCalendarEvent(Guid)

See Also