Add hook to script edit schedules in the client
All checks were successful
/ build (push) Successful in 1m56s
/ deploy (push) Has been skipped

Expose the schedules in the schedules store as the window global
owltideSchedules so that mass changes can easily be scripted by a
programmer.
This commit is contained in:
Hornwitser 2025-09-12 19:34:34 +02:00
parent 56791609f4
commit a932cccfc0
2 changed files with 5 additions and 1 deletions

View file

@ -174,7 +174,7 @@ describe("class ClientSchedule", () => {
],
[
"event",
(schedule) => ClientScheduleEvent.create(schedule, 3, "New location", false, "", false, "", "", 0, new Set(), { zone, locale })
(schedule) => ClientScheduleEvent.create(schedule, 3, "New location", "", false, "", false, "", "", 0, new Set(), { zone, locale })
],
[
"role",