post https://public-api.leexi.ai/v1/meeting_events
Example payload
{
"meeting_url": "https://meet.google.com/abc-defg-hij",
"start_time": "2024-06-13T11:00:00.000Z",
"end_time": "2024-06-13T11:30:00.000Z",
"owned": true,
"internal": true,
"to_record": true,
"organizer": "[email protected]",
"attendees": ["[email protected]", "[email protected]"],
"title": "Test title",
"description": "Test description"
}