fullCalendar LiveView Integration Demo

I updated my fork of the live_view_hooks demo repo to include fullCalendar integration, including JSON API, event creation and storage in DB, and forced calendar re-render on event creation.

3 Likes

Updated the repo to do a filtered DB query of events based on fullCalendar date range parameters passed via the JSON API. Also improved calendar rendering, including mobile rendering and removal of calendar height limitation.

2 Likes