Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

MonospaceTW/gcal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

trunk-gcal

安裝

npm install

準備 Google Calendar Api 服務帳戶金鑰

private_key.json 放置於專案目錄

範例

let gCalHelper = new GCalHelper();
gCalHelper.listEvents(
 moment().startOf('month'), // start(default: start of month)
 moment().endOf('month'), // end(default: end of month)
 function(events) { // callback function
 // got events
 }
);

測試

使用 npm test 測試

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

AltStyle によって変換されたページ (->オリジナル) /