Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/add2cal/add-to-calendar-button
The convenient JavaScript snippet, which lets you reliably create beautiful buttons, where people can add events to their calendars.
https://github.com/add2cal/add-to-calendar-button
add-event add-to-calendar add-to-calendar-button angular apple calendar component css event free generator google javascript microsoft outlook react snippet vanilla-js vue widget
Last synced: 29 days ago
JSON representation
The convenient JavaScript snippet, which lets you reliably create beautiful buttons, where people can add events to their calendars.
- Host: GitHub
- URL: https://github.com/add2cal/add-to-calendar-button
- Owner: add2cal
- License: other
- Created: 2021-10-13T18:32:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T20:47:29.000Z (7 months ago)
- Last Synced: 2024-05-02T03:38:36.845Z (6 months ago)
- Topics: add-event, add-to-calendar, add-to-calendar-button, angular, apple, calendar, component, css, event, free, generator, google, javascript, microsoft, outlook, react, snippet, vanilla-js, vue, widget
- Language: JavaScript
- Homepage: https://add-to-calendar-button.com
- Size: 14.7 MB
- Stars: 1,300
- Watchers: 9
- Forks: 106
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: security.md
Awesome Lists containing this project
- Awesome-JavaScript-Libraries - **Add to Calendar**
README
![Add to Calendar Button](https://github.com/add2cal/add-to-calendar-button/blob/main/assets/img/readme-header.png?raw=true)
[![Code Quality](https://img.shields.io/codacy/grade/572c0a102d7b4f39b792439dcd2e8aad/main?style=for-the-badge)](https://app.codacy.com/gh/add2cal/add-to-calendar-button/dashboard)
[![npm Installations Total](https://img.shields.io/npm/dt/add-to-calendar-button?label=npm%20Installations&style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button)
[![npm Installations per Month](https://img.shields.io/npm/dm/add-to-calendar-button?label=npm%20Installations%2FMonth&style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button)
[![jsDelivr npm Hits](https://img.shields.io/jsdelivr/npm/hm/add-to-calendar-button?label=jsDelivr%20npm%20hits&style=for-the-badge)](https://www.jsdelivr.com/package/npm/add-to-calendar-button?tab=stats)
# Your next Add to Calendar Button
The convenient JavaScript Web Component, which lets you reliably create beautiful buttons, where people can add events to their calendars.
[![#1 Product of the Day on ProductHunt](https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=319458&theme=dark&period=daily)](https://www.producthunt.com/products/add-to-calendar-button-generator)
For everybody, who wants to include a button at their website or app, which enables users to easily add a specific event to their calendars.
It's main goal is to keep this process as easy as possible at maximum compatibility. Simply define your button configuration and everything else is automatically generated by the script.
Supporting calendars at Apple, Google, Microsoft (365, Outlook, Teams), Yahoo, and generic iCal.![Supported Calendars: Apple (via iCal), Google, Microsoft (365, Outlook, Teams), Yahoo, generic iCal](https://github.com/add2cal/add-to-calendar-button/blob/main/assets/img/badge-supported-calendars.svg)
The script, since it is a web component, integrates easily with any usual HTML webpage (**VanillaJS** way) as well as popular JavaScript frameworks and libraries like **Angular**, **React**, **Vue**, **Svelte**, and more.
![Supported Technology: Angular, React, Vue, Svelte, and every other project that can load JavaScript](https://github.com/add2cal/add-to-calendar-button/blob/main/assets/img/badge-technology.svg)
Works with **all modern browsers** (Chrome, Edge, Firefox, Safari) on **Windows, Mac, Android, and iOS** as well as rather restricted webview environments like the **Instagram** in-app browser.
---
## ▶️ Demo
See [add-to-calendar-button.com](https://add-to-calendar-button.com/) for a live demo and playground.
---
## ✨ Features
Simple and convenient integration of 1 or many buttons, configurable directly within the HTML code.
### Supported Calendars
- **Google** Calendar.
- **Apple** Calendar.
- **Yahoo** Calender.
- **Microsoft 365, Outlook, and Teams**.
- Automatically generated **iCal/ics** files (for all other calendars and cases).### Event Types
- Timed and all-day events.
- One-time, multi-date, recurring.
- Calendar subscription.
- Most robust time zone and daylight saving management (via our own [TimeZones iCal Library](https://github.com/add2cal/timezones-ical-library)).
- Dynamic dates (like "today + 3").### Look
- Beautiful and adjustable UI.
- Light and dark mode.
- Multiple themes.### Accessibility
- Optimized and adjustable UX (for desktop and mobile).
- Dynamic dropdown positioning.
- Taking care of all those edge cases, where some scenarios do not support specific setups (like WebView blocking downloads); utilizing beautiful user guidance workarounds.
- Auto-generated Schema.org rich (structured) data for better SEO.
- Full support for mouse, touch, or keyboard input (W3C WAI compliant).
- Supporting 20+ languages, incl. RTL text for Arabic & Persian; but also custom labels and text blocks (i18n).### And much more
- Well documented code, to easily understand the processes and build on top of it.
- No external service or backend dependencies.
- Fully GDPR, CCPA, and LGPD compliant by design - without the need of signing some data processing agreement.
- FREE and easy.
---
## 🚀 Go PRO
- ics file generation and hosting for better compatibility.
- RSVP, incl. automatic updates sent to attendees, GDPR features, and more.
- More customization - all no-code.
- API, webhooks, and more technical toys.
- Share events among all kinds of channels - email, social media, ...Check the details at [add-to-calendar-pro.com](https://add-to-calendar-pro.com)!
---
## 📦 Installation / Setup
### Option 1: simple (CDN)
You can use the jsDelivr CDN and load the respective script directly into your website.
Place the script tag inside the `` section.
```html
```
### Option 2: npm
Install the package using the following npm command:
```sh
npm install add-to-calendar-button
```Import the module into your project/component
```javascript
import 'add-to-calendar-button';
```Based on your framework/library, you might need to make minor adjustments to the respective config.
Find detailed installation guides for the most common ones, like React, Angular, Vue, Svelte, or Astro at [add-to-calendar-button.com/#installation](https://add-to-calendar-button.com/#installation).
---
## 🎛️ Configuration
A button can be easily created by using the respective custom element.
```html
```
You can then configure the button by simply adding the options as attributes to it. Boolean values (true/false) can be set as `optionName="true"` or simply by adding `optionName` to the tag. Not setting it at all would be automatically translate to "false".
### Structure (PRO)
```html
```
### Minimal structure (no PRO)
Mind that for auto-generating rich snippets, a location would be mandatory as well.
Calendar type options and time zone information are not required, but recommended.
```html
```
### A more powerful example (no PRO)
```html
```
[More Examples](https://add-to-calendar-button.com/examples) • [Full Configuration Documentation](https://add-to-calendar-button.com/configuration) • [PRO Version](https://add-to-calendar-pro.com)
---
## 🤗 Support it!
You like this project? It would be awesome if you would support it, so it lives on!
- ⭐ [Star the repository](#) in order to stay up-to-date and save it for later!
- 📣 Spread the word! On Twitter/X, Medium, Discord, Facebook, ...
- ✍️ Leave a review at [ProductHunt](https://www.producthunt.com/products/add-to-calendar-button-generator/reviews).
- 💌 Send us some positive feedback at the [discussion board](https://github.com/add2cal/add-to-calendar-button/discussions).
## ⚡ Changelog
![npm Version](https://img.shields.io/npm/v/add-to-calendar-button?label=current%20version&style=for-the-badge)
[![Build Status](https://img.shields.io/github/actions/workflow/status/add2cal/add-to-calendar-button/npm-publish.yml?label=build&style=for-the-badge)](https://github.com/add2cal/add-to-calendar-button/actions/workflows/npm-publish.yml)Find all changes in the dedicated file at [CHANGELOG.md](CHANGELOG.md).
## 🙌 Contributing
Anyone is welcome to contribute, but mind the [guidelines](.github/CONTRIBUTING.md):
- [Bug reports](.github/CONTRIBUTING.md#bugs)
- [Feature requests](.github/CONTRIBUTING.md#features)
- [Pull requests](.github/CONTRIBUTING.md#pull-requests)**IMPORTANT NOTE:** Run `npm install` and `npm run format` to auto-lint!
## 📃 Copyright and License
Copyright (c) [Jens Kuerschner](https://jekuer.com).
Licensed under [Elastic License 2.0 (ELv2)](LICENSE.txt).
**About open-source**:
We consider ourselves open-source.
However, we are also aware of the controversy coming with licenses like the one selected.
Therefore, and contrary to many other companies and products, we no longer use the term in any marketing statements unless it is about other pieces which really are under an official OSI license.Speaking **about the license**:
We love it, because it is so simple. Have a look!
You are basically free to do anything unless you are not offering the tool itself as a product or service; or want to remove copyright and license stuff.
In doubt, simply ask and we find a way. :)
---
## 💜 Kudos go to
...all amazing contributors: