Go to file
Brian Buller c4e55cc52f Weekly Update
* Handle Some Settings Better
* Better Parameter Detection
* Implemented Event IDs for Event Operations
* View an Event's Details
* Delete Events
* Display Help
* Show approximation of some Calendar Colors
  (This is kind of a mess, since I'm converting web hex colors to 3 bit
  ansi, so it's not done)
2017-03-16 16:11:39 -05:00
.gitignore Include other platform binaries in .gitignore 2017-03-09 11:19:12 -06:00
README.md Formatting 2017-03-09 12:16:49 -06:00
client_secret.go.example Quick Add and Config Screen Work 2017-03-09 09:32:40 -06:00
config_mode.go Weekly Update 2017-03-16 16:11:39 -05:00
main.go Weekly Update 2017-03-16 16:11:39 -05:00
struct_account.go Weekly Update 2017-03-16 16:11:39 -05:00
struct_calendar.go Several Updates 2017-03-15 14:38:37 -05:00
struct_event.go Weekly Update 2017-03-16 16:11:39 -05:00
struct_screen.go Several Updates 2017-03-15 14:38:37 -05:00
ui_mode.go Several Updates 2017-03-15 14:38:37 -05:00

README.md

galendar

Google Calendar CLI Client

In development still.

Current features

gal [today] - Fetch and print today's agenda for all calendars flagged as 'default'

gal config - Open an interactive mode to configure the application

gal add <quick add text> - Quickly add an event to your default google calendar

gal refresh - Invalidate the cache then run gal today