eventId and icalUID of event is getting different, created between outlook calendar and google calendar

时光毁灭记忆、已成空白 提交于 2019-12-13 06:00:27

问题


Events created in outlook calendar with google calendar participants and trying to fetch events from outlook and google calendar separately, but these are getting different id's and icalUID

Is there a way to find these two calendars having same events?


回答1:


The mapping between iCalUID and EventId is not 1:1 (see https://developers.google.com/google-apps/calendar/v3/reference/events#iCalUID ).

You can search by iCalUID through calendar API's events.list() with parameter iCalUID: https://developers.google.com/google-apps/calendar/v3/reference/events/list#iCalUID



来源:https://stackoverflow.com/questions/32265148/eventid-and-icaluid-of-event-is-getting-different-created-between-outlook-calen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!