-
Notifications
You must be signed in to change notification settings - Fork 154
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
ValidationError on alarm passed #205
Comments
Same for me, did you find any solution for this? |
Do not even tried bro. I think it is lib issue) |
I've made a PR tackling this issue (#220). But in the case it's not merged, a hack-around like this could help: const myAlarm: Alarm & { description?: string } = {
action: "display",
description: "Starts in 10 minutes",
trigger: {
minutes: 10,
before: true,
},
}; |
adamgibbons
pushed a commit
that referenced
this issue
Aug 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not able to pass a description into alarm object
And this field also is not described on Alarm interface
But compiled JS seems trying to concat it
Result ICS alarm:
ICS validator output (https://icalendar.org/validator.html):
The text was updated successfully, but these errors were encountered: