Skip to content

A silly Terraform provider that lets you book your Outlook meetings.

Notifications You must be signed in to change notification settings

LeMikaelF/meetings-as-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meetings as Code

This is a small Terraform provider that can be used to create, update, and delete Outlook calendar events. I wrote it as an April's Fool joke, so you shouldn't use it for anything serious.

Usage:

# Register a Microsoft application and export the app's clientId as an env variable.
# See https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app
export MICROSOFT_APP_CLIENT_ID="something..."

make
export GRAPH_API_TOKEN=$(make auth) # follow the instructions in the console to authenticate

cd terraform
terraform init
terraform apply

About

A silly Terraform provider that lets you book your Outlook meetings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages