gpt4 book ai didi

javascript - 如何获取所有标记为已完成的 Google 日历目标和提醒

转载 作者:可可西里 更新时间:2023-10-31 23:50:43 25 4
gpt4 key购买 nike

Google 日历 中可以:

1.) 将目标标记为“做到了”:

Goal

2.) 将提醒标记为“标记为已完成”:

Reminder

3.) 将任务标记为“标记完成”:

Task

我知道可以使用 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。

如有任何答复或建议,我将不胜感激,谢谢!

最佳答案

在 GitHub 上,我找到了一个用于 Google Reminders 的 Python 库:

https://github.com/jonahar/google-reminders-cli

Reminder 类有一个 bool 变量“done”,这正是我想要的。

这就是我将 Python 库移植到 JavaScript 和 PHP 的原因:

https://github.com/Jinjinov/google-reminders-js

https://github.com/Jinjinov/google-reminders-php

关于javascript - 如何获取所有标记为已完成的 Google 日历目标和提醒,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56098456/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com