Hi Daypilot team,
I could find the Event based on id by using dp.events.find(id);
After that, I would like to change `e.client.moveEnabled = false; `
I tried to use ` dp.events.update(e).queue();` or ` dp.update();` but nothing happens.
Is there any wrong in my code?
Could you help me?
Thank in advances,
Thomas Lee