Google has a very cool little command line tool for their services. I'm was surprised I couldn't find any related posts on this forum so here background links:
googlecl wiki
http://code.google.com/p/googlecl/w/list
For the Windows install file:
http://code.google.com/p/googlecl/downloads/detail?name=googlecl-win32-0.9.13.zip&can=2&q=
Running the google.exe opens the app's command line window. Although you can add entries to many of their services, for this exercise I need to add a new GCal event. To do it manually, with the app command line window open I just type in i.e.:
calendar add "Dinner party tomorrow"
This adds an calendar event tomorrow to my default calendar.
If I want to send to a specific calendar the format is:
calendar add --cal GQueues "Dinner party tomorrow" "Start prepping for party 3pm tomorrow"
This adds two calendar event to my "GQueues" calendar: an all day event and reminder task starting at 3pm tomorrow.
For those not familiar with GQueues http://www.gqueues.com it's what Google Tasks should have been and the reason I'm trying to get this to work. If successful, using click.to I can quickly add a new task/event from notepad, Evernote or anywhere text window on my desktop and send it as an event to GCal AND automatically propagating to GQueues as well.
Unfortunately, being a command line novice, I can't seem to get the custom windows call to work. The command line window opens and closes quickly. Click.to reports completion but nothing got added.
Path of the Application or Program:
C:\googlecl\google.exe
Argument of the Call:
[Text]
sample text copied/executed:
calendar add "Dinner party tomorrow"
Is there a special way to send the command argument so it will be entered into a command line window so it's executed as if it was manually typed in.
Thanks in advance for any help and if there's an easier way ... i.e. an GQueues pattern ;-)
Lars
