You will need to modify the script and add a line like:

[CODE]
delete = True
[/CODE]

You can do it before the call to the function "DeleteEventEntries", so the 
last lines of the main function should look like:

[CODE]
  ...
  delete=True
  DeleteEventEntries(calendar_client=calendar_client, calendar=calendar, 
start_date=start_date, end_date=end_date, pattern=pattern, delete=delete);
[/CODE]

Please be aware that doing so will always delete the matching calendars 
whatever the command line argument is.

Best,
Alain


-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to