我正在尝试使用Google API发布日历事件。像这样
finalURL = "https://www.googleapis.com/calendar/v3/calendars/{calendarId}/events?supportsAttachments=true".format(calendarId=cal_id)
post_retry(url=finalURL, payload=json_data, xheaders=headers)
虽然使用有效负载中指定的所有数据成功恢复了事件,但是我从 gmail.com_3638363930363235323533@resource.calendar.google.com 收到邮件。
New_Building-f1-rw-Mine new building--- (13) has declined this invitation.
它与我的有效负载中的某些遗漏信息有关,还是与某些Google帐户有关?我真的想为我的申请停止这封电子邮件。
New_Building-f1-rw-Mine new building--- (13)
是我创建的资源。 它仅用于资源事件。