Google Calendar API 在 Pod 更新后向日历插入事件时会出现 404。
Posted
技术标签:
【中文标题】Google Calendar API 在 Pod 更新后向日历插入事件时会出现 404。【英文标题】:Google Calendar API gives 404 while inserting events to calendar after pods updation. 【发布时间】:2017-12-07 05:02:14 【问题描述】:我在我的 ios 应用程序中集成了谷歌日历,并使用此调用从应用程序插入事件“ https://www.googleapis.com/calendar/v3/calendars/primary/events" 以及在我的谷歌日历中成功插入的事件
由于 ios 11,我现在更新了这个 api 现在它给出了这个错误作为响应。不知道问题出在哪里。
错误:无效值:无效格式:\"2017-12-07 07:00:00\" 在 \" 07:00:00\
【问题讨论】:
嗨,我需要谷歌日历的帮助,如何通过我的应用在 swift @junaidUmer 中创建活动 使用 google api 添加事件...googleapis.com/calendar/v3/calendars/primary/events这是您必须点击的 api,以便将事件添加到您的 google 主日历以获取更多详细信息,请访问此链接 developers.google.com/google-apps/calendar/v3/reference/events/… 如果您需要有关如何在 swift 4 中提出请求的指导,您可以查看 swift 文档,或者您可以给我发电子邮件 junaidumer28@gmail.com 兄弟我怎样才能连接你@junaidUmer 我刚刚留下了我的电子邮件地址,见上面的评论 【参考方案1】:错误prolly是由于错误的时间格式。按照RFC3339 了解日期时间格式。它看起来像:
2015-05-28T09:00:00-07:00
注意代表full date/full-time的字母T。
【讨论】:
以上是关于Google Calendar API 在 Pod 更新后向日历插入事件时会出现 404。的主要内容,如果未能解决你的问题,请参考以下文章
Google 日历 API 范围 - calendar.readonly 和 calendar.events.readonly 之间有啥区别?
Google Calendar API,如何添加带有附加新生成的google meet的事件?