coevent

Creates Google Calendar events with web-searched details and bulk scheduling support.

1|Updated Jun 29, 2026
One-click install
npx skills add https://github.com/natthasath/natthasath-marketplace --skill coevent-natthasath
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: coevent
Source: https://github.com/natthasath/natthasath-marketplace/tree/main/plugins/productive/skills/coevent
Command: npx skills add https://github.com/natthasath/natthasath-marketplace --skill coevent-natthasath

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually entering events into Google Calendar is error-prone — wrong dates, wrong calendars, missing reminders — and researching event times and locations for conferences or festivals adds extra work. This Skill guides the full event-creation workflow, researches missing details for you, and requires confirmation before anything is saved. ## Core Features & Use Cases - Guided Single-Event Creation: Walks through calendar selection, title, date/time, location, busy/free status, description, attendees, Google Meet links, and reminders, then shows a full summary for confirmation before saving. - Bulk Mode for Multiple Events: Collects shared settings (calendar, reminders, attendees) in one round of questions, web-searches dates and venues for each event, and presents a single confirmation table for the whole batch. - Automatic Web Research: Searches the web for official dates, times, and venues of public events like seminars, concerts, and festivals when the user does not provide them, citing trustworthy sources. - Use Case: You receive a list of five upcoming tech conferences and ask to add them all to your calendar. The Skill asks shared preferences once, researches each event's schedule, and shows one table to confirm before creating all five events. ## Quick Start Type /coevent followed by the event details you want to save, such as a single meeting or a list of events to add to Google Calendar.

Frequently Asked Questions about coevent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add an event to Google Calendar using Claude?▼

Invoke /coevent with your event details and the Skill walks you through calendar selection, date, time, location, reminders, and attendees. It always shows a full summary for your confirmation before calling create_event, so nothing is saved until you approve it.

How do I schedule multiple events in Google Calendar at once?▼

Use bulk mode by listing several events in one /coevent request. The Skill asks shared settings like calendar, busy status, and reminders only once, web-searches each event's date and venue, then presents a single confirmation table before creating all events.

Does this Skill require a Google Calendar connection?▼

Yes, it requires a Google Calendar connector providing tools like list_calendars, create_event, and search_events. If these tools are not available in the session, the Skill notifies you and waits until the connection is established before proceeding.

Can it find event dates and locations automatically?▼

Yes, for publicly searchable events like seminars, concerts, and conferences it uses WebSearch to find official dates, times, and venues from trustworthy sources. It always shows the findings with sources and asks for your confirmation before using them.

How are reminders and all-day events handled in Google Calendar?▼

Reminders are converted to minutes-before-start values as the Google Calendar API requires, with a default of one day ahead at 05:00. All-day events use an exclusive end date, so the end date is set one day after the last day shown.

What happens if creating one event in a bulk batch fails?▼

The failed event is recorded with its error reason and the Skill continues creating the remaining events in the batch. At the end it reports which events succeeded with links and which failed, so you can fix and retry only the failures.