All that is necessary is for the web authoring tool to create a small iCalendar (.ics) file for each calendar-type event, and add an anchor tag that references that file. Actually, iCalendar files can contain multiple events but let's keep it simple for this discussion. Then when a user clicks on the file, it is opened in whatever application supports .ics files (MIME type "text/calendar"). It works with Apple's iCal program, and I hear with Outlook (I don't have Outlook so I don't know for sure). It currently won't work with Palm's Desktop program, because that only supports the older and outdated vCalendar specification.
Here's an iCalendar example with a small add-to-calendar icon:
And for Palm Desktop users, the vCalendar version
Try one of them, and see how it works for you. Now, imagine doing that for any event information that you now have to copy and re-type into your personal calendar - wouldn't life be easier?
1 comment:
The issue is that iCalendar is just too complex. A few months ago a simplification effort started and the results is a new iCalendar Basic draft specification - Basic Internet Calendaring and Scheduling Core Object Specification or RFC 2445 - Next @ http://www.ietf.org/internet-drafts/draft-royer-ical-basic-00.txt
Jason
http://muddybranch.thejkgroup.com
Post a Comment