The contextMenu property (DayPilot.Menu) sets the calendar event context menu object.
null
dp.contextMenu = new DayPilot.Menu({ items: [ {text:"Delete", onClick: function(args) { dp.events.remove(args.source); } } ] });