What is a webcal protocol?

前端 未结 1 1417
深忆病人
深忆病人 2020-12-11 02:06

Recently i was trying to export my friends\' birthday\'s list from facebook, where i was provided a url like-

webcal://www.facebook.com/ical/b.php?uid=144227         


        
相关标签:
1条回答
  • 2020-12-11 02:27

    Webcal was initiated for use with the Apple iCal application and has become a common de facto standard for accessing iCalendar formatted files via WebDAV.[citation needed] It is not an official URI scheme, such as http: and ftp:, as registered with IANA. The Webcal protocol prefix is used to trigger an external protocol handler which is passed the URL of the .ics file rather than being passed the downloaded contents of the file, in much the same way feed: is sometimes used to trigger external RSS readers. The idea is that with this protocol prefix the target file should be subscribed to rather than imported into the calendar application as would happen with a simple download.

    from http://en.wikipedia.org/wiki/Webcal

    0 讨论(0)
提交回复
热议问题