- From: Mikko Rantalainen <mikko.rantalainen@peda.net>
- Date: Thu, 07 Feb 2008 13:36:33 +0200
Consider a site that has something like an event calendar (may be displayed with a table layout or just a simple list). How should one link to iCalendar information that is meant for subscription or importing to reader's calendaring software? (This is different from a single event information for which one could use a microformat.) Currently it seems that there are two practical ways to link to a iCalendar file; one may distribute the .ics file via HTTP or with "webcal" protocol (which, if I've understood correctly, is just HTTP with different protocol name to help with binding with correct program). So I can write <a href="webcal://example.com/feed.ics">Subscribe events</a> or <a href="http://example.com/feed.ics">Download events</a> However, both of these URLs could really be used for subscriptions. Should I mark up those as feeds? Should calendar feeds have different "rel" type than "feed"? Is it okay to write something like <a href="http://example.com/feed.ics" rel="feed" type="text/calendar">Calendar feed</a>? The "feed" keyword is defined as "the feed keyword indicates that the referenced document is a syndication feed" at http://www.whatwg.org/specs/web-apps/current-work/#link-type5 - is a calendar feed a "syndication feed"? -- Mikko -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 254 bytes Desc: OpenPGP digital signature URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20080207/cbc1a574/attachment.pgp>
Received on Thursday, 7 February 2008 03:36:33 UTC