Skip to content

Conversation

@BobFleischman
Copy link

We needed to reload the data a month at a time each time the month changed, plus we also needed to append some extra parameters to the json URL.

We accomplished this with two new attributes:
reloadDataOnMonthChange: false,
eventsjsonExtraData : "",
in the changeMonth routine we clear the cache which forces a reload and on success re-enable the cache. The eventsjsonExtraData is just appened to the end of the eventsjson string. To use it you must prepend your string with an ampersand since it is being added as extra parameters to your string url.

I hope this helps others.

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

Successfully merging this pull request may close these issues.

1 participant