GSuite events As Variables

Hello Good afternoon, I have a small problem which is as follows.
I have 5 specific dates, which are Google Calendar events (GSuite events).
I need to set those dates as variables, in order to send them with UiPath to a client.
How can I do it? What do you recommend me to do?

What do your process looks like right now ?
Do you log in Google Calendar ? Can the process interact with the dates ?

As far as I can see, you could try the “Get text” activity on each of these dates and save them as 5 variables. They will be saved as strings so it could be reused easily later on.

If you need to manipulate them as Date type (either in .NET or C#), there are ways to convert them into Date variables instead of of String vars.