Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php zoom api start_time issue

$tempDate = new DateTime($startTime);
$query = [
            'start_time' => $tempDate->format('Y-m-dTH:i:s'),
            'topic' => $topic,
            'duration' => $duration,
            'password' => $password,
            'type' => 2,
        ];

//This is to create a basic scheduled meeting.
//$startTime = input dateTime-local value
 
PREVIOUS NEXT
Tagged: #php #zoom #api #issue
ADD COMMENT
Topic
Name
7+8 =