Page 1 of 1

Google agenda

Posted: Tue Jan 18, 2011 10:08 am
by driessen
Hello,

In my FWH-application I have an agenda.

Has anyone any experience to build a connection to google agenda ?

Thanks.

Re: Google agenda

Posted: Tue Jan 18, 2011 11:21 am
by pcordonet
You can use rest protocol.

http://code.google.com/intl/ca/apis/cal ... tocol.html

To get all calendars of user:
https://www.google.com/calendar/feeds/d ... ndars/full

This call return a xml string.

You Can process this information.

Pere

Re: Google agenda

Posted: Tue Jan 18, 2011 11:27 am
by anserkk
If I am not wrong, Google Agenda and Google Calendar is the same Right ?

You need to send a HTTP POST request to https://www.google.com/accounts/ClientLogin
This must include the following parameters.

* Email: your email address
* Passwd: your password
* source: an identifier for your application in the form companyName-applicationName-versionID
* service: what Google service you want to use; for the calendar this should always be cl.

You can get more information regarding this here with a VB6 Sample code, which you can easily convert to FiveWin
http://www.thepoorhouse.org.uk/using_go ... al_basic_6

Regards
Anser

Re: Google agenda

Posted: Sat Jan 22, 2011 1:41 pm
by MdaSolution

Re: Google agenda

Posted: Fri Dec 14, 2012 1:43 am
by hua
Anyone has code snippets to share to access and read events from Google Calendar?

Re: Google agenda

Posted: Tue Jan 15, 2013 11:29 am
by anserkk

Re: Google agenda

Posted: Tue Jan 15, 2013 1:01 pm
by driessen
Hello,

Please, could anyone put a translation of the topic Anser mentioned, in English in the English forum?

Thank you very much in advance.

Re: Google agenda

Posted: Wed Jan 16, 2013 1:52 am
by hua
Thanks Anser.

Michel, I just normally use http://translate.google.com and copy the thread's url there to get a Spanish to English translation