myQuery.addCustomParameter(new
Query.CustomParameter("orderby","starttime"));
myQuery.addCustomParameter(new
Query.CustomParameter("sortorder","ascending"));
myQuery.addCustomParameter(new Query.CustomParameter("singleevents",
"true"));And It is a primary calendar. If I change singleevents to "false" then I can delete all occurences using delete() but then I still can't delete individual occurences using the status method you've suggested. Can I pull the event down from an ID rather than a query? Thanks, Jake --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
