Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface CalendarMessage

    interface CalendarMessage {
        event_description?: string;
        event_end: Date;
        event_start: Date;
        event_title: string;
        fallback_url: string;
        title: string;
    }
    Index

    Properties

    event_description?: string

    Description of a calendar event.

    event_end: Date

    The timestamp defines end of a calendar event.

    event_start: Date

    The timestamp defines start of a calendar event.

    event_title: string

    Title of a calendar event.

    fallback_url: string

    The URL that is opened when the user cannot open a calendar event directly or channel does not have support for this type.

    title: string

    The title is shown close to the button that leads to open a user calendar.