Discussions

Ask a Question
Back to All

Create Event Status Other then active

I am trying to create an event using API call. I have not been able to create event with a status other then 'A'. if I specify "Status": "P" for Pending or "Status": "F" for Frozen the event get's created with a status of 'A'. If I specify a custom status of "Status": "S" then I get a bad request error.
Is there a way to create an event that isn't active immediately?