Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ PRODUCT_SCOPES = {
|
|
| 83 |
'ai_capabilities': "π€π
Smart scheduling & reminders",
|
| 84 |
'graph_solution': "π
Calendar management API"
|
| 85 |
},
|
| 86 |
-
"π Tasks
|
| 87 |
'scopes': ['Tasks.ReadWrite'],
|
| 88 |
'link': 'https://to-do.office.com/tasks/',
|
| 89 |
'ai_capabilities': "π€π Task prioritization",
|
|
@@ -543,7 +543,7 @@ def main():
|
|
| 543 |
handle_outlook_integration(access_token)
|
| 544 |
elif product == "π
Calendar":
|
| 545 |
handle_calendar_integration(access_token)
|
| 546 |
-
elif product == "π Tasks
|
| 547 |
handle_tasks_integration(access_token)
|
| 548 |
elif product == "ποΈ OneDrive":
|
| 549 |
handle_onedrive_integration(access_token)
|
|
|
|
| 83 |
'ai_capabilities': "π€π
Smart scheduling & reminders",
|
| 84 |
'graph_solution': "π
Calendar management API"
|
| 85 |
},
|
| 86 |
+
"π Tasks": {
|
| 87 |
'scopes': ['Tasks.ReadWrite'],
|
| 88 |
'link': 'https://to-do.office.com/tasks/',
|
| 89 |
'ai_capabilities': "π€π Task prioritization",
|
|
|
|
| 543 |
handle_outlook_integration(access_token)
|
| 544 |
elif product == "π
Calendar":
|
| 545 |
handle_calendar_integration(access_token)
|
| 546 |
+
elif product == "π Tasks":
|
| 547 |
handle_tasks_integration(access_token)
|
| 548 |
elif product == "ποΈ OneDrive":
|
| 549 |
handle_onedrive_integration(access_token)
|