Google 日历API: 是否可以在特定时间段收到到期提醒?
Google Calendar API: Possible to get reminders due in a certain period?
我想知道是否可以在特定时间段内收到到期提醒。我正在开发日历应用程序。我正在考虑将 Google 日历用作 "backend/calendar storage engine"。因为实施日历后端似乎很难。重复和提醒部分。我现在面临的挑战是,我想发送提醒的推送通知。所以想知道是否有办法查询下一个小时到期的提醒。
我该怎么做?
提醒 是在事件开始前的指定时间触发的警报
但是,只有 Google API 可用的 delivery mechanisms 是
Pop-up. These are supported on mobile platforms and on web clients.
Email sent by the server.
SMS. These are only available for Google Apps for Work, Education, and Government customers.
推送通知有点不同,因为您需要在开发者控制台中拥有一个带有额外配置的 GCM 连接服务器。
我想知道是否可以在特定时间段内收到到期提醒。我正在开发日历应用程序。我正在考虑将 Google 日历用作 "backend/calendar storage engine"。因为实施日历后端似乎很难。重复和提醒部分。我现在面临的挑战是,我想发送提醒的推送通知。所以想知道是否有办法查询下一个小时到期的提醒。
我该怎么做?
提醒 是在事件开始前的指定时间触发的警报
但是,只有 Google API 可用的 delivery mechanisms 是
Pop-up. These are supported on mobile platforms and on web clients.
Email sent by the server.
SMS. These are only available for Google Apps for Work, Education, and Government customers.
推送通知有点不同,因为您需要在开发者控制台中拥有一个带有额外配置的 GCM 连接服务器。