Hi all, I tried to search through the discussions, but couldn't find what am looking for. Am trying to retrieve the recurring events from from calendar but it's not returning.
Am using .net library. If someone can either refer me to some existing posts or can provide me sample code that will be great. I'll appreciate early replies as my application is live and am having issues with it. Here is my code: ============ CalendarService service = new CalendarService(calendarName); service.setUserCredentials(gUserId, gPassword); EventQuery queryEvent = new EventQuery(gcalendarId); queryEvent.StartTime = stDateIime; queryEvent.EndTime = endDateIime; queryEvent.SingleEvents = true; EventFeed calFeed = service.Query(queryEvent); Adnan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
