great, glad you got that one worked out :)
Austin
On Sun, May 11, 2008 at 6:44 PM, Fibra <fabr...@gmail.com> wrote:
Hello again,
I've been doing some testing and I found out what was wrong.
Apparently, the %40 in the URL had to be replaced by the @ character,
and now it's working.
Thanks anyways :)
Hello,
I started using Google Calendar Data API today (I'm using JS to use
google API.). I've been reading the documentation and this group
discussions but can't find a solution to my problem, here's what
happens:
I first couldn't find a way to bring a non default calendar info with
its events, then I tried this:
https://www.google.com/calendar/feeds/1qml4eiv20f430pp81n1b405f8%40gr...
and it does exactly what I need.
So, when I call calendarService.getEventsFeed(feedUri,
calendarCallback, handleError); I get the ""Token invalid - AuthSub
token has wrong scope"
I really don't know what's wrong, so if anyone could help me I'd
appreciate it very much.