Template Guides

Selecting Event Types

Choose editable types when a form lets the current user create or edit content. The full type lists describe configuration and do not imply that the current user can edit every type.

Calls Used in This Task

craft.events.getEventTypes()

Returns all Event Types available.

craft.events.getEditableEventTypes()

Returns all Event Types the current user has permission to.

craft.events.getTicketTypes()

Returns all Ticket Types available.

craft.events.getEditableTicketTypes()

Returns all Ticket Types the current user has permission to.