Skip to main content

Update a meeting setting

PUT 

/v2/meetings/settings/:id

Updates a meeting setting, by ID only.

Request

Path Parameters

    id stringrequired

    MeetingSetting ID

Body

required
    primary_calendar_id string

    ID of the primary calendar

    primary_calendar_name string

    Display name of the primary calendar

    calendar_type string

    Calendar type

    title string

    Default title of the meeting

    description string

    Default description of the meeting

    location string

    Default location of the meeting

    default_meeting_length integer

    Default meeting length in minutes set by the user

    buffer_time_duration integer

    Default buffer duration in minutes set by a user

    times_available object

    Times available set by a user that can be used to book meetings

    schedule_buffer_enabled boolean

    Determines if meetings are scheduled with a 15 minute buffer between them

    availability_limit_enabled boolean

    If Availability Limits have been turned on

    availability_limit integer

    The number of days out the user allows a prospect to schedule a meeting

    schedule_delay integer

    The number of hours in advance a user requires someone to a book a meeting with them

    allow_booking_on_behalf boolean

    Allow other team members to schedule on you behalf.

    allow_booking_overtime boolean

    Allow team members to insert available time outside your working hours.

    allow_event_overlap boolean

    Allow team members to double book events on your calendar.

    share_event_detail boolean

    Allow team members to see the details of events on your calendar.

    enable_dynamic_location boolean

    Determines if location will be filled via third-party service (Zoom, GoToMeeting, etc.)

    enable_calendar_sync boolean

    Determines if a user enabled Calendar Sync feature

    time_zone string

    Time zone for current calendar

    primary_calendar_connection_failed boolean

    Determines if the user lost calendar connection

    reschedule_meetings_enabled boolean

    Determines if a user enabled reschedule meetings feature

Responses

Success

Schema
    id integer

    ID of the MeetingSetting

    user object

    Salesloft User record

    id string
    _href string
    user_slug string

    User slug generated with a full name of the user

    primary_calendar_id string

    ID of the primary calendar

    primary_calendar_name string

    Display name of the primary calendar

    email_address string

    Calendar owner's email address

    user_details object

    User details

    calendar_type string

    Calendar type

    title string

    Default title of the meeting

    description string

    Default description of the meeting

    location string

    Default location of the meeting

    default_meeting_length integer

    Default meeting length in minutes set by the user

    availability_limit_enabled boolean

    If Availability Limits have been turned on

    availability_limit integer

    The number of days out the user allows a prospect to schedule a meeting

    schedule_delay integer

    The number of hours in advance a user requires someone to a book a meeting with them

    buffer_time_duration integer

    Default buffer duration in minutes set by a user

    schedule_buffer_enabled boolean

    Determines if meetings are scheduled with a 15 minute buffer between them

    times_available object

    Times available set by a user that can be used to book meetings

    allow_booking_on_behalf boolean

    Allow other team members to schedule on you behalf.

    allow_booking_overtime boolean

    Allow team members to insert available time outside your working hours.

    allow_event_overlap boolean

    Allow team members to double book events on your calendar.

    share_event_detail boolean

    Allow team members to see the details of events on your calendar.

    enable_dynamic_location boolean

    Determines if location will be filled via third-party service (Zoom, GoToMeeting, etc.)

    created_at date-time

    Datetime of when the MeetingSetting was created

    updated_at date-time

    Datetime of when the MeetingSetting was last updated

    time_zone string

    Time zone for current calendar

    primary_calendar_connection_failed boolean

    Gets true when any issue with fetching calendar occurs

    enable_calendar_sync boolean

    Determines if a user enabled Calendar Sync feature

    reschedule_meetings_enabled boolean

    Determines if a user enabled reschedule meetings feature

    active_meeting_url object
    url string

    Full url of the meeting

    created_at date-time

    Datetime of when MeetingUrl was created

    updated_at date-time

    Datetime of when MeetingUrl was last updated

Loading...