Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -83,11 +83,11 @@ 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",
|
90 |
-
'graph_solution': "β
Task management
|
91 |
},
|
92 |
"ποΈ OneDrive": {
|
93 |
'scopes': ['Files.ReadWrite.All'],
|
@@ -107,12 +107,6 @@ PRODUCT_SCOPES = {
|
|
107 |
'ai_capabilities': "π€π¬ Meeting insights & summaries",
|
108 |
'graph_solution': "π₯ Teams & chats API"
|
109 |
},
|
110 |
-
"π To Do & Planner": {
|
111 |
-
'scopes': ['Tasks.ReadWrite'],
|
112 |
-
'link': 'https://todo.microsoft.com/',
|
113 |
-
'ai_capabilities': "π€π Smart task management",
|
114 |
-
'graph_solution': "β
Task & plan API"
|
115 |
-
},
|
116 |
"π Microsoft Bookings": {
|
117 |
'scopes': ['Bookings.Read.All', 'Bookings.ReadWrite.All'],
|
118 |
'link': 'https://outlook.office.com/bookings/',
|
|
|
83 |
'ai_capabilities': "π€π
Smart scheduling & reminders",
|
84 |
'graph_solution': "π
Calendar management API"
|
85 |
},
|
86 |
+
"π Tasks, To Do & Planner": {
|
87 |
'scopes': ['Tasks.ReadWrite'],
|
88 |
'link': 'https://to-do.office.com/tasks/',
|
89 |
'ai_capabilities': "π€π Task prioritization",
|
90 |
+
'graph_solution': "β
Task & plan management"
|
91 |
},
|
92 |
"ποΈ OneDrive": {
|
93 |
'scopes': ['Files.ReadWrite.All'],
|
|
|
107 |
'ai_capabilities': "π€π¬ Meeting insights & summaries",
|
108 |
'graph_solution': "π₯ Teams & chats API"
|
109 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
"π Microsoft Bookings": {
|
111 |
'scopes': ['Bookings.Read.All', 'Bookings.ReadWrite.All'],
|
112 |
'link': 'https://outlook.office.com/bookings/',
|