You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Data API Developer's Guide: Python Google Calendar allows client applications to view and update calendar events in the form of Google Data API feeds. Your client application can use the Google Calendar Data API to create new events, edit or delete existing events, and query for events that match particular criteria. There are many possible uses for the Calendar Data API. For example, you can crea
2008/10/23 11:22 | 0 Comments RubyでGoogleカレンダーを操作するというエントリがあったので、Python版も書いてみた。 準備としては ・ここからgdataのライブラリをダウンロードしてインストール ・easy_installで「easy_install ElementTree」をインストール あと、日付のパース用に「dateutil」もあった方がいい。これもeasy_installで取れる。 コードはこんなの。 # -*- coding: utf-8 -*- from xml.etree import ElementTree import gdata.calendar.service import gdata.service import atom.service import gdata.calendar import getopt,sys,str
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く