Search events in Google Calendar

Hello,

I am trying to get the subject of events in Google Calendar with UiPath.Gsuite.Activitis.

When I use SearchEvents activity to search for the events, it seems to be working as I get the result. (found 2 items in arraylist)
However, I set the output in message dialog, it says “Google.Apis.Calendar.v3.Data.Event”.

Does anyone know if there is a way to get the subject title for the each event?

Thank you!

hi,

Can you try the following?

  1. Get variable for ReturnEvents of SearchEvents Activity. (Let’s say arrEvent ) (I suppose you already have it)
  2. Then arrEvent(0).Summary will show title of first event.

Regards,

1 Like

@Kosuke,

Try like this, change the description or summary based on your need.

Thank you for the info! I can now see the title of the event following your steps.

Thanks!

1 Like

Thank you for your help. But I get an error if I input “evnt.Descriptino.ToString” in body to show the message.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.