| description | Automatically generated file. DO NOT MODIFY |
|---|
const options = {
authProvider,
};
const client = Client.init(options);
const forward = {
ToRecipients: [
{
EmailAddress: {
Address: 'danas@contoso.com',
Name: 'Dana Swope'
}
}
],
Comment: 'Dana, hope you can make this meeting.'
};
await client.api('/me/events/{id}/forward')
.post(forward);