We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
receive error TypeError: _[i].evoCalendar is undefined evo-calendar.js:1111:17
$('#calendar').evoCalendar('addCalendarEvent', { id: 'shiur1', name: 'Shiur: The Greeks are Coming', date: 'September 27, 2021', type: 'shiur', everyYear: false } )
The text was updated successfully, but these errors were encountered:
You should initializing evoCalendar first, then use the method, like this:
$('#calendar').evoCalendar() $('#calendar').evoCalendar('addCalendarEvent', { id: 'shiur1', name: 'Shiur: The Greeks are Coming', date: 'September 27, 2021', type: 'shiur', everyYear: false } )
Sorry, something went wrong.
No branches or pull requests
receive error TypeError: _[i].evoCalendar is undefined evo-calendar.js:1111:17
The text was updated successfully, but these errors were encountered: