I am interested to find out if it is possible to customize fullcalendar to do custom views of resource calendars for month, week and day views. The events displayed are only single all-day events. No multi-day events or time data.
The month plan is similar to the daily scheduler vertical resource view at fullcalendar.com
However, I need it for a month view with days as vertical rows.
I have not found any examples of the required day view or week view.
I have tried to adjust the settings and played around with it for a bit, but I haven't found out if this is possible.
I include some simple sketches of what I am looking for. I hope to get a few pointers if this is viable in fullcalendar or if I should look at another library.
Related
It feels silly to ask a question like this but I really can't find a view by myself after clicking anywhere in the interface at least twice.
I switched my app from analytics to firebase and those events do reach the firebase backend.
I also can see the events from the last 30 minutes.
They are stored under select_content -> Parametername = item_name
But I do not find a view of way to select a wider period of time. Like show that same statistics over a longer period of time.
Do I have to set up a specific view? Or how can I get those results?
I had this exact problem and finally found a way to do it (though using the Google Analytics site instead of Firebase- but still using the select_content event).
In Google Analytics you can create a custom dimension from item_name (I did this in All events->Manage Custom Definitions->Create custom dimensions) then create a custom analysis in Analysis hub: I started from Blank, then used the Exploration Technique, selected Bar Chart for Visualization, added item_name as the Breakdown and Event Count as the Value- this gives the total event count for each item_name over the selected time period.
If you change the Visualization to Line Chart, you can also see how the values change over larger time periods (Granularities: Hour, Day, Week, Month).
Screenshot
Is there a way to specify the maximum number of events to be displayed in the same time slots in the weekly view (timeGridWeek)? What I am looking for is a solution similar to eventLimit and eventLimitClick; these specify the maximum number of events in a given day, and work perfectly fine for the monthly view.
Following a reply by ADyson, it turns out that the week timeline view does not work with eventLimit yet, meaning that all events will be rendered in the allocated timeslot rather than having a typical '+n more'. However there is already a an accepted feature request for this.
I'm working on FullCalendar with several different resources that I'm displaying with different colors, which sometimes share events. I'm using the resourceIds field on events and on the day and timeline views, this is working great as shown in the picture below.
On the month and week views, it just puts them in the calendar once with the first resource's color. Is there a way to make it split it into 2 events so it can be shown that both resources are busy on the month and week views?
Update 1
I did find that you can add the groupByDateAndResource or groupByResource flags to the config, but I'm still not loving that, as it ends up duplicating the calendar. This is doable with 1 or 2 resources, but if I had 5, this would get ridiculous.
I'm using the DatePicker for the first time and I noticed something which I find highly irregular, at least from my point of view. In my case the first day of the week is Sunday. Here is how the calendar looks for May 2016 on the DatePicker.
And here is an example of what I would like , as the Windows calendar.
If the first day of the week is a 1st I'd like to display the last week of the previous month not the other way around. Is there any way to customize this? I have looked over the documentation and other issues with customization but haven't been able to find an answer.
I am able to get the page views of the days between start day and the end day. But is it possible to split it into the different days?
I am trying to get all the page views of each day within two months. What is the best way to go about it without needing to send a request for each day?
Just add the dimension of date:
Query Explorer Link Date Example
Dimensions & Metrics Reference