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