Ryan Boyd (Google) wrote:
Hello pchan,
Can you please provide some more information on how you are building
the team calendar? Are you using the JSON output from the calendar
data API?
Cheers,
-Ryan
Thanks for replying, I've found my problem after much re-reading of the
documentation.
What didn't work was:
1° using authentification with email/password in the url
www.google.com/accounts/ClientLogin
2° passing the auth token to the url
"www.google.com/calendar/feeds/default/private/full"
this gave the bizarre observation as said earlier.
What did work is:
1° using each calendar's private url obtained from the calendar
settings/button: html
(according to the documentation) to get an url like:
http://www.google.com/calendar/feeds/[EMAIL PROTECTED]/private-key/full
... without any password and authentification token being sent to/fro.
Many thanks for your attention and
Happy New Year 2007 !
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---