Hello,
In my FWH-application I have an agenda.
Has anyone any experience to build a connection to google agenda ?
Thanks.
Google agenda
Google agenda
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
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Re: Google agenda
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
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
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
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
- MdaSolution
- Posts: 401
- Joined: Tue Jan 05, 2010 2:33 pm
Re: Google agenda
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
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC
Re: Google agenda
Hello,
Please, could anyone put a translation of the topic Anser mentioned, in English in the English forum?
Thank you very much in advance.
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
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Re: Google agenda
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
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
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC