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

TitleVO not carrying proper title in my case #6

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 1 comment
Open

TitleVO not carrying proper title in my case #6

GoogleCodeExporter opened this issue Mar 16, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

goal
getting a bunch of calendars and trying to use this as a calendarpicker.

problem
not able to select a title string. all i get is null and type text

fix
line 946 GoogleCalendarService.as -> … = String(titleObj)

Original issue reported on code.google.com by [email protected] on 29 Jan 2010 at 10:39

@GoogleCodeExporter
Copy link
Author

I was also facing the same problem and in my case the problem lies at 1281 line 
of 
GoogleCalendarEventsService.as

Fix
change:
title.title = titleObj.title; to title.title = titleObj.value;

Original comment by [email protected] on 8 Mar 2010 at 12:08

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