Event Calendar - weekly view

93 posts by 3 authors in: Forums > CMS Builder
Last Post: Yesterday at 6:53am   (RSS)

Thank you, that's worked

Hi, hope you are well, I have another request from my client, when an event ends at 9am it also appears in the 9am slot, this looks a bit odd so can it only display in the slot up to 9am for example. I've attached a screenshot and my latest calendar_functions file because I've made changes.

By Djulia - November 25 - edited: November 25

Hi MercerDesign,

Can you try with this version? Thanks!

Djulia

Attachments:

calendar_functions.php 32K

Amazing, thank you

By Djulia - November 26 - edited: November 26

Thanks! You could perhaps add a vertical-align:top to the cell to align the events. It's just a suggestion.

.calendar-week th, .calendar-week td {
	width: 80px;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	word-wrap: break-word;
	vertical-align: top;
}

Hi, my client needs to show an event that happens at midnight, I tried updating the calendar_functions file but it didn't update anything. Can you help please? I've attached my latest working files.

By Djulia - December 16 - edited: December 16

Hi MercerDesign,

Can you try with this version? Thanks!

Djulia

Attachments:

calendar_functions.php 33K

Thank you

It would be cool if this could support RRule for repeating events like the 3rd Wednesday of every month for 12 months.

Jeff Shields