@rcrsr/rill-ext-outlook
v0.19.2
Published
rill extension for Microsoft Outlook (Microsoft Graph API) integration
Maintainers
Readme
@rcrsr/rill-ext-outlook
rill extension for Microsoft Outlook via the Graph API. Provides inbox, from, search, read, send, draft, reply, flag, events, today, free_busy, and create_event host functions.
Install
npm install @rcrsr/rill-ext-outlookQuick Start
rill-config.json
{
"main": "app.rill",
"extensions": {
"mounts": {
"mail": "@rcrsr/rill-ext-outlook"
},
"config": {
"mail": {
"auth": {
"type": "bearer",
"token": "${OUTLOOK_TOKEN}"
}
}
}
}
}app.rill
use<ext:mail> => $mail
$mail.inbox() => $result
$result.messages -> each { log }rill-runDocumentation
See full documentation for configuration, functions, error handling, and events.
License
MIT
