Calendar.Events.move(sourceCalendarId, eventId, destinationCalendarId);
GoogleJsonResponseException: API call to calendar.events.move failed with error: Not Found
what should i do? when i move to this error it moves cursor here:
Calendar.Events`.`move(sourceCalendarId, eventId, destinationCalendarId);
why this error accured and how should i fix it?