Grouping Events in FullCalendar - fullcalendar

I am trying to group specific events using a row at the bottom of the events on the Scheduler/Timeline view, but can't find any information online regarding this feature. Is this a possible feature within FullCalendar? Below is an example of what I am looking to implement.
Row below events:

Related

Filter events for a specific view

I'm looking for a way to filter my events for the view listyear in fullcalendar V5.
I got my events by a feed and they are separated in two categories.
The problem is when i display them on listyear view i got all the events and i actualy want to only display the orange one.
I didn't find any topic about that so if u have some track for me i would be grateful.

Can you click to select with FullCalendar?

I'm using FullCalendar and I want to allow my users to select a range. Unfortunately, the click and drag is confusing for a lot of users so I want to offer the click on two separate dates to select a range. How do I configure FullCalendar to have the click two separate dates to select a range feature similar to this?
http://airbnb.io/react-dates/?path=/story/daterangepicker-drp--default

FullCalendar - week view events display vertical order

Is it possible to show the events one below the other like the image?i want view week with events vertical order
sorry my English is not perfet
No, it is not possible without editing the source code of fullcalendar.
The best you can do is set eventOverlap: false so that users at least cannot drag and drop the events to have the same time.
You can also try fullcalendar's scheduler plugin which will do almost the same. Search the documentation for vertical resources layout.

Toggle days on and off in a calendar view?

I need to store the 'on' days (in this case, the 'available' days) in the database and show the 'available' days on a monthly or weekly view.
I need to allow a user to toggle days on a the calendar on and off. I've been looking a fullcalendar and some bootstrap options such as http://bootstrap-calendar.azurewebsites.net/.
With Fullcalendar, is there a way to toggle a day on and off in a weekly or monthly view? and generate the corresponding AJAX call?
Sure, you can use background events to show that a day is available or not available. And dayClick to toggle it back and forth. Since background events are events, they should store and fetch from the DB.
Keep in mind, that all this needs to be coded though. It doesn't automatically code a day toggle. But these things aren't too difficult or long to code and FC is built to facilitate this kind of thing.

Layout of Google calendar populated from ical feed

I'm populating a number of calendars in Google Calendar via dynamically generated iCalendar feeds. These calendars are being correctly imported into Google Calendar, but their events appear intermixed as shown below:
Is there a way I can modify the iCal feed to encourage Google to render a single calendar in a single vertical column? It gets confusing when viewing our 12-13 calendars!
I don't believe that there is a way to change this. The layout is based on the starting time of events, and does not care from where the event was imported.
Although not entirely as per your question, you could change something inconsequential like the seconds of the start date of the event. For example, all items in your first feed start with the seconds set to :01, all items in your second feed start with the seconds set to :02 etc. This will not help you when you have an item in the second feed but nothing in the first feed, but should ensure that when you have two items with the same nominal start time the items are ordered correctly in the calendar.

Resources