我曾经通过以下 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""""
]
}
}
现在我怎么能知道这个日历的状态,它是否通过谷歌日历 API 被删除。请帮我。