Create Facebook Page Event
meta_create_eventCreates a new event on a Facebook Page with specified name, start time, and optional details.
Instructions
Creates an event on a Facebook Page.
Args:
page_id (string): Facebook Page ID
name (string): Event name
start_time (string): ISO 8601 datetime (e.g., 2024-06-15T18:00:00-0400)
end_time (string, optional): ISO 8601 datetime
description (string, optional): Event description
place (string, optional): Location name
ticket_uri (string, optional): Ticket URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| name | Yes | ||
| start_time | Yes | ISO 8601 datetime | |
| end_time | No | ||
| description | No | ||
| place | No | ||
| ticket_uri | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |