Can I view a colleague's calendar over API for Google Calendar for business? Want to use this for detecting possible times to schedule meetings -
i can see calendars on web when sign on, can retrieve api? hope able build intelligent meeting assistant.
as seen in calendar resource api docs right now:
the google data calendar resource api deprecated , scheduled sunset in january 2017. apps should instead use directory api's calendar resource object.
as suggested directory api, think use resources.calendars.get described in docs (with parameters):
retrieves calendar resource.
parameters:
calendarresourceid - unique id of calendar resource retrieve.
customer - unique id customer's google account. account administrator, can use my_customer alias represent account's customer id.
-- think can specify user specific calendar from. hope helps give idea or something. luck. :d
Comments
Post a Comment