CalendarDeleteEventData Event
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
The CalendarDeleteEventData event indicates that one or more calendar entries were deleted from the tool.
Syntax
<Event>
<SubscriptionID/>
<EventClass>urn:groove-net:Calendar2Event</EventClass>
<EventSource/>
<EventType>CalendarDeleteEventData</EventType>
<EventData xsi:type="e:CalendarDeleteEventData">
<CalendarIDs>
<!-- Array of --> <ID />
</CalendarIDs>
</EventData>
</Event>
Complex Type Elements
Element |
Data type |
Description |
|---|---|---|
CalenderIDs |
Array of xs:string |
Calendar entry IDs of deleted entries. |