i've got a token to retrieve all events of a calendar( feedUrl :
https://www.google.com/calendar/feeds/default/private/full ) and it's done
, but in the same way i want to retrieve all calendars(use the same token i
got from google), i got an error like that
"GET
https://www.google.com/calendar/feeds/default/allcalendars/full<https://www.google.com/calendar/feeds/default/allcalendars/full?alt=json-in-script&reqid=2&user-agent=exampleCo-exampleApp-1%20GData-JavaScript%2F2.1%201310107159001-778&v=2.1>
.....
401 (Authorization required)"
i use javascript to develop.
in the developer guide <
http://code.google.com/intl/zh-TW/apis/calendar/data/2.0/developers_guide_java.html#Auth
>
"Retrieving all calendars"
You can get a list of a user's calendars by sending an
authenticated GET request to the *allcalendars* feed URL:
https://www.google.com/calendar/feeds/default/allcalendars/full
The result is a feed that includes all primary, secondary, and
imported calendars.
*should i get another Authentication of the URL:"**
https://www.google.com/calendar/feeds/default/allcalendars/full*<https://www.google.com/calendar/feeds/default/allcalendars/full?alt=json-in-script&reqid=2&user-agent=exampleCo-exampleApp-1%20GData-JavaScript%2F2.1%201310107159001-778&v=2.1>
*"????*
--
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://code.google.com/apis/calendar/community/forum.html