A
A
avp2016-11-11 19:08:24
Google
avp, 2016-11-11 19:08:24

Is it possible to take data using C++Builder in Google Calendar?

Is it possible to take data using C++Builder in Google Calendar?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
RoverWhite, 2016-11-11
@RoverWhite

Without straining for 15-20 minutes
https://developers.google.com/google-apps/calendar...

R
Rou1997, 2016-11-11
@Rou1997

Please guide me how to use it with the Builder. Haven't worked with the API yet.

Great, it's time to work with the API, first in any language that is in the API documentation, then implement the same in C ++ Builder, in general it is HTTP, but for some PHP there will probably be a ready-made "wrapper" library and send requests yourself you won’t have to, but this won’t happen for C ++ Builder, so study Indy, as well as the source code of the library and analyze the requests themselves using a sniffer, it’s very useful, then another API will be ten times easier for you, but for the first time it can be very difficult , if you need a quick and easy solution, then make a "crutch" for now, run PHP on a local or remote server, place the library there so that everything works and all that remains is to "screw" it to C ++ Builder, it's easier.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question