'How to remotely edit an ios calendar event?

Here is a method to create an event in the ios calendar using js: Create javascript ICS to add to calendar on ios

Creating is simple, when creating we pass a unique UID

But how to change the event by this UID? I saw in the instructions that the UID is for this, but I can’t find how to specifically change the already created event in the user’s calendar, knowing its UID.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source