List available times on Google Calendar

:us: I would like to know how I can list the free time slots on Google Calendar, as the Free/Busy module only shows the busy times.

Thank you.


Gostaria de saber como faço para listar os horários livres no Google Calendar, pois o modulo Free/Busy traz somente os ocupados.

Obrigado

Welcome to the Make community!

Basically those times outside of busy times are free. Makes sense?

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.

Yes, but I need to list free times between certain intervals, for example Monday to Friday from 08:00 to 12:00 and from 13:30 to 18:00.
The idea is to show these free times in a WhatsApp automation, so that when the person asks what free times they have for today or a specific day, a list of free times for the requested day is returned.

Please provide an example output from the “Free/Busy module”.

Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.

A. Upload as Text File

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

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 even if they do not use the external service.

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.

[
    {
        "kind": "calendar#freeBusy",
        "timeMin": "2024-10-15T11:00:00.000Z",
        "timeMax": "2024-10-15T21:00:00.000Z",
        "calendars": {
            "sandroschimaia1@gmail.com": {
                "busy": []
            }
        }
    }
]