Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No calendars in ownedCalendars/allCalendars object #5

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 7 comments
Open

No calendars in ownedCalendars/allCalendars object #5

GoogleCodeExporter opened this issue Mar 16, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Simply running the application.

What is the expected output? What do you see instead?
I should get an array of at least one calendar in the 'ownedCalendars'
object.  I don't get anything.

What version of the product are you using? On what operating system?
Flex Builder 3, Vista Home 64-bit

Please provide any additional information below.
Here is my console output:

INFORMATION : Sending authentication request
INFORMATION : Authentication request sent
INFORMATION : Authentication response recieved
INFORMATION : Parsed response
INFORMATION : Authentication successful
INFORMATION : Sending request for owned calendars to url
http://www.google.com/calendar/feeds/default/owncalendars/full
DEBUG : Sent request for owned calendars to url
http://www.google.com/calendar/feeds/default/owncalendars/full
INFORMATION : Authentication response event dispatched
DEBUG : Received success response for get owned calendars
DEBUG : Calendars created 
DEBUG : Parsed response and created calendar objects

so you can see, it says it created the objects, but upon inspection of the
variables, there is no calendar. (BTW: Doesn't work with allCalendars
either). -j

Original issue reported on code.google.com by [email protected] on 17 Dec 2009 at 4:05

@GoogleCodeExporter
Copy link
Author

[deleted comment]

2 similar comments
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I was having the same issue so I shoveled my way through the code and did the 
following to solve my issue. Line 207-ish of GoogleCalendarService.as

//modified by Roger Avery [email protected]
//calendar = createCalendarObject(entry);//this seems to always be null. 
Probably 
because there's no reference to it in the current scope.
calendar = createCalendarObject(feedObject.entry);//passing feedObject.entry 
instead of entry solved my issue. 

Hope this helps. 

Original comment by [email protected] on 23 May 2010 at 4:55

@GoogleCodeExporter
Copy link
Author

This fixed it, thanks :)

Original comment by [email protected] on 6 Jun 2011 at 9:16

@GoogleCodeExporter
Copy link
Author

Thanks. Fixed it for me too.

Original comment by [email protected] on 4 Apr 2012 at 12:58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant