python - creating event in embedded google calendar -



python - creating event in embedded google calendar -

i working on google app engine based webapp user logged through google account. through google api client library (python) retrieve list of calendars , display first means of 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>

the problem seems calendar displayed , there no way create new events. know may create dialog add together events , rely aganin on api client library more intuitive displayed calendar. there way that?

python google-app-engine google-api google-calendar

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -