# Installer gcalcli avec Homebrew, apt, MacPorts, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gcalcli pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gcalcli
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gcalcli
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:gcalcli
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/gcalcli>
- **Version:** 4.5.1
- **Résumé source:** Easily access your Google Calendar(s) from a command-line
- **Page d'accueil:** <https://github.com/insanum/gcalcli>
- **Dépôt:** <https://github.com/insanum/gcalcli>
- **Licence:** MIT
- **Archive source:** <https://files.pythonhosted.org/packages/68/b8/c3f3b8c73c9740eeb592e31f3f1092485ce8809fd7137d7c776a0b0d3567/gcalcli-4.5.1.tar.gz>
- **Dernière mise à jour:** 2026-07-15T11:10:17Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- gcalcli (cli)
- gcalcli (alias)

## Dépendances

- certifi
- cryptography
- pycparser
- pydantic
- python@3.14

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 4.5.1
- gestionnaire mis à jour: 2026-07-15
- données locales: OK
- dépôt amont: https://github.com/insanum/gcalcli
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour gcalcli. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gcalcli
- **Version Scheme:** 0
- **Revision:** 13
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [python@3.14](https://pkg.so/fr/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [khal](https://pkg.so/fr/brew/khal/) - Shares pkgdb curated category or tags: calendar, cli, productivity, python.
- [watson](https://pkg.so/fr/brew/watson/) - Shares pkgdb curated category or tags: cli, productivity, python.
- [pcal](https://pkg.so/fr/brew/pcal/) - Shares pkgdb curated category or tags: calendar, cli, productivity.
- [gogcli](https://pkg.so/fr/brew/gogcli/) - Shares pkgdb curated category or tags: calendar, cli, productivity.
- [mackup](https://pkg.so/fr/brew/mackup/) - Shares pkgdb curated category or tags: cli, productivity.
- [nnn](https://pkg.so/fr/brew/nnn/) - Shares pkgdb curated category or tags: cli, productivity.
- [ical-buddy](https://pkg.so/fr/brew/ical-buddy/) - Shares pkgdb curated category or tags: calendar, cli, productivity.
- [vdirsyncer](https://pkg.so/fr/brew/vdirsyncer/) - Shares pkgdb curated category or tags: calendar, cli, productivity.
- [buku](https://pkg.so/fr/brew/buku/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, command-line, cryptography, line.
- [bagels](https://pkg.so/fr/brew/bagels/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, productivity, pydantic, python.
- [homeassistant-cli](https://pkg.so/fr/brew/homeassistant-cli/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, command-line, line, productivity.

## Combined YAML source

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


## Sources

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