Can bookings be exported to a file (such as CSV)?
Leander Druwel [SLC] [DevOps Advocate] Answered question 15th July 2020
I think we can do this via an automation script:
The automation script uses the ResourceManagerHelper to retrieve all the ReservationInstance objects and then write the ID, name, start time and stop time to the CSV file.
In a practical scenario, it would be necessary to define a filter to retrieve only the instances you want to save.
Jochen Dewachter [SLC] [DevOps Advocate] Selected answer as best 15th July 2020