Event Calendar - weekly view

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

By Djulia - November 13 - edited: November 13

What do the errors say in the Developer Log?

The error is because I'm not using the permalink but I don't want to keep having to edit the file at this stage, the event still disappears when I change the time

Can you provide the event in this format or with showme()? Thanks!

[
  'title' => 'Annual Conference',
  'start_date' => '2024-11-13 13:00:00',
  'end_date' => '2024-11-13 13:10:00',
  'permalink' => 'annual-conference',
  'description' => 'Annual conference on technological innovations.',
  'location' => 'Main Auditorium',
  'category' => 'conference'
],

I've updated with showme()

Thank you, I can reproduce the issue. In the meantime, could you use this file? Thanks!

Attachments:

calendar_functions.php 32K

Have updated.

By Djulia - November 13 - edited: November 13

Sorry for the delay, I had to finish a task. Could you please try this version? Thanks!

Attachments:

calendar_functions.php 32K

Your a star! Thank you

One final request, do you know how I can tell the calendar to open in the Day view when on a mobile instead of the Week view?