Event Calendar - weekly view

84 posts by 2 authors in: Forums > CMS Builder
Last Post: 9 hours ago   (RSS)

I've got the Zickey Calendar working but is it possible to only show one week at a time?

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

Thank you

How do I get the content to come from the CMS instead of the items manually put into the calendar_view.php page?

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

Amazing, thank you

By MercerDesign - October 28 - edited: October 28

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.

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.

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