sasa-sasa / as3googlecalendarlib

Automatically exported from code.google.com/p/as3googlecalendarlib
0 stars 0 forks source link

TitleVO not carrying proper title in my case #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 tommy.va...@gmail.com on 29 Jan 2010 at 10:39

GoogleCodeExporter commented 8 years ago
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 sagarpat...@gmail.com on 8 Mar 2010 at 12:08