Bosch IoT Insights

Restoring a deleted calendar event (booking)

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

  1. Open the Project Management Service APIs.

  2. Open Calendar: Manage events (bookings).
    → A list of requests is displayed.

  3. Open the PUT /v1/{project}/event/{id} request.

  4. 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.

  5. In the event json, change the deleted flag to true.

  6. Click the Try it out! button to update the calendar event.
    → The calendar event has been restored