snippetbashTip
gcalcli — Interact with Google Calendar. Requests Google API authorization upon first launch. More information
Viewed 0 times
commandcalendarrequestsinteractcligooglewithgcalcli
Problem
How to use the
gcalcli command: Interact with Google Calendar. Requests Google API authorization upon first launch. More information: <https://github.com/insanum/gcalcli>.Solution
gcalcli — Interact with Google Calendar. Requests Google API authorization upon first launch. More information: <https://github.com/insanum/gcalcli>.List your events for all your calendars over the next 7 days:
gcalcli agendaShow events starting from or between specific dates (also takes relative dates e.g. "tomorrow"):
gcalcli agenda {{mm/dd}} [{{mm/dd}}]List events from a specific calendar:
gcalcli --calendar {{calendar_name}} agendaDisplay an ASCII calendar of events by week:
gcalcli calwDisplay an ASCII calendar of events for a month:
gcalcli calmQuick-add an event to your calendar:
gcalcli --calendar {{calendar_name}} quick "{{mm/dd}} {{HH:MM}} {{event_name}}"Add an event to calendar. Triggers interactive prompt:
gcalcli --calendar "{{calendar_name}}" addCode Snippets
List your events for all your calendars over the next 7 days
gcalcli agendaShow events starting from or between specific dates (also takes relative dates e.g. "tomorrow")
gcalcli agenda {{mm/dd}} [{{mm/dd}}]List events from a specific calendar
gcalcli --calendar {{calendar_name}} agendaDisplay an ASCII calendar of events by week
gcalcli calwDisplay an ASCII calendar of events for a month
gcalcli calmContext
tldr-pages: common/gcalcli
Revisions (0)
No revisions yet.