discord_create_event_invite
Generate a shareable invite link that directs recipients directly to a scheduled Discord event upon joining. Requires the Create Instant Invite permission.
Instructions
Create a shareable invite URL that points to a scheduled event, so recipients land on the event when joining. Requires the Create Instant Invite permission. Returns the invite URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_age | No | Invite lifetime in seconds, 0–604800 (7 days); 0 means it never expires. Default 86400 (24h). | |
| event_id | Yes | ID (snowflake) of the scheduled event to link the invite to. | |
| guild_id | Yes | Discord server (guild) ID (snowflake). | |
| max_uses | No | Maximum number of uses, 0–100; 0 means unlimited. Default 0. | |
| channel_id | No | Channel (snowflake) the invite points to. Defaults to the event's own channel; REQUIRED for EXTERNAL events, which have none. |