https://github.com/charlieroth/jsoncalendar
An open file format for calendar software
https://github.com/charlieroth/jsoncalendar
json
Last synced: 3 months ago
JSON representation
An open file format for calendar software
- Host: GitHub
- URL: https://github.com/charlieroth/jsoncalendar
- Owner: charlieroth
- Created: 2025-03-10T20:45:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T19:45:55.000Z (about 1 year ago)
- Last Synced: 2025-10-08T10:51:46.222Z (9 months ago)
- Topics: json
- Language: TypeScript
- Homepage: https://jsoncalendar.org
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An open file format for calendar data.
Calendars are a way to view and organize our lives. Calendars encourage accountability of the past, present and future.
The JSON Calendar format was created to provide longevity, readbaility and interopability for calendar applications. The format
is designed to be easy to parse and give users [ownership of their data](https://stephango.com/file-over-app). JSON Calendar files use the `.jsoncalendar` extension.
JSON Calendar can be implemented freely as an import, export, and storage format for any app or tool.
This site, and all resources associated with JSON Calendar are [open source](https://github.com/charlieroth/jsoncalendar) under the MIT license.
[An introduction to JSON Calendar](https://charlieroth.me/json-calendar)