jCal
jCal is a JSON-based encoding of iCalendar data. It provides a machine-readable representation of calendar information intended for web applications and APIs that handle events, tasks, and other calendar components. The format was defined by the Internet Engineering Task Force as The iCalendar Object Representation in JSON (jCal) to complement the traditional iCalendar text format (ICS).
jCal encodes the iCalendar data model into a nested JSON structure. A jCal document represents a vcalendar
Common components and properties include vevent with uid, dtstart, dtend, summary, and description, and vtimezone for
Usage and compatibility: jCal is used where JSON is the preferred data interchange format for calendar data,