ICalendar: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
m (moved iCalendar to ICalendar)
No edit summary
Line 1: Line 1:
The official specification is at http://www.ietf.org/rfc/rfc2445.txt
== Specification ==
 
*http://tools.ietf.org/html/rfc5545
*DRAFT: http://tools.ietf.org/html/draft-daboo-et-al-icalendar-in-xml-11
*obsolete: http://www.ietf.org/rfc/rfc2445.txt
 
== Usage by tango.info ==
* [[Tango.info iCal]]
 
== Validators ==
* http://severinghaus.org/projects/icv/ - rough check
* http://arnout.engelen.eu/icalendar-validator/urlvalidate - more checks
 
== Parser==
* https://github.com/fruux/sabre-vobject
 
==xCal==
Lowercasing:
 
Each calendar component in the "VCALENDAR" object, delimited by "BEGIN" and "END", will be converted to an enclosing XML element with the same name, but in lowercase.
 
Each individual iCalendar property is represented in xCal by an element of the same name as the iCalendar property, but in lowercase. For example, the "CALSCALE" property is represented in xCal by the IC:calscale element.

Revision as of 2013-06-14T12:50:57

Specification

Usage by tango.info

Validators

Parser

xCal

Lowercasing:

Each calendar component in the "VCALENDAR" object, delimited by "BEGIN" and "END", will be converted to an enclosing XML element with the same name, but in lowercase.

Each individual iCalendar property is represented in xCal by an element of the same name as the iCalendar property, but in lowercase. For example, the "CALSCALE" property is represented in xCal by the IC:calscale element.