-
Notifications
You must be signed in to change notification settings - Fork 163
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
Add Email Support in ICalAlarm
#576
Labels
Comments
This was referenced Feb 16, 2024
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as off-topic.
This comment was marked as off-topic.
ICalAlarm
Merged
github-actions bot
pushed a commit
that referenced
this issue
Feb 29, 2024
# [7.0.0-develop.3](v7.0.0-develop.2...v7.0.0-develop.3) (2024-02-29) ### Features * **Alarm:** Add support for `email` alarm type ([5398f09](5398f09)), closes [#576](#576)
🎉 This issue has been resolved in version 7.0.0-develop.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this issue
Mar 17, 2024
# [7.0.0](v6.0.1...v7.0.0) (2024-03-17) ### Bug Fixes * **Event:** Run start/end validation only when getting data ([9174a32](9174a32)), closes [#581](#581) * fixed GEO missing when supplied (closes [#569](#569)) ([2eeceb8](2eeceb8)) * fixed typo `&&&` to `&&` ([7707b59](7707b59)) ### Features * **Alarm:** Add support for `email` alarm type ([5398f09](5398f09)), closes [#576](#576) * **Event:** Made `ICalEvent.location.title` optional to allow setting `GEO` without title ([42be230](42be230)), closes [#578](#578) ### BREAKING CHANGES * **Event:** [ICalEvent.location()](https://sebbo2002.github.io/ical-generator/develop/reference/classes/ICalEvent.html#location)'s `title` field can now be undefined
🎉 This issue has been resolved in version 7.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In addition to the already supported alarm types
DISPLAY
andAUDIO
, the iCal standard also allows the typeEMAIL
. This is apparently also supported by Google Calendar. Suggested by @titanism's tickets (#573, #574 and #575) this should be implemented accordingly.The text was updated successfully, but these errors were encountered: