[Solved ✅] Google Calendar
Hi, any update on google calendar free slots?
Invalid request data provided\n- Value error, Invalid date string format: 2024-10-25T11:00:00+00:00Z. Expected formats example:
UTC-5:30, 6:50 PM
, UTC+1, 11:59 PM, 31 Dec
, UTC-3:45, 7:15 AM, 22 Aug 2020
on parameter time_min
i try use other formats, but i get other error, follow bellow
Invalid request data provided\n- Value error, Unable to parse time. Please provide a valid time string. on parameter time_min
13 Replies
wise-whiteOP•4mo ago
could be a bug?
optimistic-gold•4mo ago
can you share the code snippet of what you're trying?
ambitious-aqua•4mo ago
hey @brenosilverio please share the piece of code where youre accessing composio api
i could also hop on a call to code with you
wise-whiteOP•4mo ago
print(f"start_time: {start_time} end_time: {end_time}")
payload = {
"appName": "googlecalendar",
"connectedAccountId": "ebe37c10-ae3a-4b31-97d0-1b63c6699885",
"input": {
"time_min": start_time,
"time_max": end_time,
"timezone": "UTC-3",
"group_expansion_max": 100,
"calendar_expansion_max": 50,
"items": ["primary"]
}
}
log; start_time: 2024-10-25T11:00:00.000Z end_time: 2024-11-01T21:00:00.000Z
error: error': 'Invalid request data provided\n- Value error, Invalid date string format: 2024-10-25T11:00:00+00:00Z.
if remove params time_min and max, work
but i send this parameter, doesn't work
ambitious-aqua•4mo ago
is it okay if we hop on call?
wise-whiteOP•4mo ago
yes, one moment, i call to you
@卂卩乇乂_爪ㄖ几卂尺匚卄 lets go?
ambitious-aqua•4mo ago
sure
@brenosilverio im waiting in the debug channel
@brenosilverio i understood what the issue is, getting ive fixed it, it should be live in some time
harsh-harlequin•4mo ago
Is it working for you @brenosilverio 😄 ??
wise-whiteOP•4mo ago
yes, now working
thanks
ambitious-aqua•4mo ago
hey @brenosilverio you recently faced an issue with an action, can please tell me which action was it?
wise-whiteOP•4mo ago
Hi @Devanshu , was action GOOGLECALENDAR_FIND_FREE_SLOTS, because format date
optimistic-gold•4mo ago
Is it working for you now? Happy to help if you're stuck!
wise-whiteOP•4mo ago
yes, thanks