how can i access to dates in google calendar ?
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Hi @imane_mottaqi,
Welcome to the community!
Could you expand on your question? In what way are you trying to access dates?
The Google Calendar Node has many options to access availability and event functionalities that are time-based: Google Calendar | n8n Docs
Is what you need outside of the scope of these?
i want to get the busy dates in my calendar, to suggest a 3 free times for a caller for example, meaning if the caller chooses a date x at time y, but this date is busy, i want to suggest to him another time available
While n8n doesn’t have a defined method to devise free times at the moment, there is the option to check a user’s calendar for their booked times.
Using the Googgle Calendar Node action “Get availability in a calendar”, you can query your own calendar for the times that are booked in a specific time slot, and then share this with your user, so they know the times that you’re busy.
From here you can create a conditional logic so that, if the user selects a busy time, an autamatic message is sent advising to choose a different time.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.