Problem updating an event with data in Google Contacts

i’m trying with Claude.ai to create something i thought would be an easy scenario but … no.

The aim of the script is to identify new events in Google Calendar. It checks the event title to see if it matches exactly a First Name + last name entry in Google Contacts, and if a postal address is also listed in Google Contacts, it adds that address to the event.
Waze would then have access to the calendar and automatically display the route for me.
But it isn’t working.

  1. Watch events : here i tried “Starting date” or “updating date” but it will search old events i don’t know why.

  1. Then the search contacts module : here i would like the name of the event should be exactly firstname+lastname of a google contact but it returns any matching data even if it’s in the note of a google contact card.

  1. Last part : update an event : this part is finally working (formatted value was the good one)

Could you help ? It’s my first post on the community ;-°

Welcome to the Make community!

We’d love to help, however, we require more information that demonstrates the problem to help us reproduce the scenario and any issues and errors. To allow others to assist you, please provide the following:

A. Scenario Blueprint

Providing your scenario will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return. This would benefit you in implementing our suggestions as you can view screenshots of the changes or paste corrected modules back into your scenario.

Expand Instructions ◀

A. Export Blueprint

In the scenario editor, click the three dots at the top-right, then select “Export blueprint”.

  • You can upload files and images to this forum by clicking on the upload button:

    Uploading an attachment here will look like this:
    blueprint.json (12.3 KB)

B. Create Public Share Link

In the scenario editor, click on the Share button:

Read more about the scenario sharing feature in the Help Centre.

B. Properly-formatted Output Bundles from a Scenario Run

Please provide the Output bundle of each of the relevant modules from the Scenario History, or by re-running the scenario.

Expand Instructions ◀

Click on the white speech bubbles on the top-right of each module and select “Download output (or input) bundles”.

A. Upload a Text File

Save each bundle contents in a plain text editor as a moduleNumber-output.txt file. Open the file to check if it has not added additional formatting or encoded the plain text.

  • You can upload files and images to this forum by clicking on the upload button:

    Uploading an attachment here will look like this:
    module1-input.txt (1.2 KB), module1-output.txt (3.4 KB)

B. Insert a Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the bundles AND format them correctly with the “Preformatted Text” (code) button in the rich-text editor. Otherwise the forum software will change the content, making them invalid!

:warning: Formatting IS Important! :warning:

Here are some ways to provide text content in a way that it won’t be modified by the forum.

  • Method 1: Type code fence manually
    Manually type three backticks ``` in a separate line before and after the content, like this,

    ```
    text goes here
    ```
    
  • Method 2: Highlight the pasted content, then click the preformatted text/code button

  • Method 3: Upload your file elsewhere and share the public link
    This method is only advised for large files exceeding the forum upload limit.

Providing the Output bundle will allow others to replicate what is going on, especially if there are complex data structures (like nested arrays and collections) and data from external services. This helps us with answering your question with valid examples, like mapping raw variable names (instead of the label/display name).


Sharing these details will make it easier for others to assist you, so that you can get better answers, faster.

@samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

Integration Google Calendar.blueprint.json (17.7 KB)

Here is the blueprint.

And module 1 output bundles where is the main problem, i mean that the scenario should work only for future dates and new events created.

module-1-output-bundles.json (1.2 KB)

i just add when to start :

Run at once find an event of 2022 !