Creating a wrapper API to retrieve google calendar events

Currently, the calendar API returns the array of events by ordering according to the last modification time. So it was updated to order by starting time of the events. “orderBy” parameter was used to solving this issue.

1 Like