Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 在嵌入式google日历中创建事件_Python_Google App Engine_Google Api_Google Calendar Api - Fatal编程技术网

Python 在嵌入式google日历中创建事件

Python 在嵌入式google日历中创建事件,python,google-app-engine,google-api,google-calendar-api,Python,Google App Engine,Google Api,Google Calendar Api,我正在开发一个基于谷歌应用引擎的webapp,用户通过其谷歌账户登录。 通过googleapi客户端库(Python),我检索了它的日历列表,并通过iFrame显示第一个日历 <iframe src="https://www.google.com/calendar/embed?src={{calendar}}" style="border: 0; margin-top:20px" width="100%" height="600" frameborder="0" scrolli

我正在开发一个基于谷歌应用引擎的webapp,用户通过其谷歌账户登录。 通过googleapi客户端库(Python),我检索了它的日历列表,并通过iFrame显示第一个日历

     <iframe src="https://www.google.com/calendar/embed?src={{calendar}}" style="border: 0; margin-top:20px"  width="100%" height="600" frameborder="0" scrolling="no"></iframe>

问题是,日历似乎只显示出来,没有办法创建新的事件。 我知道我可能会创建一个对话框来添加事件,并依赖api客户端库,但从显示的日历中这样做会更直观。
有办法吗?

你有没有想过?