search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

backend_delete

Related article: HTML5/JavaScript Event Calendar (Open-Source)
Asked by Tonderai Mangwiro
5 years ago.

how can i write the code for backend delete. I have added the in built delete feature but its not effectively removing the event in the database .

Answer posted by Dan Letecky [DayPilot]
5 years ago.

Please take a look at the documentation:
https://doc.daypilot.org/calendar/event-deleting/

You need to use onEventDelete event handler to call backend_delete.php endpoint on the server side. You need to create backend_delete.php which will delete the event record using SQL.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.