tardate / jquery.addtocalendar

jQuery UI widget that provides "Add to Calendar" functionality. Supports an extensible range of calendar services - desktop and web-based
MIT License
93 stars 35 forks source link

= jQuery UI AddToCal widget v0.1.2

AddToCal is a jQuery UI widget that provides "Add to Calendar" functionality for any website. Given event details, it allows users to add the event to any supported calendar system.

Supported calendar systems:

See the {addtocal.htm}[http://github.com/tardate/jquery.addtocalendar/blob/master//addtocal.htm] demo file for an example of how to initialize and use the widget. You can find and use a live demo at http://tardate.com/addtocal/addtocal.htm

Using AddToCal is simply a matter of initializing the widget, and attaching it to any DOM element that will hold a calendarable event in your application.

You need to implement one method when initializing AddToCal: getEventDetails( element ). It is called when a user selects a calendar to add an event to. The element parameter is the jQuery object for the event invoked. You must return an object packed with the relevant event details. How you determine the event attributes will depend on your page structure, and whether you are using a standard markup such as the {hCalendar microformat}[http://microformats.org/wiki/hcalendar].

=== Widget Initialzation Here's an example of the minimal initialisation require. This example attaches the addtocal widget to all elements with the class 'addtocal'.

=== Required getEventDetails event structure

The structure returned from getEventDetails has the following members:

== Source For more information and source files, see the project's {github repository}[http://github.com/tardate/jquery.addtocalendar]. Feel free to fork and enhance!

== Dependencies

== Copyright Copyright (c) 2010 Paul GALLAGHER http://tardate.com

Dual licensed under the {MIT}[http://www.opensource.org/licenses/mit-license.php] or {GPL Version 2}[http://www.gnu.org/licenses/gpl.html] licenses.

== Other References