Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,71 @@ def sticky_menu():
|
|
68 |
""",
|
69 |
unsafe_allow_html=True
|
70 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
# Define product to scope mapping, links, AI capabilities, and Graph solutions
|
73 |
PRODUCT_SCOPES = {
|
74 |
"π
Teams": {
|
|
|
68 |
""",
|
69 |
unsafe_allow_html=True
|
70 |
)
|
71 |
+
|
72 |
+
def TopCalendarSchedulingAPI():
|
73 |
+
st.markdown('''
|
74 |
+
|
75 |
+
1. π§ Outlook
|
76 |
+
- AI Capabilities:
|
77 |
+
1. Copilot for enhanced email writing, smart scheduling, and meeting suggestions.
|
78 |
+
2. Calendar conflict resolution using AI to recommend optimal meeting times.
|
79 |
+
3. Natural language understanding for scheduling requests (e.g., "Set up a meeting next Tuesday with John at 2 PM").
|
80 |
+
4. Email prioritization based on importance and urgency.
|
81 |
+
2. Graph API:
|
82 |
+
- Mail: Send and receive emails, access inboxes, categorize emails, and create mail folders.
|
83 |
+
- Calendar: Manage events, availability, calendar sharing, and free/busy lookup.
|
84 |
+
- Contacts: Create, read, and update personal contacts.
|
85 |
+
- Events: Handle meetings, invitations, and RSVPs.
|
86 |
+
- Cross-Platform Support: Integrated with Gmail, Live, Outlook, and other calendar services for unified scheduling.
|
87 |
|
88 |
+
3. π
Teams
|
89 |
+
- AI Capabilities:
|
90 |
+
1. Copilot for automated meeting summaries, real-time transcription, and action item extraction.
|
91 |
+
2. AI-based chat and message responses, and scheduling suggestions within Teams.
|
92 |
+
3. AI-powered meeting assistant to handle tasks such as follow-ups and task delegation.
|
93 |
+
- Graph API:
|
94 |
+
1. Meetings: Create, update, or delete online meetings and integrate with personal calendars.
|
95 |
+
2. Chats & Channels: Manage messaging, retrieve conversation history, and organize teams.
|
96 |
+
3. Presence: Detect user availability status for scheduling purposes.
|
97 |
+
4. Cross-Platform Support: Scheduling sync with Outlook, Google Calendar, and third-party meeting platforms like Zoom.
|
98 |
+
5. Graph API integration works for any client, anywhere.
|
99 |
+
4. π
Microsoft Bookings
|
100 |
+
- AI Capabilities:
|
101 |
+
1. Automated appointment scheduling and reminders with AI-driven optimizations for customer time slots.
|
102 |
+
2. Service recommendations based on customer preferences and history.
|
103 |
+
3. AI-generated customer communications, such as reminder emails and follow-up suggestions.
|
104 |
+
- Graph API:
|
105 |
+
1. Booking Calendar: Create, manage, and update booking calendars for services, clients, and appointments.
|
106 |
+
2. Appointment Details: Access details like services booked, customer information, and appointment durations.
|
107 |
+
3. Cross-Platform Support: Syncs with calendars across Google, Outlook, and other major email and calendar providers.
|
108 |
+
5. π To Do & Planner
|
109 |
+
- AI Capabilities:
|
110 |
+
1. Task prioritization based on deadlines, importance, and workload distribution.
|
111 |
+
2. AI-based suggestions for task delegation and due dates.
|
112 |
+
3. Smart reminders for task completion with follow-up suggestions.
|
113 |
+
- Graph API:
|
114 |
+
1. Task Management: Create, read, and update tasks, task lists, and priorities.
|
115 |
+
2. Synchronization: Sync tasks across usersβ devices and with calendar events.
|
116 |
+
3. Cross-Platform Support: Integrated with Outlook, Teams, and other task management systems like Trello and Asana.
|
117 |
+
6. ποΈ OneDrive
|
118 |
+
- AI Capabilities:
|
119 |
+
1. Intelligent file organization, including automatically linking documents (e.g., meeting notes, agenda) to calendar events.
|
120 |
+
2. AI-driven search and document retrieval based on calendar or appointment context.
|
121 |
+
- Graph API:
|
122 |
+
1. File & Folder Management: Access files, folders, and metadata linked to meeting invites or appointment details.
|
123 |
+
2. Cross-Platform Support: Sync and share files across Gmail, Outlook, and third-party cloud storage services (Google Drive, Dropbox).
|
124 |
+
7. π Azure OpenAI Service (via M365 Integration)
|
125 |
+
- AI Capabilities:
|
126 |
+
1. Advanced natural language understanding for automated customer queries, scheduling, and availability checks.
|
127 |
+
2. Integration with GPT models to handle appointment scheduling and task management with conversational AI.
|
128 |
+
- Graph API:
|
129 |
+
1. Custom AI Models: Build intelligent bots that assist with scheduling, booking appointments, or managing customer communications.
|
130 |
+
2, Cross-Platform Support: Custom AI models can work across platforms like Google Calendar, Outlook, and third-party scheduling systems.
|
131 |
+
|
132 |
+
|
133 |
+
''')
|
134 |
+
|
135 |
+
|
136 |
# Define product to scope mapping, links, AI capabilities, and Graph solutions
|
137 |
PRODUCT_SCOPES = {
|
138 |
"π
Teams": {
|