From gws
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
Use this workflow when the user has a spreadsheet of events (dates, titles, attendees) and wants to batch-create calendar entries from it.
gws sheets +read --spreadsheet SHEET_ID --range "SHEET_NAME!A1:E" --format table
Review the data with the user. Confirm which columns map to summary, start time, end time, and attendees.
Show the user a list of events that will be created. For each row, preview using --dry-run:
gws calendar +insert \
--summary 'EVENT_TITLE' \
--start 'START_DATETIME' \
--end 'END_DATETIME' \
--attendee attendee@company.com \
--dry-run
After user confirmation, create each event (without --dry-run).
Summarize: how many events created, any that failed, and links to the calendar.
--dry-run before creating any2026-03-20T09:00:00)