我正在使用基于Google应用引擎的webapp,用户通过其Google帐户登录。 通过Google Api客户端库(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客户端库上创建一个添加事件和依赖aganin的对话框,但从显示的日历中更直观。 有没有办法做到这一点?