datebook icon indicating copy to clipboard operation
datebook copied to clipboard

📅 Generates URLs and downloadable ICS files for adding events to popular calendar apps.

Results 23 datebook issues
Sort by recently updated
recently updated
newest added

Angular 13 introduced a change and now tries to load dependencies in ESM format. This lib is incompatible and is a huge major blocker for migrating to Angular 13. As...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

The code generated by this library is not valid ICS code. This can be observed easily by pasting the output from https://datebook.dev/generators/ into e.g. https://icalendar.org/validator.html#results, where two errors are reported:...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

Hi I followed the guide and developed this portion of code in my app: `const calEvent = { title: appointment.medicalService.description, location: appointment.medicalService.supplierUnit, description: appointment.patientPreparation, start: appointment.date, end: addHours(appointment.date, 1) };...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Might be related to https://github.com/jshor/datebook/issues/162 I have a demo code setup ```javascript const datebook = require('datebook'); const session1 = { title: 'Session 1', location: 'online', description: 'Example description', start: new...

The "iCalendar event alarms" hyperlink under [here](https://datebook.dev/config/alarms.html#alarms) and the "Alarm options" hyperlink under [here](https://datebook.dev/docs/icalendar.html#addalarm-alarm-alarm) are both broken.

documentation