简体   繁体   English

谷歌日历 API 在 android 中创建类似目标的事件

[英]Google calendar API to create event like Goals in android

Is there any API or library to create a calendar event like goals in Android.是否有任何 API 或库可以在 Android 中创建类似目标的日历事件。 Google Calendar uses Artificial Intelligence for Creating goals and rescheduling that events, I want to Implement same thing in my app.谷歌日历使用人工智能来创建目标和重新安排这些事件,我想在我的应用程序中实现同样的事情。 Done some research but couldn't find any library.做了一些研究,但找不到任何图书馆。

Any help will be appreciated, thank you任何帮助将不胜感激,谢谢

I suppose I'm coming a bit late to the party, but I strongly suggest you look at Google's Apps Script documentation .我想我参加聚会有点晚了,但我强烈建议您查看 Google 的 Apps 脚本文档 It features a nice API for creating events, and you can set the scripts to run on triggers such as calendar modification, which kind of suits your needs, as goals need to be rescheduled whenever they conflict with an existing event.它具有用于创建事件的良好 API,您可以将脚本设置为在诸如日历修改之类的触发器上运行,这适合您的需求,因为只要目标与现有事件发生冲突,就需要重新安排目标。 Using artificial intelligence might be a little tricky with GAS, and there's no library that I know of that could do that tough.在 GAS 中使用人工智能可能有点棘手,而且据我所知,没有任何图书馆可以做到如此困难。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM