Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs

πŸ“… Docs how to generate links to add events to online calendar services
https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs

calendar calendar-link google-calendar hacktoberfest outlook-calendar webcalendar yahoo-calendar

Last synced: 4 days ago
JSON representation

πŸ“… Docs how to generate links to add events to online calendar services

Awesome Lists containing this project

README

        

# 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

1. [Google calendar](/services/google.md)
1. [Yahoo calendar](/services/yahoo.md)
1. [Outlook Web](/services/outlook-web.md)
1. [AOL](/services/aol.md)

## Popular packages

### JavaScript

1. [add2cal/add-to-calendar-button](https://github.com/add2cal/add-to-calendar-button) An up-to-date ValillaJS script to render "add to calendar" buttons from simple JSON.
1. [carlsednaoui/add-to-calendar-buttons](https://github.com/carlsednaoui/add-to-calendar-buttons) A simple ValillaJS library to add an "add to calendar" buttons for events.
1. [jojoee/add2calendar](https://github.com/jojoee/add2calendar) A simple ValillaJS library that allows you to add event to calendar easier
1. [AnandChowdhary/calendar-link](https://github.com/AnandChowdhary/calendar-link) NPM package for generating calendar links for both Node.js and browsers
1. [AnandChowdhary/add-to-calendar](https://github.com/AnandChowdhary/add-to-calendar) A library that allows you to send invites to calendar events easier
1. [jshor/datebook](https://github.com/jshor/datebook) An npm module that generates downloadable iCalendar files and URLs for adding events to popular calendar apps.

### PHP

1. [spatie/calendar-links](https://github.com/spatie/calendar-links) A package to create "Add event to calendar" links

### Ruby

1. [jaredlt/add_to_calendar](https://github.com/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
1. [Online calendar link generator](https://stripo.email/calendar-link-generator/)
1. [How to Create an β€œAdd to Calendar” Link for Your Emails](https://litmus.com/blog/how-to-create-an-add-to-calendar-link-for-your-emails)