Telegram message to Google calendar event

Im setting up the scenario “Google Calendar events from new Telegram messages” for my project for local students and face an error

Validation failed for 2 parameter(s).
- Missing value of required parameter 'summary'.
- Missing value of required parameter 'start'

Could please suggest how to fix it?

Hi @arturpro333

Make sure you have mapped values to these parameters and these details are also received from telegram.
If you can share the blueprint we could further assist you.

1 Like

Hello, thank you very much for the reply. As far as I see the problem is that the text I input on the first step is formatted incorrectly and Calendar module doesn’t “see” values (events summary and date). But I cant find any guidance on how texts should be wrote
Here is the blueprint, will be glad for help!
blueprint.json (13.0 KB)

Welcome to the Make community!

Are you sure “Channel post: Text” variable has a value? You can try setting a default value using the ifempty function, but this is only a temporary fix.

Could you provide the output bundle of the trigger module?

Please provide the output bundles of each of the relevant modules by running the scenario (you can also get this without re-running your scenario from the History tab).

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

A. Upload as a Text File

Save each bundle contents in a plain text editor (without formatting) as a bundle.txt file.

You can upload the file here by clicking on this button:

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved.

This will allow others to better assist you. Thanks!

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.