-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
46 lines (29 loc) · 1.28 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Google Calendar Library for VBA
今のところ、Google カレンダーに予定を追加するクラスと、デモ用のコードしかありません。
発展途上です。
■ デモ
Excelファイルにモジュールをインポートしてください。
GoogleCalendar.cls
Module1.bas
GoogleCalendar.cls のコメントを参照して、参照設定してください。
セルに情報を入力してください。
A1:ユーザー名(メールアドレス)
A2:パスワード
A3:entry.xmlの内容
Alt + F8 を押して、test を実行してください。
2011年4月30日(土)21:00-22:00 にサンプルの予定が追加されます。
■ 動作確認
Excel 2007 on Windows Vista
■ 文字コード
GoogleCalendar.cls Shift_JIS
Module1.bas Shift_JIS
entry.xml UTF-8
■ 参考にしたサイト
Google Calendar APIの基礎
http://www.rcdtokyo.com/ucb/contents/i000815.php
Google Calendar Data API Developer's Guide: Protocolを日本語訳しました
http://d.hatena.ne.jp/shingotada/20070516
WinHTTP ライブラリで Web スクレイピング(1)~ GET 編~
http://www.f3.dion.ne.jp/~element/msaccess/AcTipsWinHTTP1.html
WinHttpRequest Object
http://msdn.microsoft.com/en-us/library/aa384106(v=VS.85).aspx