GrooveWebServicesV12Helpers returns empty string array for CalID

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top