WebAPI/CalendarAPI: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎See also: ical.js)
No edit summary
 
Line 29: Line 29:
* [[WebAPI/ContactsAPI]]
* [[WebAPI/ContactsAPI]]
* https://github.com/mozilla-comm/ical.js
* https://github.com/mozilla-comm/ical.js
[[Category:Web APIs]]

Latest revision as of 23:49, 1 October 2014

This article is a stub. You can help MozillaWiki by expanding it.

Calendar API specification

Goals

Provide read/write DOM API access to the device calendar, and the events contained therein with a simple minimal API that has a high-degree of interoperability with both device calendars and commonly published web calendar information (iCalendar/hCalendar). - Tantek

The CalendarAPI is also known as WebCalendar.

Status

  • plan drafted

Team

Next actions

Clients

Application(s) using the CalendarAPI:

See also