我们如何推送 iCal 活动的新更新?
我们如何推送到订阅的设备新更新?
我可以轻松地从 CRM 日记生成 .ics
文件,并作为新的日历网址成功导入到 Google,但是当我在 CRM 日记中创建新条目时,我该如何提醒“Google 日历”用于新创建/更新的活动?
我有点迷失,找不到解决方案,我阅读了 维基百科文章一遍又一遍但是......我错过了一些东西:(
任何帮助非常感谢 。
How can we PUSH to the subscribed device new updates?
I can easily generate a .ics
file from my CRM Diary, and successfully importing to Google as a new Calendar URL, but when I create a new entry in my CRM Diary, how can I alert "Google Calendar" for the new created/updated event?
I'm a little lost, and I can't find a solution, I read the Wikipedia article over and over but ... I'm missing something :(
Any help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终使用了这个 .NET iCal 库
我需要做的就是检查像
dougday
这样的传入请求在 我在他们的论坛上的问题I ended up using this .NET iCal Library
And all I need to do was check the incoming requests like
dougday
answered me on my question on their forum