nylas
    Preparing search index...

    Interface MeetingBuffer

    Interface for the meeting buffer object within an availability request.

    interface MeetingBuffer {
        after: number;
        before: number;
    }
    Index

    Properties

    Properties

    after: number

    The amount of buffer time in increments of 5 minutes to add after existing meetings. Defaults to 0.

    before: number

    The amount of buffer time in increments of 5 minutes to add before existing meetings. Defaults to 0.