You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 29 Jan 2010 at 10:39The text was updated successfully, but these errors were encountered: