Google Calendar Event Not Showing in Calendar

前端 未结 2 1037
长情又很酷
长情又很酷 2020-12-04 00:35

We have created a Service Account in Google and Using Calendar API for adding events, it worked fine before ,after google stopped the account and reactivated it , it didn\'t

2条回答
  •  無奈伤痛
    2020-12-04 00:59

    remember that the following code inserts your events into the service accounts primary calendar

    var recurringEvent = service.Events.Insert(myEvent, "primary");
    

    In order to see these events you will need to either do an events.list or invite someone else to the event so that they can see it in their own calendar.

    Bug issue logged.

    Beyond that there is currently an issue on the forums about invites not being sent https://issuetracker.google.com/issues/140746812

提交回复
热议问题