add-to-calendar-button

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

OTHER License

Downloads
195.8K
Stars
1.3K
Committers
13

Bot releases are visible (Hide)

add-to-calendar-button - v1.7.0

Published by jekuer over 2 years ago

  • Rework of general code structure by @chadoh
  • New way to use the logic with custom elements/buttons
  • tons of optimization
  • update to documentation and demo page
add-to-calendar-button - v1.6.4

Published by jekuer over 2 years ago

Fixing bugs, which broke events that missed description or location

add-to-calendar-button - v1.6.3

Published by jekuer over 2 years ago

bug fixes, import optimization (thanks to @chadoh )

add-to-calendar-button - v1.6.2

Published by jekuer over 2 years ago

Removing real in-code line breaks before parsing the innerHTML JSON to prevent parsing errors. You can still add line breaks to the description in the documented way (using or \n explicitely)

add-to-calendar-button - v1.6.1

Published by jekuer over 2 years ago

add-to-calendar-button - v1.6.0

Published by jekuer over 2 years ago

  • Microsoft Teams as calendar option
  • Bug fixes
  • Better iCal support (dropping base64 encoding for better special character support)
add-to-calendar-button - v1.5.1

Published by jekuer over 2 years ago

Demo url fix

add-to-calendar-button - v1.5.0

Published by jekuer over 2 years ago

  • Change to date format (but with backwards compatibility).
  • Better accessibility (using keyboard only).
  • Enabling clickable URLs in the description.
  • Minor bug fixes.
add-to-calendar-button - v1.4.3

Published by jekuer over 2 years ago

  • Option for dynamic timezone
  • Update to Readme (React Example, new timezone option)
add-to-calendar-button - v1.4.2

Published by jekuer over 2 years ago

Better DevOps support via including Grunt for a consistent easy way to minify css and js files as well as generate the npm_dist file.

add-to-calendar-button - v1.4.1

Published by jekuer almost 3 years ago

Minor documentation fixes (license, some URLs)

add-to-calendar-button - v1.4.0

Published by jekuer almost 3 years ago

Added new feature: schema.org support.
Mind that this also changed some keys in the JSON (but backwards compatibility got included)!

  • respective minor updates
add-to-calendar-button - v1.3.1

Published by jekuer almost 3 years ago

Now minding already initialized buttons, when generating new ones - for better dynamic content support

add-to-calendar-button - v1.3.0

Published by jekuer almost 3 years ago

add-to-calendar-button - v1.2.1

Published by jekuer almost 3 years ago

Fix to prevent multiple inits

add-to-calendar-button - v1.2.0

Published by jekuer almost 3 years ago

line break and inline support

add-to-calendar-button - v1.1.6

Published by jekuer almost 3 years ago

add-to-calendar-button - v1.1.5

Published by jekuer almost 3 years ago

Better npm and therefore Angular/React support.

add-to-calendar-button - v1.1.4

Published by jekuer almost 3 years ago

Hotfix

add-to-calendar-button - v1.1.3

Published by jekuer almost 3 years ago

Bugfix (iCal function issue)