Forum Discussion
AMonitorInTime
4 years agoNew Member
Unable to open a mailbox with Exchange.Contents
Hi, I have a very simple function = (Account as text) as table=>
let
Source = Exchange.Contents(""&Account&""),
Calendar1 = Source{[Name="Calendar"]}[Data]
in
Calendar1 ...
- 4 years ago
I hope this blog will be helpful: https://community.powerbi.com/t5/Community-Blog/Connecting-to-Shared-Calendar-in-Power-BI-Desktop-amp-Creating/ba-p/1293346
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Anonymous
4 years agoNot applicable
You can only query your own Outlook email. Can you imagine what IT do if you could muck around in someone else's email?!
--Nate
AMonitorInTime
4 years agoNew Member
Hi Nate, this would be nothing more than me going into outlook and manually adding someone's calendar.
Which is something you can currently do as long as their calendar has the permissions set to allow that.
I am not trying to edit calendars only view them in bulk, rather than having to do manual approach mentioned above.