logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Calendar Control with gcalcli - Interact with Google Calendar | Online Free DevTools by Hexmos

Control Google Calendar from the command line with gcalcli. Manage events, list schedules, and add quick events seamlessly. Free online tool, no registration required.

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 agenda

  • Show 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}} agenda

  • Display an ASCII calendar of events by week:

gcalcli calw

  • Display an ASCII calendar of events for a month:

gcalcli calm

  • Quick-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}}" add

See Also