My aim is to have a single, generic week view that can be used to structure a week schedule of events. The schedule very rarely changes throughout each month, and the database that exists currently holds each event as an instance (so 7 events per day = 49 records. I'd like to stick with this)
I've found fullcalendar to be closest to what I want, however the functionality of a full calendar is overkill for my purpose. Is there any ability to just use fullcalendar for a generic week, and not related to any actual week, month or year?