quick_add
Create calendar events by typing plain-language descriptions—Google's NLP parser converts phrases like "Lunch with Sarah tomorrow at noon" into scheduled events on your chosen calendar.
Instructions
Create an event from a natural language string using Google's NLP parser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Natural language event description (e.g. 'Lunch with Sarah tomorrow at noon'). | |
| calendar_id | No | Calendar ID. Defaults to primary. | primary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |