Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from Gradio_UI import GradioUI
|
|
10 |
@tool
|
11 |
def add_event_to_calendar(event_name:str, start:str, end:str)-> str: # it's important to specify the return type
|
12 |
"""A tool that allows you to create events on google calendar.
|
13 |
-
Time should be represented in this format: 2015-05-28T09:00:00
|
14 |
Args:
|
15 |
event_name: The name of the event.
|
16 |
start: The start time of the event represented as a datetime str.
|
|
|
10 |
@tool
|
11 |
def add_event_to_calendar(event_name:str, start:str, end:str)-> str: # it's important to specify the return type
|
12 |
"""A tool that allows you to create events on google calendar.
|
13 |
+
Time should be represented in this format: 2015-05-28T09:00:00+utc. for now let utc be 01:00
|
14 |
Args:
|
15 |
event_name: The name of the event.
|
16 |
start: The start time of the event represented as a datetime str.
|