我正在处理的应用在Google日历中创建活动。由于时间旅行一个DateTime错误,我的活动是在公元15年创建的。 Google日历网络界面似乎无法应对此问题,即使找到我的事件(使用搜索栏),也无法删除它。我检查了js控制台,看来有些东西在他们的网站上评估为null。
[Error] TypeError: null is not an 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)
我无法相信Google不支持过去2000年创建的编辑事件。是什么给了什么?
答案 0 :(得分:0)
尝试以编程方式(使用您用于创建它的API /接口)查找和删除事件,而不是使用Web GUI - 可能使用可能的其他代码路径em>不受您描述的问题的影响。