py-vobject / vobject

A full-featured Python package for parsing and creating iCalendar and vCard files
http://py-vobject.github.io/
28 stars 7 forks source link

Consider support for JCal (RFC-7265) #25

Open da4089 opened 8 months ago

da4089 commented 8 months ago

JCal is a direct mapping of the iCalendar format to JSON.

It is defined in an IETF RFC: https://www.rfc-editor.org/rfc/rfc7265.html

Given it's a direct mapping of the underlying iCalendar data, the existing vObject API and entity semantics should be easy to match.