Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
AlessandroCic
Contributor III
Contributor III

Google calendar query

Hi forum
anyone has tried to query events in Google calendar?
It might be interesting for many functions ...
Labels (3)
11 Replies
Anonymous
Not applicable

You cannot access personal data via the Google API without the OAuth-2 authentication and both components does not support that. The authentication methods from the components does not containing OAuth authentication and I am not sure if it make sense to add that very complex mechanism to this both basic components.
Anonymous
Not applicable

I've written a tutorial on using OAuth 2.0 with Google's products here. It makes use of the refresh tokens and *should* be able to be extrapolated from for use with other products using OAuth 2.0. 
I hope it helps