返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
z

zoom-calendar

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
717
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

zoom-calendar

# Zoom + Google Calendar 📹 Create Zoom meetings via API and attach them to Google Calendar events — identical to the Zoom for Google Workspace add-on UI. ## Quick Usage ```bash bash skills/zoom-calendar/scripts/zoom_meeting.sh <event_id> "Meeting Title" "2026-03-01T11:50:00" 60 ``` **Parameters:** | Param | Description | Example | |-------|-------------|---------| | `event_id` | Google Calendar event ID | `dgth9d45bb93a0q7ohfnckq88k` | | `topic` | Meeting title | `"Team Meeting"` | | `start_time` | ISO format, no timezone (Jerusalem assumed) | `"2026-03-01T11:50:00"` | | `duration` | Minutes (optional, default 60) | `45` | **Output:** Join URL, Meeting ID, Password + event patched automatically. ## Typical Workflow 1. Create calendar event with `gog calendar create` 2. Run `zoom_meeting.sh` with the event ID 3. Done — conferenceData with icon, video link, and notes are set ## Critical Rules | Rule | Detail | |------|--------| | **iconUri** | Use EXACTLY the URL in the script — official Zoom Marketplace icon | | **entryPoints** | ONLY `video` — no phone, no SIP | | **`passcode`** | Not `pin` — field name matters | | **`meetingCode`** | Include the meeting ID here too | | **notes** | Use `<br />` for line breaks (not `\n`) | | **description** | Leave empty — don't duplicate info | | **location** | Leave empty — Zoom link lives in conferenceData | | **Default** | Do NOT add Zoom unless explicitly requested | ## Auth Setup ### Zoom (Server-to-Server OAuth) Credentials: `.credentials/zoom.json` ```json {"account_id": "...", "client_id": "...", "client_secret": "..."} ``` Create at marketplace.zoom.us → Develop → Server-to-Server OAuth. Scopes: `meeting:write:admin`, `meeting:read:admin`. ### Google Calendar Uses `gog` CLI auth. The script handles token export + refresh automatically. **Required env vars:** - `GOG_KEYRING_PASSWORD` — keyring password for gog CLI - `GOG_ACCOUNT` — Google account email (e.g. `user@gmail.com`) **Required files:** - `$HOME/.config/gogcli/credentials.json` — Google OAuth client credentials (created by `gog auth`) - Override path with `GOG_CREDENTIALS` env var **Required CLI tools:** `gog`, `jq`, `curl`, `base64`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 zoom-calendar-1776309759 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 zoom-calendar-1776309759 技能

通过命令行安装

skillhub install zoom-calendar-1776309759

下载

⬇ 下载 zoom-calendar v1.1.0(免费)

文件大小: 3.91 KB | 发布时间: 2026-4-16 16:37

v1.1.0 最新 2026-4-16 16:37
zoom-calendar 1.1.0

- Expanded requirements: now explicitly lists extra required files (`$HOME/.config/gogcli/credentials.json`) and tools (`gog`, `jq`, `curl`, `base64`) in documentation and metadata.
- Improved Google Calendar setup instructions, clarifying auth environment variables and credential management.
- Updated metadata version and requirements for better transparency and onboarding.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部