Google 日历 API 任务
Google calendar API for tasks
我在 Google 日历 API 上找不到检索任务的方法,如图所示...
但是如果我检查 http 请求,有一些方法可以检索日历任务...
有没有办法检索 Google 日历任务?
据我所知,您可以使用以下方法:
注意:使用此方法需要 authorization 至少具有以下范围之一:
https://www.googleapis.com/auth/tasks
https://www.googleapis.com/auth/tasks.readonly
希望对您有所帮助!
我在 Google 日历 API 上找不到检索任务的方法,如图所示...
但是如果我检查 http 请求,有一些方法可以检索日历任务...
有没有办法检索 Google 日历任务?
据我所知,您可以使用以下方法:
注意:使用此方法需要 authorization 至少具有以下范围之一:
https://www.googleapis.com/auth/tasks
https://www.googleapis.com/auth/tasks.readonly
希望对您有所帮助!