# Calendar Friendly-Name Mapping (Ahmed Zeyd)

The `kiwitime` stdlib wrapper maps these short names to the underlying Google Calendar hash IDs.
Always pass these **friendly names** to `kiwitime`, never the raw hash IDs.

| Friendly Name | Google Calendar ID |
|---------------|-------------------|
| Persönlich | `ahmed.aytac@gmail.com` |
| Ahmed und Talla | `872722c5e5aca6a340b4ef3e0481f4b433fc00d11efd040ae33acba93d1a7457@group.calendar.google.com` |
| Arbeit | `a2ac7dd225f2f31b217f7286a49e5827bf9b7b92b94f6903316376f4f587bab7@group.calendar.google.com` |
| Uni | `4a0a44b2d32f8c9b7190d8ae2dac38549702ebd022b7ecc8058a18856a53c3e1@group.calendar.google.com` |

## Location
- Hermes home: `/DATA/AppData/hermes/`
- Wrapper installed at: `/DATA/AppData/hermes/.bin/kiwitime`
- OAuth secrets: `/DATA/AppData/.secrets/google_oauth.env`

## Usage
```bash
kiwitime list Arbeit 7
kiwitime list Persönlich 1
kiwitime create "Ahmed und Talla" "Date mit Talla" "2026-05-10T19:00:00+02:00" "2026-05-10T21:00:00+02:00" "Dinner"
```
