How do you add events to EventCalendar?
It's explained in the documentation: https://docs.kentico.com/k10/managing-website-content/configuring-the-environment-for-content-editors/configuring-events/creating-an-events-page
Events is a page type in CMS, you need to create individual event (pages) and use a EventCalendar control or repeater to display the results.
Can you add an ending time to the event?
Yes, you'd have to update the event page type and add the end datetime field on your own. Then you can display it where you want and also set up queries based on it.
When you say ending time, do you mean the event end time or the event page end and be archive? Those should both be available when you create an event page using the event page type.
Event end time. Looks like I have to add a field to the page.
Oh, your end time means the hours/minutes? Because the default End date filed allows you to select the date and time.
I added a field but now the page will not load. I get Server Error in '/' Application. Cannot find column [EventEndDate]. What did I do wrong?
Did you add the field to the CMS.Event page type? What web part are you using for display?
I added it to CMS.BookingEvent. This is how I am adding events to the calendar. Does it need added to CMS.Event page type too? The web part that I am using is EventCalendar.
Was everything showing before you added this new field to that page type (CMS.BookingEvent)?
Yes
Here is the link. http://mudmobilebus.dev.biznetis.net/Calendar/
other than adding the field, did you do anything to the transformation? What is the new field you added? (name and data type). Is "EventEndDate" field still there or you somehow renamed that or deleted it?
Please, sign in to be able to submit a new answer.