K
kaushas
I have Groove calendar and outlook calendar synchronization working using
GrooveHelper framework. I can create and update calendar entries in Groove
and they show up in Outlook.
My only problem is with Deletion of the calendar from Groove. The code
below, detects the delete event and then gets the ID's of the calendar
events, however I get a string array which is empty (it shows as 0 dim
array).
GrooveWebServicesV12Helpers.Shared.GROOVE_CALENDAR_DELETE_EVENT_TYPE:
try
{
GrooveWebServicesV12Helpers.GrooveEventsWebService.GrooveCalendarDeleteEventData
calData = i_Event.EventData as
GrooveWebServicesV12Helpers.GrooveEventsWebService.GrooveCalendarDeleteEventData;
ProcessDelCalendarEntries(calData.CalendarIDs);
}
Any ideas, I have checked the EventData and it also returns empty array.
thanks
GrooveHelper framework. I can create and update calendar entries in Groove
and they show up in Outlook.
My only problem is with Deletion of the calendar from Groove. The code
below, detects the delete event and then gets the ID's of the calendar
events, however I get a string array which is empty (it shows as 0 dim
array).
GrooveWebServicesV12Helpers.Shared.GROOVE_CALENDAR_DELETE_EVENT_TYPE:
try
{
GrooveWebServicesV12Helpers.GrooveEventsWebService.GrooveCalendarDeleteEventData
calData = i_Event.EventData as
GrooveWebServicesV12Helpers.GrooveEventsWebService.GrooveCalendarDeleteEventData;
ProcessDelCalendarEntries(calData.CalendarIDs);
}
Any ideas, I have checked the EventData and it also returns empty array.
thanks