6 messages in com.googlegroups.google-calendar-help-dataapiRe: How to make a html reading of non...
FromSent OnAttachments
snortop26 Mar 2007 13:34 
Ryan Boyd (Google)26 Mar 2007 16:22 
snortop27 Mar 2007 03:31 
snortop27 Mar 2007 04:15 
Ryan Boyd (Google)27 Mar 2007 06:48 
snortop29 Mar 2007 03:46 
Subject:Re: How to make a html reading of non-shared Calendar
From:Ryan Boyd (Google) (api.@google.com)
Date:03/26/2007 04:22:02 PM
List:com.googlegroups.google-calendar-help-dataapi

Hello,

If you are trying to do this in clientside code (in html/js), the easiest way would be to use the JSON output with the private magic-cookie feed. The 'magicCookie' portion of the URL you referenced actually acts as a password for the feed you're trying to view, so no additional authentication is necessary for a read-only view.

Please see the example here: http://code.google.com/apis/gdata/samples/cal_sample.html

Use a URL like: http://www.google.com/calendar/feeds/userID/private-magicCookie/full<http://www.google.com/calendar/feeds/userID/private-magicCookie/basic>with this example.

Cheers,

-Ryan

On 3/26/07, snortop <janr@gmail.com> wrote:

Hi

I have been seachig and reading and not getting close to have it done.

I am just looking for a html script that can read a non-shared Calendar

I know you use http://www.google.com/calendar/feeds/userID/private-magicCookie/basic

For getting shared calendar.

And i have read that you need authcation of user. (which seem like a logic thing to do) But here the dokumentaion (for me) it somewhat wage on what to do. At least i cant figur it out. So if anyone has a working simpel example, i like to see it. Or please explain it it n00b words