LinuxCommandLibrary

gcalcli

TLDR

Show agenda

$ gcalcli agenda
copy
List calendars
$ gcalcli list
copy
Show calendar view
$ gcalcli calw
copy
Show month view
$ gcalcli calm
copy
Add event
$ gcalcli add --title "[title]" --when "[tomorrow 2pm]" --duration [60]
copy
Quick add event
$ gcalcli quick "[Meeting tomorrow at 3pm]"
copy
Search events
$ gcalcli search "[query]"
copy
Delete event
$ gcalcli delete "[event title]"
copy

SYNOPSIS

gcalcli [options] command [args]

DESCRIPTION

gcalcli provides command-line access to Google Calendar. View, create, edit, and delete events from the terminal.

PARAMETERS

--calendar name

Specify calendar.
--title text
Event title.
--when time
Event start time.
--duration minutes
Event duration.

SUBCOMMANDS

agenda

Show upcoming events.
list
List calendars.
calw
Weekly calendar view.
calm
Monthly calendar view.
add
Add an event.
quick
Quick add event.
search
Search events.
delete
Delete an event.
edit
Edit an event.

SEE ALSO

gcal(1), calcurse(1)

Copied to clipboard