My scenario:
Created a Service account for google calendar - say MasterAccount. Have another SlaveAccount and shared the calendar via (Shared: Edit settings) with MasterAccount.
I am getting access denied error when I use ServiceAccount to access SlaveAccount shared calendar.
using Google.Apis.Calendar.v3;
using Google.Apis.Calendar.v3.Data;
How can I use service account to access another account?