O365 / python-o365

A simple python library to interact with Microsoft Graph and Office 365 API
Apache License 2.0
1.65k stars 419 forks source link

Add web_link property to Calendar #1055

Closed Invincibear closed 7 months ago

Invincibear commented 7 months ago

Adds webLink property from Event spec: https://learn.microsoft.com/en-us/graph/api/resources/event?view=graph-rest-1.0

Invincibear commented 7 months ago

I can confirm that this works, copy/pasted from my own modification to O365 used by my app until this PR is approved

alejcas commented 7 months ago

thanks!