Weekly Event View
Hi, Im using low events to display weekly classes. Is there a way to output a weekly type of calendar/schedule with date headings per day, and have next and previous links that would cycle from week to week?
Hi, Im using low events to display weekly classes. Is there a way to output a weekly type of calendar/schedule with date headings per day, and have next and previous links that would cycle from week to week?
Replies
Low 4 Nov 2013 07:27
A calendar view like the monthly one that the Calendar tag generates (so displaying all days, even the ones with no events in it) isn't possible at moment. You can set the Entries tag to unit="week", which will limit its output to a given week. You can then use the :first modifier on the Low Events field to generate a conditional to show a header for the first event of the day, so you can output a header per day. You can also use the next/prev date tags to generate links to the next and previous weeks.