Using the Microsoft Graph API to retrieve Calendar and convert to Orgmode compatible plain text.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
275 B

  1. [msgraph-orgmode]
  2. client_id=
  3. # Machine, and Login are used to get the correct entry from ~/.authinfo.gpg
  4. machine=
  5. login=
  6. authority_url=https://login.microsoftonline.com/common
  7. resource=https://graph.microsoft.com
  8. api_version=1.0
  9. days_history=7
  10. days_future=30
  11. max_entries=200