Hello,
How can I keep the display order of events, in the order they are added? I've tried set the custom property "sort" on entries and set eventOrder option to "sort" for calendar, but no effect
Hello,
How can I keep the display order of events, in the order they are added? I've tried set the custom property "sort" on entries and set eventOrder option to "sort" for calendar, but no effect
Hi,
I am not sure what exactly you try to achieve. Can you please describe your use case a bit more? Also which view are you using?
In general, the order in which entries are added is irrelevant, since entries are sorted by their times in a calendar. So if you add a later entry first, followed by an earlier entry, that earlier entry will be displayed first.
Also have you checked the docs regarding eventOrder at https://fullcalendar.io/docs/eventOrder?