How to get data from a Calendar Outook, and then write them in a specific order on excel

Hello,
I have a problem, and I’m not an uipath expert.

I have to get details from an Outlook Calender like:
Sender:
Location:
Date:
Start time:
End time:

and Optionally:
Possible text in the calendar body
Eventual attachment
Eventual any persons added to the meeting.

These details, I have to write them in an excel file to use them later.
The data should be entered in the respective cells.


I tried to get the data with scraping and get attribute, but it doesn’t work.

Can anyone help me please?
thanks
A

1 Like

kindly have a view on this component
https://go.uipath.com/component/outlook-calendar-activities

Cheers @AaronMark

Try installing this activity @AaronMark

UiPath.MicrosoftOffice365.Activities

I’m very inexperienced with UiPath and programming in general. I’m approaching this world now. I will take the time to read and understand how to use the instructions. I try.
Thanks to all…

Sorry, I heard that our mail works behind Exchange Server.

For now, I’ve found some data, with a ‘Get Exchange Mail Messages’
and then calling ‘item.From.ToString’, item.Subject.Contains (“% CALENDAR%”). ToString, item.Body.ToString.
However, I can’t find a way to get the calendar date and times.
Does anyone know how to do?

I ask you a little patience, because unfortunately I don’t know uipath…

sorry…

Have you tried these activities @AaronMark?