Hello,
Is it possible to remove the time on the event's name? I have tried setting the start and end time to 00:00:00, but it did not remove the time on the event.
I'm sorry I meant is is possible to remove the event's TIME (not name).
Thanks
You should handle BeforeEventRender event and change e.InnerHTML accordingly.
Take a look here:
www.daypilot.org/daypilotcalendar-custom-event-rendering.html
It's an example for DayPilot Calendar but it works the same way.