You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
In the backend, events without end times always end at midnight. Therefore, the same rule should be used here, i.e. if end time is not specified, event can be edited until midnight on starting day.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently you can edit events without end dates ad infinitum in the UI, even thought the API does not allow editing past events.
For events without an end date, build a validation that checks whether the event as a whole is situated in the past and disallow editing past ones.
The text was updated successfully, but these errors were encountered: