Google Calendar API event update always return 404 “not found” error

$service->events->get expects the calendar id and event id as parameters It is important to double-check that both parameters are correct If ‘mygooglecalendarid’ is not your primary calendar, then you are trying to get the event from one calendar and update it into a different one – this will give you a 404 error (bad request). If the eventid is not … Read more