Our powerful JS Calendar component


Post by licjapodaca »

I have an issue with events that start as an example in 03/29/2022 at 11am and ends in the next day 03/30/2022 at 3:30pm but in Agenda View appears as a time range like if the event starts and ends in the same day like so:

agenda-issue.png
agenda-issue.png (596.54 KiB) Viewed 429 times

How can I reformat the time range only for that event to include the day ? ... as an example:

29 mar 11:00am - 30 mar 3:30pm

Regards


Post by Animal »

There is a method in AgendaView called internalEventTimeRenderer which creates that.

It is private, but you can use it for now, if you remember to fix it up when we get a config released.

Here's a ticket to make that public: https://github.com/bryntum/support/issues/4437

All bits of the UI should allow app devs to customize.


Post Reply