mit einem Klick
create-calendar-event
Create a calendar event.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Create a calendar event.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
A daily learning companion that teaches users a new concept, generates a visual card, and schedules recurring daily learning notifications.
Generates a QR code for the given url.
Query summary from Wikipedia for a given topic.
Spin the given text on my head.
A skill to suggest or play music based on the user's mood, including analyzing images or audio, by querying available genres and generating music via the Loudly API.
Show a roulette wheel to allow user to randomly select a restaurant based on location and cuisine.
| name | create-calendar-event |
| description | Create a calendar event. |
To schedule an event, you must follow these exact steps:
run_intent tool with intent as get_current_date_and_time and parameters as {} to get the user's local date, time, and the current day of the week.run_intent tool with the following exact parameters:
intent: create_calendar_eventparameters: A JSON string with the following fields:
title: the title of the event. String.description: the description of the event. String.begin_time: the start time of the event in YYYY-MM-DDTHH:MM:SS format. String.end_time: the end time of the event in YYYY-MM-DDTHH:MM:SS format. String.