Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lessonfuse/calendar
collection of calendars in the .ics format
https://github.com/lessonfuse/calendar
Last synced: about 1 month ago
JSON representation
collection of calendars in the .ics format
- Host: GitHub
- URL: https://github.com/lessonfuse/calendar
- Owner: lessonfuse
- License: gpl-3.0
- Created: 2024-05-03T08:32:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T13:53:55.000Z (2 months ago)
- Last Synced: 2024-11-02T14:27:17.092Z (2 months ago)
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Calendar
This repository is a collection of academic related calendars in `iCalendar` format.
## What is iCalendar?
iCalendar is a standard format for storing and exchanging calendaring and scheduling information. Here's what you need to know about it:
- **Purpose:** Designed for storing events, to-dos, and journal entries
- **Interoperability:** Allows easy sharing of calendar data across different platforms and applications
- **Transport Independence:** The format is independent of the transport protocol, enabling sharing via email, web servers, or other means
- **Software Support:** Widely supported by applications like Apple Calendar, Google Calendar, and Microsoft Outlook
- **File Format:** iCalendar files are text files that can be viewed and managed with any text editor## Supported Calendars
The iCalendar format is compatible with several popular calendar applications, including:
- Google Calendar
- Microsoft Outlook
- Apple Calendar
- Yahoo Calendar## Structure
Calendars are organized in folders by year. The latest calendars are stored in the current branch, while older calendars are moved to branches named after the respective years.
- [2023](https://github.com/lessonfuse/calendar/tree/2023)
- [2024](https://github.com/lessonfuse/calendar/tree/2024)
- [2025](https://github.com/lessonfuse/calendar/tree/2025)## Contribution
If you notice any errors in the calendars or want to add a new one, you can contribute by creating a pull request.