createMeeting: Create a new meeting.

Description Usage Arguments Examples

View source: R/functions.R

Description

Post to the /users/user_id/meetings endpoint.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
createMeeting(
  topic,
  start_time,
  duration = 60,
  type = 2,
  pre_schedule = FALSE,
  timezone = "America/New_York",
  settings = list(),
  template_id = "",
  user_id = "me",
  token_cache = "~/.zoom_token_cache"
)

Arguments

topic

Topic/title of meeting.

start_time

Starting time of meeting. For example, "2021-08-19T17:10:00".

duration

Duration of meeting in minutes. Defaults to 60.

type

Type of meeting. Defaults to 2.

pre_schedule

Pre-schedule meeting? Defaults to FALSE.

timezone

Time zone to schedule meeting. Defaults to "America/New_York".

settings

An optional named list of settings.

template_id

Template ID for creating meeting. Defaults to "".

user_id

Specify user ID to create a meeting for. Defaults to "me".

token_cache

Path to token cache

Examples

1

willschulz/zoomAPI documentation built on Dec. 23, 2021, 5:14 p.m.