Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically add resource #50

Open
rasmuschristensen opened this issue Mar 1, 2015 · 1 comment
Open

Dynamically add resource #50

rasmuschristensen opened this issue Mar 1, 2015 · 1 comment

Comments

@rasmuschristensen
Copy link

Hi, just migrated to this fork to get resources. I'm looking to add resources dynamically, I coundn't find any add function to make this happen. Is there a way to do this or do I have to code it myself?

@rasmuschristensen
Copy link
Author

Just figured out I was able to make this call to replace the resources
$('#calendar').fullCalendar('setResources', [{ 'id': 'someId', 'name': 'newResourceName' }]);
$('#calendar').fullCalendar('render');

A render call did the trick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant