Gmansolf / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Manual update for Calendar #154

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Tested usage, Googled other guides, compiled more comprehensive Guide:

Calendar
google calendar add "Dinner party with George today at 6pm" # add event to 
calendar 
google calendar add "Softpedia meeting on 26 june at 8am" # will add an event 
for Saturday, June 26th at 8 am.
google calendar add "George test GoogleCL today at 10:15am to 11:45am" # will 
create event today for specified period
google calendar today # List events for today only. 
google calendar list --date 2010-06-01,2010-06-30 # List events. 
google calendar delete --title "Dinner party with George" # Delete an event. 
Adding events to your Google Calendar has never been easier with GoogleCL. All 
you have to do is type the right command. For example:

Specifying other Calendars

Here are some new usage examples:
$ google calendar list --cal ".*"     # List all events from today onward on 
all calendars
$ google calendar list                # List all events from today onward on 
primary calendar
$ google calendar today --cal ".*festivus.*" # List all events today on any 
calendar that contains "festivus" in its title
$ google calendar list --cal ".*festivus" --date 2010-06-23,2010-06-26 # List 
all events between two dates for a Calendar...
 that contains festivus
$ google calendar add --cal ".*festivus.*" "Figure out extra Commands to use 
Calendar today at 11:00,12:15" # Add event to...
 a Calendar that contains "festivus" in it's title, today for time 11am to 12:15pm

QuickAdd reference that also helps to understand:
The recipe for events is to enter 'what,' 'who,' 'where,' and 'when' (only 
'what' and 'when' are required). 
    » What: This can be any text; the event title is created from this. 
    » When: This can be nearly any date and/or time expression. Using 'at' and 'on' can help. 
    » Who: This should begin with 'with' followed by a list of email addresses; these are added to the guest list.
    » Where: This can be any text following 'at' or 'in.'
==========================================================================

Using Ubuntu 10, GoogleCL 0.9.7.1-all.deb

What I did to ReAuthenticate (because I needed to make another Calendar my 
Primary):
$ cd ./~googlecl
$ sudo rm access_(press TAB for auto complete)
$ google calendar today # will reAuthenticate session

Hope this will help

N8Wulf@gmail.com

Original issue reported on code.google.com by auranetg...@gmail.com on 23 Jun 2010 at 8:54

GoogleCodeExporter commented 8 years ago
Thanks for compiling all that info for us!

It looks like this is for the svn HEAD, not a current release, so I'll add it 
to the README and migrate it to the online Manual when the next release is... 
released.

Original comment by tom.h.mi...@gmail.com on 23 Jun 2010 at 8:34

GoogleCodeExporter commented 8 years ago
Decided to link to the QuickAdd help hosted on Google, in case usage changes. 
But additional details on the options have been added.

Original comment by tom.h.mi...@gmail.com on 23 Jul 2010 at 11:37