Deleting a scheduled event deletes all with same page id

Issue #7 resolved
Helge Sverre Hessevik Liseth repo owner created an issue

The ID that is assigned to an event is the page id, which is also used to delete the event, there needs to be another randomly or incrementally assigned id that is used for deleting. (or use the event object passed to eventClick

Comments (2)

  1. Helge Sverre Hessevik Liseth reporter

    Resolved this by changing the id property of event to be a unique id (jQuery.now()), page id is now event.pageid

  2. Log in to comment