Description Usage Arguments Examples
Post to the /users/user_id/meetings endpoint.
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"
)
|
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 |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.