pkshultz / remember-clt

Work in progress: a command line tool for adding Google Calendar events. Written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remember-clt

Work in progress: a command line tool for adding Google Calendar events. Written in Go.

The tool utilizes the great package cli written by codegangsta.

The project serves as a personal introduction to Go and Google APIs. Some links that I'm using for reference include:

The biggest issue right now is trying to get the "add" method functioning. The API call to create an event is not recognized as valid by the go compiler. If anyone knows of a solution to this, let me know through some medium of communication! I'll be taking a look at the godoc API documentation as a next step.

Update, 09/10/2015: utilizing another GitHub user's repository for reference will prove helpful. Of course, there are still some kinks to work around---golang isn't as well documented of a language as some others, especially on websites like StackOverflow.

About

Work in progress: a command line tool for adding Google Calendar events. Written in Go.


Languages

Language:Go 100.0%