如何使用 fullcalendar getEventSourceById 获取事件?

How do I get an event using fullcalendar getEventSourceById?

提到的功能 in the docs 似乎不起作用:

要重现请看这里:https://codesandbox.io/s/full-calendar-demo-forked-iihhvn

如评论中所述,我应该使用

calendar.getEventById(1)

而不是

calendar.getEventSourceById(1)