how to set firstday in fullcalendar after init - fullcalendar

I'm trying to set the firstDay without having to re-init the whole calendar.
Is there any way I can achieve that programmatically?

Have you tried the dynamic option function of fullcalendar?
EDIT:
Which version do you use? I found this stackoverflow answer where the solution was the update..

Related

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!

Full calendar: display multiple months on single view

I am using Full calendar scheduler, Wanted to display multiple months on single view.
Is there any ideas to implement that without changing the source code?
This issue is still open with fullcalendar team. See
https://fullcalendar.io/issues/

How to add events to Google Calendar through FullCalendar?

I've been searching for a long time now, but can't seem to find an answer.
My FullCalendar is linked up with Google Calendar. I can see my events. I followed every step from this guide (http://fullcalendar.io/docs/google_calendar/).
However, when I add an event, it doesn't add it to Google Calendar.
Neither can I move the GoogleCalendar-events inside the FullCalendar.
Is two-ways communication supported?
If so, where can I find some references?
Sorry for your time. Thanks in advance.

Adding and removing events with a HTML form, listing them

Are there templates to be able to have an admin page where you can add/remove events? I'm also looking for a way to show all the events as a list as well. I'm not familiar with fullcalendar and it doesn't seem like there are any other alternatives, but the problem is there are no real template that I could find for fullcalendar.
Check those out:
CLNDR.js
jQuery Event Calendar
wdCalendar
Hope it's useful!

iframes and reloading

I recently seen a flash game application that posted a score to a db and there was an iframe that reloaded when the score was updated it was simple but i cant seem to find anything on google, and the page was taken down- how car i achieve this myself?
setTimeout(window.location.reload(), 60000); // Reload after 60 seconds
Maybe they used jQuery/javascript and called the reload function from within the flash
http://www.devcurry.com/2009/07/how-to-refreshreload-page-using-jquery.html
You can manipulate an iFrame with JavaScript, I think something similar could be acheved with AS3 too.
http://www.devarticles.com/c/a/JavaScript/Working-with-IFRAME-in-JavaScript/1/

Resources