Create Google Calendar Event by using [HTTP request]

Hello , I want to create an event in the Google Calendar by using calendar API .In that the event is created but it doesn’t have a meeting link. I have set ConferenceData for google meet link. Please see below the json I have used for reference.

“{”“summary”“: ““Dummy Meeting””,”“location”“: ““Pune””,”“descriptio”“: ““A chance To hear more about Google””, ““sendUpdates””: ““all””,”“start”“:{”“dateTime”“:”“2022-02-16T10:00:00.000-04:00"” },““end””:{““dateTime””:““2022-02-16T11:00:00.000-04:00"” },”“sendNotifications”“: ““true””,”“sendInvites”“: ““true"“,”“guests”“:”"abcd@gmail.com””,”“attendees”“:[{”“email”“: ““abcde@gmail.com””}],”“conferenceData”“: {”“createRequest”“: {”“requestId”“: ““sample123"”,”“conferenceSolutionKey””: {““type””:““hangoutsMeet””} } }}"

Hi @Shital_Dumbre

we can also try with below method by deserializing the json and getting the specific values and passing through the below activity!

Regards

1 Like