You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see a mechanism to authenticate (and impersonate) with service accounts using gcalendr alone. This was not too hard by using gargle, but is bypassing the internal .auth variable and may lead to inconsistent results.
The gargle documentation kindly suggests that it is "a reasonable feature request" to expose the subject property through your gcalendr_auth method, but I realise this is perhaps non-trivial.
So consider this a feature request/discussion, and if I can help, please advise.
I don't see a mechanism to authenticate (and impersonate) with service accounts using gcalendr alone. This was not too hard by using gargle, but is bypassing the internal
.auth
variable and may lead to inconsistent results.My code is like:
The gargle documentation kindly suggests that it is "a reasonable feature request" to expose the subject property through your
gcalendr_auth
method, but I realise this is perhaps non-trivial.So consider this a feature request/discussion, and if I can help, please advise.
The text was updated successfully, but these errors were encountered: