Hi,

I don't think magic cookie is the way to accomplish what you are trying to
do for the reasons that you have listed.  Essentially having magic is a
"pseudo" password, it exposes every events of a given calendar hence the
visibility on each event really has relevancy (this might be why it is
always null).  My recommendation is since you have this calendar shared with
you, you can retrieve the list of all event of this calendar as a subscribed
calendar.  You can use the API to programmatically iterate through all event
and list out the ones that has visibility of "public".

Hope that helps,
Austin

On Wed, May 21, 2008 at 2:25 AM, SandroRiz <[EMAIL PROTECTED]>
wrote:

>
> I understood that:
> - there is an issue with visibility information when I use magic
> cookie auth (it is always null)
> - I can't do a query with a visibility filter (with .NET library)
>
> So, my goal is to READ all the default entries (and discard the
> private ones) of my calendar and of my collegues' calendars that are
> shared with me. They don't want give me their user & pwd, so private
> URL with magic cookie would be an optimal solution.
>
> Any help ?
> Thanks
> Sandro
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 
google-calendar-help-dataapi@googlegroups.com
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