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