Hi Austin,
Is it possible to retrieve calender events of a logged in user with
out using an authentication?.Iam  currently using google java script
API for retrieve the events.
In the google example page they describes we can can use the default
feed url for retrieve logged in user events
feedUrl = 'http://www.google.com/calendar/feeds/default/private/full

but i got an authentication error while using this feed(i am already
logged in)

Thanks,
VKS

On Jun 30, 10:59 pm, "Austin (Google)" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> If you have an authenticated session of your user, you would be able to pull
> a calendar event feed from the user and within that you can retrieve the
> user name and email base from the <author> element -
>
> <author>
> <name>John Doe</name>
> <email>[EMAIL PROTECTED]</email>
> </author>
> Hope it helps,
> Austin
>
> On Fri, Jun 27, 2008 at 2:44 PM, Dave Lynam <[EMAIL PROTECTED]> wrote:
>
> > I am wondering if it is possible to only show the calendar in your
> > site of the user that has logged in(assuming you have their gmail
> > address and password and it passes the google login).  Does anyone
> > know a way to go about doing this?  Thanks,  Dave
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to