Hi, It sounds like you are using the JavaScript client for the Calendar Data API. In which case it is the AuthSubJS that you need to study a bit.
http://code.google.com/apis/calendar/docs/1.0/developers_guide_js.html#Authenticating You can use checkLogin() to detect if a user has a scope for a particular feed access. http://code.google.com/apis/gdata/jsdoc/1.7/index.html There are some ground to cover to get your feet into Calendar Data API. I recommend reading the JS guide - http://code.google.com/apis/calendar/docs/1.0/developers_guide_js.html And there are plenty of demos that is bulit on the JS client for Calendar Data API http://code.google.com/apis/calendar/code.html Hope that helps, Austin On Jan 25, 8:37 am, GreatBigBore <[email protected]> wrote: > I've done a lot of work with Maps, but this is my first attempt at a > Calendar. With Maps, you don't need authentication, so naturally > authentication looks like black magic to me. The first thing I want to > do, when my user comes to my site, is check whether he is already > authenticated, so I don't have to require him to login to Google > unless it's really necessary. But I can't find anything in the > documentation about "how to check whether your user is already > authenticated", or anything along those lines. I'm also confused by > the fact that the main Calendar doc says that session auth tokens can > expire, but the AuthSub doc says that they don't. Anyone feel like > helping a newbie who can't afford to be pulling out any more hair? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar 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-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
