What problem does it solve? Lab administrators need to schedule meetings, manage calendar events, and send emails, but every live action must go through a human approval gate before anything actually changes. This Skill prepares calendar and email proposals correctly so nothing is scheduled, invited, or sent without review. ## Core Features & Use Cases - Calendar Proposals: Create tentative holds, send invites, reschedule, or cancel events via adminbot_suggest_calendar_change, with automatic extraction of event details from Google Docs URLs, Gmail messages, or calendar share links. - Email Drafts and Sends: Propose email drafts (T1) or sends (T3) via adminbot_propose_action with recipients, subject, body, idempotency key, and undo plan for live gog execution. - Use Case: A member forwards a Gmail thread about a meeting. You pass the emailMessageId to the tool, which reads the thread with authenticated read-only gog, extracts the title and time window, and creates a pending proposal — the calendar itself is untouched until an admin approves it. ## Quick Start Ask the assistant to propose a tentative calendar hold for next Tuesday at 2pm based on the linked Google Doc, and confirm it will remain pending until approved.