iCal - Remote query filter

蹲街弑〆低调 提交于 2019-12-10 11:03:38

问题


Maybe dumb question but I'm wondering how iCal clients query a remote calendar.

I've just created a little web service that generates an iCal file. This file is successfully interpreted by Google Calendar and Lightning (new Sunbird). But I'm not filtering on any range of time.

I imagine that Google and Sunbird clients gives parameters to filter on dates at least.

How can I know what are these parameters ? Is it part of the iCal RFC ?

Can someone point me to the good direction ?


回答1:


When you are just 'subscribing', you're simply downloading the entire file and that's it. No filtering.

However, when you're talking about syncing, the place you need to look at is CalDAV.

http://tools.ietf.org/html/rfc4791

This is a WebDAV based protocol most major calendar applications use, and does do things like filtering on time ranges and 2-way synchronization.



来源:https://stackoverflow.com/questions/10846873/ical-remote-query-filter

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!