shift-org / shift-docs

Website + calendar for the shift organization
https://shift2bikes.org
Other
22 stars 14 forks source link

Add API version to front end requests to events endpoint via FullCalendar #750

Open carrythebanner opened 2 weeks ago

carrythebanner commented 2 weeks ago

748 added the Api-Version header to some events endpoint requests, but not from the grid views (i.e. FullCalendar).

Looks like to add custom headers there, we have to tweak how we're making the request to use a function: https://github.com/fullcalendar/fullcalendar/issues/4627