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
Post a Comment