Kubessandra
Kubessandra
I think you can access it by using `apiCalendar.tokenClient` https://developers.google.com/identity/oauth2/web/guides/use-token-model
You can do no ? `apiCalendar.tokenClient.requestAccessToken({ prompt: 'consent' });`
If I'm not wrong, `handleAuthClick()` is now synchrone, so you don't have the need to await it anymore, if not we can make a PR to make it as a...
Hello, The feature is not developed yet. Aymeric
Thank you. If I find a little bit of time I will try to implement it.
```javascript /** * Create calendar event * @param {string} CalendarId for the event by default use 'primary'. * @param {object} Event with start and end dateTime * @param {string} sendUpdates...
I havn't found the time to find a workaround with google yet..
You already have access to it by using `apiCalendar.tokenClient` https://developers.google.com/identity/oauth2/web/guides/use-token-model
Hi does it work without the CSP meta tags ? This looks like more of a CSP issue than the package, but I can try to help you on that...
Same issue ``` java.lang.NoClassDefFoundError: Failed resolution of: Ldji/common/util/CommonCallbacks$CompletionCallback; ``` ```kotlin aircraft.flightController.getSerialNumber(object: CommonCallbacks.CompletionCallbackWith { override fun onSuccess(serial: String) { promise.resolve(serial) } override fun onFailure(error: DJIError?) { promise.reject(error.toString(), error?.description) } }) ```...