79211321

Date: 2024-11-21 13:16:49
Score: 3.5
Natty:
Report link

It seems that clearing events from a 'secondary' calendar is currently not possible, even for users with elevated roles like Calendar Admin or similar.

While you can delete, create, and modify calendars or events, attempting to clear all events from a secondary calendar using the following endpoint:

https://www.googleapis.com/calendar/v3/calendars/_calendar_id_/clear

where _calendar_id_ is a value like an email, e.g., [email protected]) results in the following error:

{
  "error": {
    "errors": [
      {
        "domain": "global",
        "reason": "invalid",
        "message": "Invalid Value"
      }
    ],
    "code": 400,
    "message": "Invalid Value"
  }
}

If anyone has insights, a guide, or tips on how to clear events from a secondary calendar, your help would be greatly appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • RegEx Blacklisted phrase (3): help would be greatly appreciated
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrea Rossi