Event Calendar - weekly view
94 posts by 3 authors in: Forums > CMS Builder
Last Post: January 13 (RSS)
I've got the Zickey Calendar working but is it possible to only show one week at a time?
By Djulia - October 25, 2024
Hi MercerDesign,
I've shared a script here that provides a weekly view. You might want to give it a try.
https://interactivetools.com/forum/forum-posts.php?postNum=2247575#post2247575
Thanks,
Djulia
How do I get the content to come from the CMS instead of the items manually put into the calendar_view.php page?
By Djulia - October 28, 2024
Hi MercerDesign,
You need to change the following line:
$mode = 'example'; // or 'production'
to:
$mode = 'production'; // or 'example
This will switch it to production mode.
Thanks,
Djulia
By MercerDesign - October 28, 2024 - edited: October 28, 2024
The month view shows the content but the week view is blank. https://rodneys46.sg-host.com/calendar_view.php?year=2024&week=45&view=week, and the times are not showing from the CMS entry.
By Djulia - October 28, 2024
To ensure that the week view displays correctly, please make sure that the start_date and end_date fields include both the date and the time.
For example, the format should be:
start_date: 2024-10-21 09:00:00
end_date: 2024-10-21 17:00:00
Including the time component is essential because the week view relies on it to determine the events' placement within the time slots.
The start date, end date and time are setup as the Zickey calendar, it works in the day view but the time does not show on the month view and nothing shows in the week view. Sorry if I'm missing something obvious.
By Djulia - October 28, 2024
https://rodneys46.sg-host.com/calendar_view.php?year=2024&month=11&day=05&view=day
Can you test by changing
School Use
04 Nov 21:15 - 14 Nov 00:00
to
School Use
04 Nov 21:15 - 14 Nov 14:00