What did you expect to happen?
GCal events are uneditable on Clubs. However, when I unsync my GCal, past events are kept for posterity, but I should then be able to edit/delete those events.
What happened?
Past events after unsyncing gcal are uneditable and undeletable.
Change to make
In the disableSync procedure in src\server\api\routers\event.ts, if input.keepPastEvents is true then set the google param of all past events with google===true to false. This will make those events editable.
Verify that when resyncing the same calendar, these events are "reclaimed" by the google calendar sync, as in they once again have their google param set to true.
Version
clubs.utdnebula.com
What browsers are you seeing the problem on?
No response
Relevant log output
Code of Conduct
What did you expect to happen?
GCal events are uneditable on Clubs. However, when I unsync my GCal, past events are kept for posterity, but I should then be able to edit/delete those events.
What happened?
Past events after unsyncing gcal are uneditable and undeletable.
Change to make
In the
disableSyncprocedure insrc\server\api\routers\event.ts, ifinput.keepPastEventsis true then set thegoogleparam of all past events withgoogle===truetofalse. This will make those events editable.Verify that when resyncing the same calendar, these events are "reclaimed" by the google calendar sync, as in they once again have their
googleparam set totrue.Version
clubs.utdnebula.com
What browsers are you seeing the problem on?
No response
Relevant log output
Code of Conduct