About "Add event to a calendar" repository
This repository contains community-driven documents that describe how to add events
to different online calendar services that usually don't have an official
documentation/specs.
The primary goal of this repository is to consolidate the efforts of
developers to debugging/reverse-engineering calendar services to find
possible parameters and features that we can use in our products.
Usually, 3rd party services don't provide verbose documentation on how to create
calendar events using GET parameters. The main goal is to find available options — reverse-engineering.
Docs for Services
- Google calendar
- Yahoo calendar
- Outlook Web
- AOL
Popular packages
JavaScript
- add2cal/add-to-calendar-button An up-to-date ValillaJS script to render "add to calendar" buttons from simple JSON.
- carlsednaoui/add-to-calendar-buttons A simple ValillaJS library to add an "add to calendar" buttons for events.
- jojoee/add2calendar A simple ValillaJS library that allows you to add event to calendar easier
- AnandChowdhary/calendar-link NPM package for generating calendar links for both Node.js and browsers
- AnandChowdhary/add-to-calendar A library that allows you to send invites to calendar events easier
- jshor/datebook An npm module that generates downloadable iCalendar files and URLs for adding events to popular calendar apps.
PHP
- spatie/calendar-links A package to create "Add event to calendar" links
Ruby
- jaredlt/add_to_calendar A ruby gem to generate 'Add To Calendar' URLs for Apple, Google, Office 365, Outlook, Outlook.com and Yahoo calendars
List your package/repo here
Materials & Links
- Online calendar link generator
- How to Create an “Add to Calendar” Link for Your Emails