Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ladicle/org2gcal
org2gcal is command line tool to generate event.json for gcal.
https://github.com/ladicle/org2gcal
cli gcal google-calendar
Last synced: 26 days ago
JSON representation
org2gcal is command line tool to generate event.json for gcal.
- Host: GitHub
- URL: https://github.com/ladicle/org2gcal
- Owner: Ladicle
- Created: 2018-02-21T10:35:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T15:20:06.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T02:41:53.775Z (3 months ago)
- Topics: cli, gcal, google-calendar
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# org2gcal
org2gcal is command line tool to generate `event.json` for [gcal](https://github.com/toniov/gcal-cli).
## Install
```
go get -u github.com/Ladicle/org2gcal
```## Usage
```
❯❯❯ org2gcal --help
NAME:
org2gcal - Convert time-log to json format for gcalUsage:
org2gcal [date]DATE:
format 2006-1-2
note This argument is optional. if you do not specify this, date is used today.
```## Supported time-log format
The leading and trailing white space is ignored.
```
- HH:MM summary
```## Quickstart
```
❯❯❯ org2gcal 2018-02-21
input time logs:
- 11:30 go to office
- 12:00 lunch
- 13:00 coding
- 23:00 go to bed❯❯❯ gcal bulk -e events.json
```