FullCalendar Remove External Event by ID
问题 I am using FullCalendar and jQuery UI to drag "Days Off" onto my calendar as background events. Since you cannot click on background events in FullCalendar, I am creating a list with my days off and a "Remove" button next to them with the event id as a data attribute. However, when I click on the Remove button, it does not remove the event, even though it has the proper ID. Please take a look at this jsFiddle: https://jsfiddle.net/aaroncadrian/odhL964L/ For the sake of showing you that the