WebAPI/CalendarAPI: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(stub)
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:
__TOC__
__TOC__


== see also ==
== Status ==
* plan drafted
 
== Team ==
* Interface/Standards: <span class="h-card">[[User:Tantek|Tantek Çelik]]</span> (IRC: tantek)
* Interface/Implementation: <span class="h-card">[[User:Anygregor|Gregor Wagner]]</span> (IRC: gwagner)
 
== Next actions ==
* Document interface requirements/features for [[Gaia/Calendar]] v1 and v2
* Evaluate [http://dev.w3.org/2009/dap/calendar/ W3C DAP Calendar API]
* Subset accordingly.
 
== Clients ==
Application(s) using the CalendarAPI:
* [[Gaia/Calendar]]
 
== See also ==
* [[WebAPI]]
* [[WebAPI/ContactsAPI]]
* [[WebAPI/ContactsAPI]]
* 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