I'm trying to have the calendar display a monthly view, opened on the first date of a particular dynamic calendar source.
I see that there is a place to put a "Date" which I believe is the starting date here:
At the same time you may also wish to add the 'Date and Time' Component as well, then you can use this to specify the start date (month etc) dynamically:
Would you happen to know how to control the previous and next buttons in the calendar, so the calendar does not move beyond certain months?
For example, if I'm showing January, I want to disable the previous month button so I cannot go to December of the previous year, and if I'm showing December, I want to disable the next month button, so I cannot go to January of the next year.
Just place it in the page itself or in to your style.css file (removing the style tags in this case).
That bit will figure out for you, but using the same Date and Time Component you could probably implement it using Dynamic Classes/Styling on the calendar DIV itself. I'm just about to go out to grab some food so will have to run through that a little later unless one of the other fine Community members gets there first.
We use custom styles across all of our calendars and it is very well documented on the official Fullcalender website and is standard for those wishing to style their respective implementations.
Hmmmm appears this is a little more complicated than I initially thought, certainly a brain scrambler... Have tried numerous ways but no success yet. Any other bright sparks out there have an idea how to help this man out?