Customising vertical ordering of events (month, basicWeek, basicDay)
See original GitHub issueOriginally reported on Google Code with ID 364
The events I've setup are all 'all day' events (I'm using Google Calendar). Is there
any way to
order the events that display in the calendar (front-end) by Event Title, rather than
Event
Modification Date which it defaults to? At the moment, any time I modify an event description
that event is put to the top of the FullCalendar display whereas I'd like them always
to
display ordered by title.
Reported by studio@paulshand.com
on 2010-02-24 08:11:59
Issue Analytics
- State:
- Created 8 years ago
- Comments:72 (71 by maintainers)
Top Results From Across the Web
Change the Display Order of a Full Calendar basicWeek view ...
I would like to change the display order of the month/day. DAY/MONTH instead of MONTH/DAY. BasicWeek View: https://fullcalendar.io/docs/v3/basic-view.
Read more >Full Calendar Basic - Stack Responsive Bootstrap 4 Admin ...
In this example you have the option to change your view to a basicWeek or basicDay view. In the Basic Week or Basic...
Read more >primefaces-p:schedule - Tag Documentation
Schedule is highly customizable featuring various views (month, day, week), built-in I18N, drag-drop, resize, customizable event dialog and skinning.
Read more >fullcalendar with year - Plunker
fullCalendar({ // put your options and callbacks here header: { left: 'prev,next today', center: 'title', right: 'year,month,basicWeek,basicDay' } ...
Read more >GR0V Shell
(#3515) Bugfixes: - event rendering when excessive `minTime`/`maxTime` ... way week interval is chosen when switching from month to basicWeek/basicDay view ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
released a little while ago: http://fullcalendar.io/docs/event_rendering/eventOrder/
not sure why i left this ticket open
im using angular and i want to override order behavior (alphabetically for example) how can do that ?