FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Google agenda
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Google agenda
Posted: Tue Jan 18, 2011 10:08 AM

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. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 111
Joined: Sat Jan 30, 2010 08:35 AM
Re: Google agenda
Posted: Tue Jan 18, 2011 11:21 AM
You can use rest protocol.

http://code.google.com/intl/ca/apis/calendar/data/2.0/developers_guide_protocol.html

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

This call return a xml string.

You Can process this information.

Pere
Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
Re: Google agenda
Posted: Tue Jan 18, 2011 11:27 AM
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_google_calendar_api_via_visual_basic_6

Regards
Anser
Posts: 401
Joined: Tue Jan 05, 2010 02:33 PM
Re: Google agenda
Posted: Sat Jan 22, 2011 01:41 PM
FWH .. BC582.. xharbour
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
Re: Google agenda
Posted: Fri Dec 14, 2012 01:43 AM

Anyone has code snippets to share to access and read events from Google Calendar?

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
Re: Google agenda
Posted: Tue Jan 15, 2013 11:29 AM
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Google agenda
Posted: Tue Jan 15, 2013 01:01 PM

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. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
Re: Google agenda
Posted: Wed Jan 16, 2013 01:52 AM

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.12

BCC5.82/BCC7.3

xHarbour/Harbour

Continue the discussion