You can restore a deleted calendar event via the Bosch IoT Insights API.
Prerequisites
To execute the following action, you have to be assigned to the Admin role.
Proceed as follows
- Open the Project Management Service APIs.
- Open Calendar: Manage events (bookings).
→ A list of requests is displayed. - Open the PUT /v1/{project}/event/{id} request.
In the Parameters pane, enter the event json, event id, and project in the value fields.
You can get the event json by using the GET /v1/{project}/events request.
- In the event json, change the deleted flag to true.
- Click the Try it out! button to update the calendar event.
→ The calendar event has been restored