add_event_comment
Add a comment to a specific TimeTree event by providing the calendar ID, event UUID, and comment content, with an option to suppress notifications.
Instructions
Add a comment to a TimeTree event using the verified event activity endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | Yes | The calendar ID | |
| event_uuid | Yes | The event UUID to comment on | |
| content | Yes | Comment content | |
| silent | No | Whether to avoid push notifications when supported (default: true) |