pl-api
    Preparing search index...

    Interface CreateEventParams

    interface CreateEventParams {
        banner_id?: string;
        content_type?: string;
        end_time?: string;
        join_mode?: "free" | "restricted";
        location_id?: string;
        name: string;
        start_time?: string;
        status?: string;
    }
    Index

    Properties

    banner_id?: string

    optional, event banner attachment ID

    content_type?: string

    string, contain the MIME type of the status.

    end_time?: string

    optional, end time of the event

    join_mode?: "free" | "restricted"

    optional, event join mode, either free or restricted, defaults to free

    location_id?: string

    optional, location ID from the location provider used by server

    name: string

    name of the event

    start_time?: string

    start time of the event

    status?: string

    optional, description of the event