# gcalcli mit Homebrew, apt, MacPorts, Nix, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für gcalcli in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:gcalcli
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install gcalcli
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gcalcli
```

  Evidenz: MacPorts ports tree: office/gcalcli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install gcalcli
```

  Evidenz: Debian stable package indexes: gcalcli from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#gcalcli
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/gc/gcalcli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install gcalcli
```

  Evidenz: openSUSE Tumbleweed package metadata: gcalcli from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:gcalcli
- **Paketmanager:** Homebrew
- **Version:** 4.5.1
- **Quellzusammenfassung:** Easily access your Google Calendar(s) from a command-line
- **Homepage:** <https://github.com/insanum/gcalcli>
- **Repository:** <https://github.com/insanum/gcalcli>
- **Zuletzt aktualisiert:** 2026-07-15T11:10:17Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- gcalcli (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 4.5.1
## Projektgeschichte und Nutzung

gcalcli is a Python command-line interface for Google Calendar. It turns calendar viewing, event creation, reminders, ICS/vCal import, and shell integration into scriptable terminal workflows.

### Projektgeschichte

The GitHub repository was created in April 2012 and the current README documents gcalcli as a Python application using Google Calendar API v3. Its command set covers listing calendars, agenda and calendar views, quick event entry, detailed event editing, imports, reminders, and shell completion.

### Adoptionsgeschichte

The project README explicitly tells users to check operating-system distribution packages, and documents Debian/Ubuntu, Void Linux, Nix, Homebrew, PyPI, pipx, and source installation paths. GitHub tags show an active 4.x series, including v4.5.1, after a long life as a small personal-productivity CLI.

### Wie es verwendet wird

A normal setup authenticates with OAuth2, stores the resulting token in a platform data directory, and then uses subcommands such as agenda, calm, calw, quick, add, import, and remind. The configuration model includes config.toml in the platform config directory, GCALCLI_CONFIG for overrides, and legacy gcalclirc-style flag files.

### Warum Paket-Nerds sich dafür interessieren

gcalcli is a classic Unix productivity package: it wraps a web API in composable terminal commands, cron jobs, tmux or Conky status displays, mailcap attachment handlers, and shell completion. Its packaging is also a reminder that API-backed CLIs often ship with local credential storage and user-managed OAuth client setup.

### Zeitleiste

- 2012: Public GitHub repository created.
- 2010s: gcalcli became packaged through operating-system and language package managers documented by the project.
- 2020s: 4.x tags continued while the README documented Google Calendar API v3 and user-provided OAuth client setup.

### Related projects

- The README ties gcalcli to Google Calendar API v3, Python packaging through PyPI and pipx, shell completion through argcomplete, and desktop integrations such as cron, tmux, Conky, and notification commands.

### Quellen

- <https://api.github.com/repos/insanum/gcalcli>
- <https://api.github.com/repos/insanum/gcalcli/tags>
- <https://github.com/insanum/gcalcli>
- <https://raw.githubusercontent.com/insanum/gcalcli/master/docs/README.md>


## Sicherheitshinweise

Für gcalcli wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.config/gcalcli/config.toml, ~/.config/gcalcli/gcalclirc

## Credential files

- Linux: ~/.local/share/gcalcli/oauth
## Andere Paketmanager-Einträge

- Debian apt - gcalcli - 4.5.1-1: normalized package name match | Debian stable package indexes: gcalcli from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Google Calendar Command Line Interface | https://github.com/insanum/gcalcli
- Nix - gcalcli: normalized package name match | nixpkgs package indexes: pkgs/by-name/gc/gcalcli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gcalcli - 4.3.0-2: normalized package name match | Ubuntu 24.04 LTS package indexes: gcalcli from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Google Calendar Command Line Interface | https://github.com/insanum/gcalcli
- zypper - gcalcli - 4.3.0+git14.3e616f7-1.5: normalized package name match | openSUSE Tumbleweed package metadata: gcalcli from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Google Calendar Command Line Interface | https://github.com/insanum/gcalcli
- MacPorts - gcalcli: normalized package name match | MacPorts ports tree: office/gcalcli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/gcalcli.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gcalcli.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
