sujitreddyg / as3googlecalendarlib

ActionScript 3 library for Google Calendar API
1 stars 0 forks source link

Bug in GoogleCalendarEventService.as Line:406 #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
createEventXML.appendChild(cat);

should be 

createEventXML.appendChild(eventCategory);

After this fix creating events works OK.

Original issue reported on code.google.com by yer...@gmail.com on 1 Dec 2009 at 2:00