-
Notifications
You must be signed in to change notification settings - Fork 570
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
Support durations in snap_scheduleBackgroundEvent
#2965
Comments
ISO 8601
string for snap_scheduleBackgroundEvent
snap_scheduleBackgroundEvent
hmalik88
added a commit
that referenced
this issue
Jan 7, 2025
Closes #2965 This eliminates the need for some util to provide devs to make it easier to schedule an event. The ISO 8601 standard already provides us with [Durations](https://en.wikipedia.org/wiki/ISO_8601#Durations). Luxon provides a class to parse them and as such we can accept duration strings as well to make it simpler to schedule an event.
Mrtenz
pushed a commit
that referenced
this issue
Jan 8, 2025
Closes #2965 This eliminates the need for some util to provide devs to make it easier to schedule an event. The ISO 8601 standard already provides us with [Durations](https://en.wikipedia.org/wiki/ISO_8601#Durations). Luxon provides a class to parse them and as such we can accept duration strings as well to make it simpler to schedule an event.
PatrykLucka
pushed a commit
that referenced
this issue
Jan 13, 2025
Closes #2965 This eliminates the need for some util to provide devs to make it easier to schedule an event. The ISO 8601 standard already provides us with [Durations](https://en.wikipedia.org/wiki/ISO_8601#Durations). Luxon provides a class to parse them and as such we can accept duration strings as well to make it simpler to schedule an event.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: