Hacker News new | ask | show | jobs
In my Google Calendar, every event is an AI task (kimmoihanus.com)
1 points by ihmissuti 136 days ago
1 comments

I use a dedicated Google Calendar to schedule recurring AI tasks for our marketing. Every event is a prompt. At the scheduled time, a Python bot picks it up, runs it through Claude with MCP tools (web scraping, search, analytics APIs), and saves results back to the event notes.

Recurring events use previous notes as context, so weekly reports build on each other.

Currently running: daily competitor monitoring, sales lead generation, citation gap analysis, newsletter drafts, and article generation.

No new interface to learn. Just calendar events.

"Generic" (non-marketing) code example: https://github.com/ihmissuti/google-calendar-agent