bigblue
04/23/2025, 8:35 PMVapi Support Bot
04/23/2025, 8:36 PM### Current Date and Time
Current date: {{ "now" | date: "%B %d, %Y", "America/New_York"}}
Current time: {{ "now" | date: "%I:%M %p", "America/New_York"}}
Day of week: {{ "now" | date: "%A", "America/New_York"}}
Replace "America/New_York" with your actual timezone to ensure the Google Calendar tool uses the correct date and time.
Sources:
- [Discord discussion about date/time issues](https://discord.com/channels/1211482211119796234/1325196797102260304)
- [Discord discussion about dynamic variables](https://discord.com/channels/1211482211119796234/1341859467884498976)bigblue
04/23/2025, 8:52 PMbigblue
04/23/2025, 9:00 PMVapi Support Bot
04/23/2025, 9:02 PMjson
{
"attendees": [
{"email": "prospect@example.com", "name": "Prospect Name"}
],
"sendNotifications": true
}
This tells Google Calendar to send an invitation email to the external attendee.
Source:
- [Discord discussion about function call parameters](https://discord.com/channels/1211482211119796234/1336345690393149452)bigblue
04/23/2025, 9:21 PMVapi Support Bot
04/23/2025, 9:22 PMbigblue
04/23/2025, 9:23 PMVapi Support Bot
04/23/2025, 9:25 PMShubham Bajaj
04/24/2025, 12:56 PM