Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V6: iCalendar alarms, ICS property management, and renames types #126

Merged
merged 3 commits into from
Oct 24, 2020

Conversation

jshor
Copy link
Owner

@jshor jshor commented Oct 20, 2020

New features

  • Adds helper methods to add and remove properties from ICS files.
  • Implements dedicated methods for adding VALARM entries.
  • Implements addEvent() which enables adding multiple events to a single ICalendar instance.

Bug fixes

  • Properly exports types.

Docs

  • Improves navigation of docs. Adds docs on ICS alarms and durations.
  • Removes references to deprecated features.

@jshor jshor force-pushed the feat/v6 branch 2 times, most recently from 487e8ff to 68a8dc7 Compare October 20, 2020 19:31
This was referenced Oct 20, 2020
Adds helper methods to add and remove properties from ICS files.
Implements dedicated methods for adding VALARM entries. Properly exports
types.

BREAKING CHANGE: renames IOptions to type CalendarOptions, IRecurrence
to CalendarRecurrence.
Improves navigation of docs. Adds docs on ICS alarms and durations.
Removes references to deprecated features.
Implements addEvent() which enables adding multiple events to a single
ICalendar instance.
@jshor jshor merged commit beda826 into master Oct 24, 2020
@jshor jshor deleted the feat/v6 branch October 24, 2020 14:40
@jshor jshor linked an issue Oct 24, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to Add Reminders to Events
1 participant