Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
jsanchezh
Partner - Creator
Partner - Creator

Google Calendar REST

Hello,

Has anybody tried to obtain information from Google Calendar API using Qlik REST Connector? If yes, can you show me how to do it?

Thanks

Kind regards

1 Solution

Accepted Solutions
IAMDV
Luminary Alumni
Luminary Alumni

Hi,

I haven't used Qlik REST connector but I got it working using apgee.

https://apigee.com/resources/google-calendar

See if that helps! Using apigee it is easy to see the data.

Cheers,

DV


www.QlikShare.com


View solution in original post

6 Replies
Anonymous
Not applicable

It is working in the qlikview new version 12

IAMDV
Luminary Alumni
Luminary Alumni

Hi,

I haven't used Qlik REST connector but I got it working using apgee.

https://apigee.com/resources/google-calendar

See if that helps! Using apigee it is easy to see the data.

Cheers,

DV


www.QlikShare.com


HirisH_V7
Master
Master

Hi,

Check this,

Google Calendar Connector For QlikView & Qlik Sense

HTH,

Hirish

HirisH
“Aspire to Inspire before we Expire!”
jsanchezh
Partner - Creator
Partner - Creator
Author

Thanks. But I need to know how to use it. Do you know how?

jsanchezh
Partner - Creator
Partner - Creator
Author

Thanks! I have tried it and it has helped me to find the way

jsanchezh
Partner - Creator
Partner - Creator
Author

I've looking deeper in this subject and I've found out a problem calling the process recursively from time to time (for example each day). The access token for the account working with Google API expires and has to be updated once this time has passed.

Do you know a way to deal with this problem. I'm trying to do an automatic process.

Thanks