I accidentally created a Google calendar event in the year 15 AD, and now I can't delete it. -
the app i'm working on creates events in google calendar. due time travel datetime bug, event created in 15 ad. google calendar web interface seems unable cope this, , upon finding event (using search bar), there's no way delete it. checked js console, , appears has evaluated null on site.
[error] typeerror: null not object (evaluating 'a.la') nf (undefined, line 168) xo (anonymous function) ([native code], line 0) c (anonymous function) ([native code], line 0) f bh (dc315ccd9d63034627cb97eaba422ebdcalendarjs_doozercompiled__en.js, line 113) sba (dc315ccd9d63034627cb97eaba422ebdcalendarjs_doozercompiled__en.js, line 114) (anonymous function) (dc315ccd9d63034627cb97eaba422ebdcalendarjs_doozercompiled__en.js, line 111)
i can't believe google doesn't support editing events created 2000 years in past. gives?
try find , delete event programatically (using api/interface used create it) instead of using web gui - might use different codepath might unaffected issue describe.
Comments
Post a Comment