I'm trying to create a function that will perform the following leveraging Google Calendar API:
- Find the next 30-minute calendar slot within a given parameter of days, start times, and end times
- Schedule a meeting for this task with supplied meeting info
I'm having a hard time finding good documentation for a process like this leveraging PHP / Javascript, and I was hoping someone might be able to point me in the right direction or help me get the ball rolling.