Forrest logo
tool overview
On this page you find all important commands for the CLI tool gcal. If the command you are looking for is missing please ask our AI.

gcal

The command line tool "gcal" is a utility that allows users to interact with their Google Calendar from the command line interface. It provides a seamless way to manage calendar events without the need for a graphical user interface.

Users can perform a variety of tasks including adding, editing, and deleting events using simple commands. The tool also allows for viewing upcoming events, searching for specific events, and displaying the calendar in a convenient text-based format.

"Gcal" supports multiple accounts, making it easy to manage and switch between different calendars. It also provides options to specify date ranges and time zones for more precise event management.

The tool integrates with other command line applications, enabling users to pipe calendar data to other programs or scripts for further automation.

It offers a straightforward and intuitive interface with user-friendly commands and prompts. The tool's functionalities can be further extended using various command line options and flags, making it quite customizable.

Users can also export calendar data in various formats like iCal, CSV, and HTML, allowing for easy sharing or backup.

"Gcal" is both open-source and cross-platform, supporting major operating systems like Linux, macOS, and Windows. It is actively maintained and regularly updated, ensuring compatibility with the latest changes in the Google Calendar API.

The tool comes with comprehensive documentation and usage examples, making it easy for users to understand and utilize its features effectively.

Overall, "gcal" serves as a powerful and efficient command line tool for managing Google Calendar, offering convenience and flexibility to users who prefer the command line interface.

List of commands for gcal:

  • gcal:tldr:6037e gcal: Provide calendar sheet with week numbers.
    $ gcal --with-week-number
    try on your machine
    explain this command
  • gcal:tldr:7ef6b gcal: Display the previous, current and next month surrounding today.
    $ gcal .
    try on your machine
    explain this command
  • gcal:tldr:80c49 gcal: Display calendar for the month of February of the year 2010.
    $ gcal ${2} ${2010}
    try on your machine
    explain this command
  • gcal:tldr:f5839 gcal: Change starting day of week to 1st day of the week (Monday).
    $ gcal --starting-day=${1}
    try on your machine
    explain this command
  • gcal:tldr:fb772 gcal: Display calendar for the current month.
    $ gcal
    try on your machine
    explain this command
tool overview