Reputation: 2780
The function as mentioned in the docs doesn't seem to be working:
calendar.getEventSourceById(1)
To reproduce see here: https://codesandbox.io/s/full-calendar-demo-forked-iihhvn
Upvotes: 0
Views: 435
Reputation: 2780
As mentioned in the comments, I should have used
calendar.getEventById(1)
and not
calendar.getEventSourceById(1)
Upvotes: 1