fullcalendar, how to set the timeline view to start at a certain hour? - fullcalendar-4

The timeline at the moment is set to render days and hours. I would like to tell the timeline view to start at a certain hour, how can I do it ?
Any help would be appreciated. Thank you.
Dani

Related

How to fix problem with all day events not visible on Google calendar?

In some cases, Google calendar does not correctly show all day events. How do we fix this?
The solution mentioned across this and other questions is as follows:
When creating and all day event - instead of having the same start and end date, you should now have the end date as the following day.
i.e. instead of Start Date :2019-06-05 and End Date: 2019-06-05, the end date should be 2019-06-06
This can be seen here: https://stackoverflow.com/a/55851521/901666
First a little background on the issue and then the fix (skip to bottom if you just want the fix).
This issue seems somewhat "random" in that it effects some accounts and not others (perhaps because Google is testing new "features" on a random subset of users before rolling out).
The way you can check if you are a victim of this issue is if there is an all day calendar event which is not visible in your usual Google calendar desktop view but it DOES show up if you search for it. The fact that you find it on search but do not see it on regular view demonstrates it is a bug.
In my investigation, it seems like this bug is more likely to show up for all day events created with the Google Calendar API than those created manually but that may just be particular to my setup.
How to Fix:
I wasn't able to figure out a perfect fix but if you go to the upper right of the screen for the Google Calendar view on a desktop, there is a dropdown which usually defaults to "Day" or "Week". You can click on this and select "Schedule" and then it will display all your events in a list and make them visible.
I've been experiencing the same issue, and found this fix:
Events created via API are not listed in printing
Just tried it and it worked for me! TLDR is that end date needs to be the day following the start date now.
Seems Google is making some changes to the api - I just had the docs for calendar events open in two separate tabs, same exact URL but with some subtle differences in the text -- specifically in the descriptions of start and end dates of all day events.

fullcalendar - Switch axis on weekly view

We are using fullcalendar plugin on our Angular.js application.
Is there a way/ documentation to customized the Weekly view and switch between the day and time columns ? I've searched for a solution and could not found one. Your help is much appreciated!

fullcalendar custom timeline view

I'm looking for a way to create a view that can show multiple events that span across multiple days. The screenshot below is what I'm trying to achieve. Can someone suggest how this would be done using fullcalendar?
desired look

View session durations for reached goals

I'm fighting with analytics to make this working.
I've settled a goal, and I would like to know the session duration for those who reach this goal.
Any ideas?
You should create a segment where you only select the people who have completed the goal.
Then you will be able to analyse how long people who complete the goal stay on the site, how many pages they view, where they are coming from.
Checkout this page from Google on creating segments:
https://support.google.com/analytics/answer/3124493?hl=en
or watch this video:
https://www.youtube.com/watch?v=dD-j9dgWF98

Customize the time slots in Fullcalendar

Is it possible to customize the time slots in the day and week view in the Fullcalendar plugin so it would look like a timetable that are used in schools for example.
To be specific what the requirement is: One slot could be from 08:00 to 08:45 and the next one could be from 08:45 to 09:00. Or even skip 5 minutes: One slot from 08:00 to 08:45 and then the next one begins 08:50.
Preferably you could set the time slots like events when you initialize the calendar.
I've not found any way to do this. Can someone here help me with this or just confirm that this is not possible?
For those who are still looking for it:
There's a pull request made on the FullCalendar project. It does exactly what is described in this question with some more features. (such as showing or hiding the end slot time, custom HTML classes on slots, snapping policies for dragging events on slots, etc.)
The pull request has been closed for organizational reasons, but it will leverage when tackling the GitHub issue #472.
Screenshot of the timeslots pull request:
I hope this helps someone further.
I think this is not possible with the default build of FullCalendar. There are options like slotMinutes which let you customize the way the slots are displayed, but the timeSlots are displayed per hour by default. There is no option that let's you customize that display.
However, you could customize the code - fork it on github and change what you need.

Resources