Fullcalendar JS – Is it possible to have different eventContent renderers for different eventSources
Simply put, I have custom eventContent renderers for my primary events and I want to add a google calendar feed as a secondary source of events, problem is my custom eventContent renderer (which is not adapted to the gcal events) apply to this source too.
Setting scrollbar position on Full Calendar year horizontal view
Is there a way to automatically adjust the lower scrollbar to represent the current time when the year view is initially loaded? I am working on a project where it would be highly beneficial for the end-users to see the current month positioned in the center of the scrollbar upon opening the year view. This feature would enhance user experience by immediately showing relevant data without requiring manual adjustments.