Using Apps Script to create Calendar Appointment Slots
问题 I am using Google Apps Script to create calendar events but want to also create Appointment Slots. Apps Scrip appears not yet to support Appointment Slots (or am I missing something?). If not, does anyone know if this is this likely to be added shortly? 回答1: This is still not possible. I created an empty calendar, and called the event listing API here. I got an empty calendar. Then, I added a single appointment slot, and called the same API. I got the same empty calendar. Then, to make sure I