Google agenda

Post Reply
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Google agenda

Post by driessen »

Hello,

In my FWH-application I have an agenda.

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

Thanks.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
pcordonet
Posts: 110
Joined: Sat Jan 30, 2010 8:35 am
Location: Girona

Re: Google agenda

Post 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
User avatar
anserkk
Posts: 1280
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Re: Google agenda

Post 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
User avatar
MdaSolution
Posts: 401
Joined: Tue Jan 05, 2010 2:33 pm

Re: Google agenda

Post by MdaSolution »

FWH .. BC582.. xharbour
hua
Posts: 861
Joined: Fri Oct 28, 2005 2:27 am

Re: Google agenda

Post by hua »

Anyone has code snippets to share to access and read events from Google Calendar?
FWH 11.08/FWH 19.03
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC
User avatar
anserkk
Posts: 1280
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Re: Google agenda

Post by anserkk »

User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: Google agenda

Post 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.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
hua
Posts: 861
Joined: Fri Oct 28, 2005 2:27 am

Re: Google agenda

Post 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
FWH 11.08/FWH 19.03
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC
Post Reply