【发布时间】:2018-01-05 11:10:10
【问题描述】:
我曾经通过以下 API 调用使用日历 ID 获取日历名称:
https://www.googleapis.com/calendar/v3/calendars/877rak5vqdsj68q52tehukeopg@group.calendar.google.com
然后我收到类似
的响应{
""""kind"""": """"calendar#calendar"""",
""""etag"""": """"\""""ULsH1YPfrSsaWJsYynxh4efocZw/z3mgue7ZR46jHMp-7DrpcXUmmDY\"""""""",
""""id"""": """"877rak5vqdsj68q52tehukeopg@group.calendar.google.com"""",
""""summary"""": """"HELLO"""",
""""description"""": """"HELLO"""",
""""timeZone"""": """"UTC"""",
""""conferenceProperties"""": {
""""allowedConferenceSolutionTypes"""": [
""""eventHangout""""
]
}
}
现在我如何通过 Google Calendar API 知道这个日历的状态,无论它是否被删除。请帮帮我。
【问题讨论】:
标签: google-calendar-api google-console-developer