Handyman appointments system

Hello, I want to create a RPA system that allows customers to book appts and these appts will be automatically transferred or key onto the google calendar connected. But I am not sure how to start. I already have a google form done up for it and i know to connect the calendar on UiPath but im not sure how to ensure the appointment booking doesnt clash as well as the correct handyman is being booked/utilized. Can anyone help? thank you!

@rain_day

Welcome to the community

The idea would be like this…

  1. Your form is already there…so you can send an email with details of form or ao and read from UiPath…or save it to gsheet and read when needed or as per your bot wchedule

  2. Once you read you can use search events activity to search if any event is already created…and then if created can swnd email asking for cjange or so… if not create event

Cheers

hi! thank you for your response! but now im stuck at the “this app is blocked by google” page even though i have already allowed third party access. so my robot cant even find the google files then i want it to find and read

@rain_day

Where are you getting this error?

Cheers

@rain_day

Please check this on what all to be enabled

https://docs.uipath.com/activities/other/latest/productivity/about-google-gsuite-activities#set-up-applications-in-google-cloud

Cheers

hello ive already done all that

@rain_day

What authentication are you using?

And did you try checking on the required scope

Cheers

hi
i used the OAuthclientid scope and what do you mean by the required scope? and im not sure why i dont have the ‘service’ portion under input like in the link u sent
image

@rain_day

You can select services where you will have all urls like gdrive,gmail etc

Cheers

im confused, so i need to key in the url somewhere?

@rain_day

If you click on configure scope option on gsuite you would see that

Uploading: image.png…

https://docs.uipath.com/activities/other/latest/productivity/gsuite-application-scope

Cheers