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.@gmail.com)
Date:03/27/2007 06:48:43 AM
List:com.googlegroups.google-calendar-help-dataapi

Hi,

Well that is still shared calendar. Was looking for a way to get into a non
shared calendar.

It's shared in the sense that the magic cookie can be used to read it, but it cannot be read without knowledge of the private cookie. So, as long as you expose the webpage content to only trusted viewers, there is no issue.

If you want to expose only portions of a calendar to people whom you do not trust to see the whole calendar, or people whom you think will grab your magic cookie and share it with the world, then you will need to write a server-side application using one of the available client libraries (Java, .NET, PHP, Python) and use AuthSub or ClientLogin authentication.

Cheers,

-Ryan

On Mar 27, 3:31 am, "snortop" <janr@gmail.com> wrote:

Well that is still shared calendar. Was looking for a way to get into a non shared calendar.

Or am i still not getting it?