Recipe Create Events From Sheet
Automatically generates calendar events from recipe data in Google Sheets, streamlining meal planning and preparation reminders.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add recipe-create-events-from-sheet npx -- -y @trustedskills/recipe-create-events-from-sheet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"recipe-create-events-from-sheet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/recipe-create-events-from-sheet"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automatically generates Google Calendar events based on data rows within a Google Sheet. It bridges your spreadsheet records with your scheduling needs, turning static lists into actionable calendar entries without manual copying or pasting.
When to use it
- You have a list of meetings, appointments, or deadlines stored in a spreadsheet and need them added to your calendar instantly.
- Your team maintains an inventory or project timeline in Sheets that requires regular synchronization with individual calendars.
- You want to automate the scheduling process for recurring events defined by specific column values in your data source.
Key capabilities
- Reads structured data directly from Google Sheets.
- Creates corresponding Google Calendar events based on sheet content.
- Handles multiple rows of data to generate multiple events in a single operation.
Example prompts
- "Create calendar events for all the client meetings listed in my 'Q3 Schedule' spreadsheet."
- "Add the upcoming deadlines from row 5 to row 20 in my project tracker sheet to my Google Calendar."
- "Generate events for the team offsites defined in column B of this sheet, using the dates in column A."
Tips & gotchas
Ensure your Google Sheet contains clear date and time columns that the skill can interpret as event start times. Verify that you have permission access to both the source spreadsheet and the target calendar before running the automation.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.