add-to-calendar-button icon indicating copy to clipboard operation
add-to-calendar-button copied to clipboard

The convenient JavaScript snippet, which lets you reliably create beautiful buttons, where people can add events to their calendars.

Results 15 add-to-calendar-button issues
Sort by recently updated
recently updated
newest added

### What happened? When deploying a Sveltekit application to Netlify the error the following error is produced: ``` (node:1582) Warning: To load an ES module, set "type": "module" in the...

bug

ideally I'd like to do just: ```tsx import { AddToCalendarButton } from 'react-add-to-calendar-button' ``` Currently it requires a bit more work.

enhancement

In order to get closer to a smooth web component, let's work on the following: 1. move the css into the js file (for better encapsuling when using it the...

documentation
enhancement

I would like to use the built-in atcb button class as part of this library in React/Typescript, but am unable to style specific properties via this method. Specifically, I'd like...

enhancement

Excellent job on this script! We would love to see it supporting _subscribing_ to a calendar (the feature where you can subscribe to an external dynamic .ics, for instance to...

enhancement

It uses `new Function` thus requiring CSP unsafe-eval. Here Luckily only uses it in the browser detection section. Here is the patched code. ``` // CHECKING FOR SPECIFIC DEVICED AND...

Didn't super test it 😬 ## Type(s) of changes - **(Bug) fix** - **New functionality** - **Breaking change** ## Description of the change ... ## Checklist - [] My code...

Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.11.0 to 14.12.0. Release notes Sourced from stylelint's releases. 14.12.0 Added: support for multiple --ignore-path flags (#6345) (@​kimulaco). Added: experimental support for custom message arguments (#6312) (@​ybiquitous)....

dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.37.0 to 5.38.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.38.0 5.38.0 (2022-09-19) Features website: add warning on top of formatting rule docs pages (#5598) (5dfa2e9) Changelog Sourced...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.37.0 to 5.38.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.38.0 5.38.0 (2022-09-19) Features website: add warning on top of formatting rule docs pages (#5598) (5dfa2e9) Changelog Sourced...

dependencies