Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konojunya/generate-schedule-calendar
📅 Set my school schedule to the Google Calendar
https://github.com/konojunya/generate-schedule-calendar
api go golang google-api google-api-client google-apis schedule
Last synced: 10 days ago
JSON representation
📅 Set my school schedule to the Google Calendar
- Host: GitHub
- URL: https://github.com/konojunya/generate-schedule-calendar
- Owner: konojunya
- License: mit
- Created: 2017-04-19T17:26:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T05:32:33.000Z (over 7 years ago)
- Last Synced: 2024-10-11T20:43:23.391Z (about 1 month ago)
- Topics: api, go, golang, google-api, google-api-client, google-apis, schedule
- Language: Go
- Homepage:
- Size: 2.37 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generate-schedule-calendar
**HALの授業スケジュールをGoogle Calendar APIを叩いて、自動的に予定を追加するスクリプト**
## Library
[google-api-go-client](https://github.com/google/google-api-go-client)
## Install
```bash
go get golang.org/x/net/context
go get golang.org/x/oauth2
go get golang.org/x/oauth2/google
go get google.golang.org/api/calendar/v3
go get github.com/konojunya/generate-schedule-calendar/Utils
```## Usage
```bash
$ go run main.go
```or
```bash
$ go build main.go
$ ./main
```