【发布时间】:2019-05-12 10:47:26
【问题描述】:
在 Google 日历中可以:
1.) 将目标标记为“做到了”:
2.) 将提醒标记为“标记为已完成”:
3.) 将任务标记为“标记完成”:
我知道可以使用 Google Tasks API 通过检查 task.status 字符串属性并比较来获取标记为“完成”的所有 Tasks 的列表发给"completed":
https://developers.google.com/tasks/v1/reference/tasks
在 Google Calendar API 中,我只发现“事件” - 目标 从未提及,提醒 仅提及为“电子邮件/短信/弹出”事件提醒(这不是我想要的)。
https://developers.google.com/calendar/v3/reference/
我找不到 Google Keep API。
如何获得所有标记为“完成”的目标和提醒的列表?
我愿意使用任何东西:Google Calendar / Google Tasks / Google Keep
我会在 Javascript 或 Php 中使用任何官方或非官方/开源 API。
如果有任何答案或建议,我将不胜感激,谢谢!
【问题讨论】:
标签: javascript php google-api google-calendar-api google-tasks-api