lafeber
lafeber

Reputation: 2780

How do I get an event using fullcalendar getEventSourceById?

The function as mentioned in the docs doesn't seem to be working:

To reproduce see here: https://codesandbox.io/s/full-calendar-demo-forked-iihhvn

Upvotes: 0

Views: 435

Answers (1)

lafeber
lafeber

Reputation: 2780

As mentioned in the comments, I should have used

calendar.getEventById(1)

and not

calendar.getEventSourceById(1)

Upvotes: 1

Related Questions