如何设置安卓提醒/闹钟?
我有一些时间以 ISO 格式存储。其中一些时间在另一列中标记为 1(开启)或 0(关闭)设置。我需要在标记为 1 的时间设置提醒,但如何将每个日期传递给提醒类?
I have got some times stored in ISO format. Some of these times are flagged to either 1(on) or 0(off) set in another column. I need to set a reminder at the times flagged to 1, but how would I pass that each date to the reminder class?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
闹钟应用程序没有公共 API。
日历应用程序没有公共 API,但由于它是 Google 日历的本机 UI,因此您可以通过其 GData API 将事件推送到 Google 日历。
There is no public API for the Alarm Clock application.
There is no public API for the Calendar application, though since it is a native UI for a Google Calendar, you could push an event over to the Google Calendar via its GData API.