Why is UiPath GSuite activity "SearchEvents" returning null results when used as a library?
Issue Description
When the Search Events activity from the GSuite Calendar Activity package is used in a library and if that library is used within any project is not returning the expected results. However, when the same Activity is executed within the library built in the Studio, the execution returns the Expected results.
Root Cause
Clearing the default Search for events value and leaving the field empty is still storing the Default value "Meeting with UiPath" within the activity which is leading the library to search for the wrong event, i.e. "Meeting with UiPath" resulting in a null value.
Default String Value that Comes with the Activity:
Resolution
- Replace the empty Search for events field with an empty string. The "" will replace the default value stored in the Activity and return the expected results.
- Replace the String value with an Empty string