Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 475 Bytes

File metadata and controls

17 lines (12 loc) · 475 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let onlineMeetings = await client.api('/me/onlineMeetings')
	.filter('JoinWebUrl eq \'https://teams.microsoft.com/l/meetup-join/19:meeting_MGQ4MDQyNTEtNTQ2NS00YjQxLTlkM2EtZWVkODYxODYzMmY2@thread.v2/0?context={"Tid":"909c6581-5130-43e9-88f3-fcb3582cde37","Oid":"dc17674c-81d9-4adb-bfb2-8f6a442e4622"}\'')
	.get();