How to access domain users' calendar using service account in .net?

后端 未结 2 1472
旧时难觅i
旧时难觅i 2021-01-03 14:42

I am using service account with key.p12 cert to access google calendar API. However, it cannot access any user\'s calendar in the domain. I did follow the steps to Delegatin

2条回答
  •  暖寄归人
    2021-01-03 14:54

    As you pointed out, you need to share the existing calendar with the service account

    @developer.gserviceaccount.com
    

    (You can find the account in question under the credentials tab in Google Developers Console, it's called 'EMAIL ADDRESS')

    Hope it helps.

提交回复
热议问题