Hi Harry, Authentication to Google Calendar (and other GData services) can be done via two methods: 1) ClientLogin programmatic authentication (for standalone desktop apps) 2) AuthSub proxied authentication (for web applications)
Both methods require that you use available libraries to send HTTP requests to Google servers to an authentication service. These are standard HTTP requests with an added Authorization header. The authentication service will end up providing you with a token which you then add to an Authorization header sent with your requests to the Calendar service. Please see the following documentation for more information on the various methods of authentication: http://code.google.com/apis/gdata/auth.html Cheers, -Ryan On Mar 20, 4:42 am, "harry" <[EMAIL PROTECTED]> wrote: > Hello friends i m doing google calendar authentication from my vc++ > code,,,,,,,,,,,,,,,,,,,,, > i want to access calendar events/data programaticaaly... > > can someone help me....how can we do it in vc++..... > > what steps i have to follow............. > > Thanks in advance... > > :) > > Harry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
