Webcal is a uniform resource identifier (URI) scheme for accessing iCalendar files. WebCal allows you to create and maintain an interactive events calendar or scheduling system on a Web site or app.[1][dead link]

The webcal scheme was devised for use with the Apple iCal application and has become a common de facto standard for accessing iCalendar formatted files via WebDAV, usually using GET method.[citation needed] It is not an official URI scheme, such as http and ftp, as registered with IANA. As of 23 September 2012, the webcal scheme has provisional status with IANA.[2] 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.

Handlers edit

Notable software packages and web applications supporting the webcal protocol include:

Alternative protocols edit

CalDAV and GroupDAV are both efforts to provide WebDAV-based access to calendar stores with finer granularity. The CalDAV Access protocol has been standardized by the IETF and published as RFC 4791. Extensions to CalDAV for automated scheduling are also standardized, as RFC 6638.

Neither of those protocols call for using DAV style URIs. Instead, both drafts call for using the HTTP OPTIONS feature to return that the server supports calendaring extensions.

See also edit

References edit

  1. ^ "WebCal Documentation Part 1". awsd.com. Archived from the original on 2023-06-06.
  2. ^ "Resource Identifier (RI) Scheme name: webcal". IANA. 23 September 2012.
  3. ^ "Open Webcal Links with Google Calendar". Google Operating System. 7 October 2011.
  4. ^ "View and Subscribe to Internet Calendars". Microsoft Office.
  5. ^ "Creating New Calendars". Mozilla Support for Thunderbird.

External links edit