The calendar_v1_events.Create documentation states all values in the array are optional. This is not true. calendar_v1_events.create will not return data unless RegistrationType is set.
The calendar_v1_events.Create documentation states all values in the array are optional. This is not true. calendar_v1_events.create will not return data unless RegistrationType is set.
Thanks Stephen Vicino , All our API documentation is auto generated, so I've logged the following bug to address the issue.
Some clarification, the documentation does need updating, but RegistrationType is not actually required, there is a secondary bug that will be addressed when this is completed. The work around is simply to pass in 0 for the type if you don't want registration.