# Create Calendar Event

## Configuration

### Account

#### Add account&#x20;

Connect your Google Calendar account by signing in with the proper credentials.

#### Dynamic (Ask at Runtime)

Ask the user to connect their account when the AI agent runs.&#x20;

### Event Title&#x20;

Add a name for the event.

### Description&#x20;

Add an event description.

### Location&#x20;

Add the physical location or a link to the event.

### Time

Add a start time and end time for the event. Make sure to use ISO format (YYYY-MM-DD).

### Attendees

At the email addresses for the attendees of the event. Only 1 address per line.

### Output Variable&#x20;

Save the event ID and url as a variable.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://university.mindstudio.ai/docs/building-ai-agents/blocks-reference/create-calendar-event.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
