sasa-sasa / as3googlecalendarlib

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

Bug in GoogleCalendarEventService.as Line:406 #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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