added
New Duplicate Event Endpoint
over 3 years ago by Pierre Guilhou
A few months ago, we released an endpoint that lets Livestorm customers schedule new sessions for a given event (the POST /events/{id}/session
endpoint). One of the most requested features since then has been to be able to create new parent events from the API. We're happy to announce that this is now possible!
You can now use the POST /events
endpoint to duplicate an existing event and create a copy of it based on the same event settings. This is particularly interesting if you want to schedule new meetings based on a template of event that you created beforehand.
Want to understand more about this new endpoint? Check it out in the reference doc!