I have set up the API call to get a Google Calendar Event.
However, there are 2 scenarios of the JSON returned.
- When the event is set as FREE in calendar, there is no parameter - “transparency”: “transparent”.
- When event is set as BUSY, it returns parameter “transparency”: “transparent”.
How do I allow for 2 data formats?
My goal is to get BUSY events only.