Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在现有的 java 应用程序中,我问我是否可以执行以下操作:
例如,用户使用 Google 日历(议程)在他的 ical 中创建一个新事件
Java 程序检测到日历已更新,新事件/集合点已创建
例如,java 程序获取新的事件详细信息并将此详细信息存储在 mysql 数据库中
你知道这是否可能吗?
谢谢
是的,这是可能的,您唯一需要跟踪的是事件的 uid:新的 uid 表示新事件,您还需要跟踪序列属性以检测事件的变化。