Spaces:
Running
Running
File size: 34,066 Bytes
83c469a 1757eaa 9186554 19f426a f7d5115 19f426a f7d5115 19f426a f7d5115 19f426a f7d5115 19f426a f7d5115 19f426a 83c469a 6dad19d dabd39e 83c469a f65736b 83c469a f7d5115 6dad19d f7d5115 6dad19d 7f0ee29 83c469a 76ee474 1757eaa 76ee474 83c469a 6f6612a 83c469a b78f540 83c469a b78f540 83c469a c79b894 83c469a c79b894 83c469a 2fa6238 1757eaa 83c469a cc1a7b6 83c469a 9186554 1757eaa cc1a7b6 7383cbc 83c469a 1757eaa 83c469a 1757eaa 83c469a 22d9cb7 83c469a 1757eaa dabd39e 1757eaa 2fa6238 1757eaa 86ccf08 50718e6 83c469a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 |
import os
import streamlit as st
import requests
import msal
from datetime import datetime, timedelta
import calendar
# Configuration
APPLICATION_ID_KEY = os.getenv('APPLICATION_ID_KEY')
CLIENT_SECRET_KEY = os.getenv('CLIENT_SECRET_KEY')
AUTHORITY_URL = 'https://login.microsoftonline.com/common'
REDIRECT_URI = 'https://huggingface.co/spaces/awacke1/MSGraphAPI'
# 1. Configuration
Site_Name = 'π Event π
Schedule and πAgenda πDashboard'
title="π Event π
Schedule and πAgenda πDashboard"
helpURL='https://huggingface.co/awacke1'
bugURL='https://huggingface.co/spaces/awacke1'
icons='π
'
#icons = Image.open("icons.ico")
st.set_page_config(
page_title=title,
page_icon=icons,
layout="wide",
#initial_sidebar_state="expanded",
initial_sidebar_state="auto",
menu_items={
'Get Help': helpURL,
'Report a bug': bugURL,
'About': title
}
)
# Sticky navigation menu
def sticky_menu():
st.markdown(
"""
<style>
.menu-bar {
position: -webkit-sticky;
position: sticky;
top: 0;
background-color: white;
z-index: 999;
padding: 10px;
border-bottom: 1px solid #f0f0f0;
}
.menu-bar a {
margin: 0 10px;
padding: 5px;
text-decoration: none;
color: #000;
}
.menu-bar a:hover {
background-color: #f0f0f0;
}
</style>
<div class="menu-bar">
<a href="#dashboard">1οΈβ£ Dashboard</a>
<a href="#landing-page">π Landing Page</a>
<a href="#upcoming-events">π
Upcoming Events</a>
<a href="#schedule">π Schedule</a>
<a href="#agenda">π Agenda</a>
<a href="#event-details">π Event Details</a>
<a href="#add-event">β Add Event</a>
<a href="#filter-by">π Filter By</a>
</div>
""",
unsafe_allow_html=True
)
def TopCalendarSchedulingAPI():
st.markdown('''
1. Graph API:
- Mail: Send and receive emails, access inboxes, categorize emails, and create mail folders.
- Calendar: Manage events, availability, calendar sharing, and free/busy lookup.
- Contacts: Create, read, and update personal contacts.
- Events: Handle meetings, invitations, and RSVPs.
- Cross-Platform Support: Integrated with Gmail, Live, Outlook, and other calendar services for unified scheduling.
2. π§ Outlook Cloud
- AI Capabilities:
1. Copilot for enhanced email writing, smart scheduling, and meeting suggestions.
2. Calendar conflict resolution using AI to recommend optimal meeting times.
3. Natural language understanding for scheduling requests (e.g., "Set up a meeting next Tuesday with John at 2 PM").
4. Email prioritization based on importance and urgency.
3. π
Teams Cloud
- AI Capabilities:
1. Copilot for automated meeting summaries, real-time transcription, and action item extraction.
2. AI-based chat and message responses, and scheduling suggestions within Teams.
3. AI-powered meeting assistant to handle tasks such as follow-ups and task delegation.
- Graph API:
1. Meetings: Create, update, or delete online meetings and integrate with personal calendars.
2. Chats & Channels: Manage messaging, retrieve conversation history, and organize teams.
3. Presence: Detect user availability status for scheduling purposes.
4. Cross-Platform Support: Scheduling sync with Outlook, Google Calendar, and third-party meeting platforms like Zoom.
5. Graph API integration works for any client, anywhere.
4. π
Microsoft Bookings Cloud
- AI Capabilities:
1. Automated appointment scheduling and reminders with AI-driven optimizations for customer time slots.
2. Service recommendations based on customer preferences and history.
3. AI-generated customer communications, such as reminder emails and follow-up suggestions.
- Graph API:
1. Booking Calendar: Create, manage, and update booking calendars for services, clients, and appointments.
2. Appointment Details: Access details like services booked, customer information, and appointment durations.
3. Cross-Platform Support: Syncs with calendars across Google, Outlook, and other major email and calendar providers.
5. π To Do & Planner Cloud
- AI Capabilities:
1. Task prioritization based on deadlines, importance, and workload distribution.
2. AI-based suggestions for task delegation and due dates.
3. Smart reminders for task completion with follow-up suggestions.
- Graph API:
1. Task Management: Create, read, and update tasks, task lists, and priorities.
2. Synchronization: Sync tasks across usersβ devices and with calendar events.
3. Cross-Platform Support: Integrated with Outlook, Teams, and other task management systems like Trello and Asana.
6. ποΈ OneDrive Cloud
- AI Capabilities:
1. Intelligent file organization, including automatically linking documents (e.g., meeting notes, agenda) to calendar events.
2. AI-driven search and document retrieval based on calendar or appointment context.
- Graph API:
1. File & Folder Management: Access files, folders, and metadata linked to meeting invites or appointment details.
2. Cross-Platform Support: Sync and share files across Gmail, Outlook, and third-party cloud storage services (Google Drive, Dropbox).
7. π Azure OpenAI Service (via M365 Integration)
- AI Capabilities:
1. Advanced natural language understanding for automated customer queries, scheduling, and availability checks.
2. Integration with GPT models to handle appointment scheduling and task management with conversational AI.
- Graph API:
1. Custom AI Models: Build intelligent bots that assist with scheduling, booking appointments, or managing customer communications.
2, Cross-Platform Support: Custom AI models can work across platforms like Google Calendar, Outlook, and third-party scheduling systems.
''')
# Define product to scope mapping, links, AI capabilities, and Graph solutions
PRODUCT_SCOPES = {
"π
Calendar": {
'scopes': ['Calendars.ReadWrite'],
'link': 'https://outlook.office.com/calendar/',
'ai_capabilities': "π€π
Smart scheduling & reminders",
'graph_solution': "π
Calendar management API"
},
"π§ Outlook": {
'scopes': ['Mail.Read', 'Mail.Send'],
'link': 'https://outlook.office.com/mail/',
'ai_capabilities': "π€βοΈ Smart email & scheduling",
'graph_solution': "π¨π
Mail, calendar & contacts API"
},
"π Tasks": {
'scopes': ['Tasks.ReadWrite'],
'link': 'https://to-do.office.com/tasks/',
'ai_capabilities': "π€π Task prioritization",
'graph_solution': "β
Task & plan management"
},
"ποΈ OneDrive": {
'scopes': ['Files.ReadWrite.All'],
'link': 'https://onedrive.live.com/',
'ai_capabilities': "π€π Smart file organization",
'graph_solution': "π File & folder API"
},
"π Azure OpenAI Service": {
'scopes': ['AzureAIServices.ReadWrite.All'],
'link': 'https://azure.microsoft.com/products/cognitive-services/openai-service/',
'ai_capabilities': "π€π§ Custom AI model access",
'graph_solution': "π AI model integration API"
},
"π Loop": {
'scopes': ['Files.ReadWrite.All'],
'link': 'https://loop.microsoft.com/',
'ai_capabilities': "π€π Real-time collaboration AI",
'graph_solution': "π Workspace API"
},
"π§ Copilot": {
'scopes': ['Cognitive.Read'],
'link': 'https://www.microsoft.com/microsoft-365/copilot',
'ai_capabilities': "π€π Cross-app AI assistance",
'graph_solution': "π§ AI integration API"
},
"π Microsoft Bookings": {
'scopes': ['Bookings.Read.All', 'Bookings.ReadWrite.All'],
'link': 'https://outlook.office.com/bookings/',
'ai_capabilities': "π€π
Smart scheduling",
'graph_solution': "π Booking services API"
},
"π£οΈ Translator": {
'scopes': ['Translation.Read'],
'link': 'https://www.microsoft.com/translator/',
'ai_capabilities': "π€π Real-time translation",
'graph_solution': "π¨οΈ Translation services API"
},
"π
Teams": {
'scopes': ['Team.ReadBasic.All', 'Channel.ReadBasic.All'],
'link': 'https://teams.microsoft.com/',
'ai_capabilities': "π€π¬ Meeting insights & summaries",
'graph_solution': "π₯ Teams & chats API"
},
"π¬ Viva": {
'scopes': ['Analytics.Read'],
'link': 'https://www.microsoft.com/microsoft-viva',
'ai_capabilities': "π€π Personalized insights",
'graph_solution': "π Analytics & learning API"
},
"π Word": {
'scopes': ['Files.ReadWrite.All'],
'link': 'https://www.office.com/launch/word',
'ai_capabilities': "π€βοΈ Smart drafting & editing",
'graph_solution': "π Document content API"
},
"π Excel": {
'scopes': ['Files.ReadWrite.All'],
'link': 'https://www.office.com/launch/excel',
'ai_capabilities': "π€π Data analysis & insights",
'graph_solution': "π Workbook & chart API"
},
"π‘ PowerPoint": {
'scopes': ['Files.ReadWrite.All'],
'link': 'https://www.office.com/launch/powerpoint',
'ai_capabilities': "π€π¨ Design & coaching AI",
'graph_solution': "π Presentation API"
},
"ποΈ SharePoint": {
'scopes': ['Sites.Read.All', 'Sites.ReadWrite.All'],
'link': 'https://www.microsoft.com/microsoft-365/sharepoint/collaboration',
'ai_capabilities': "π€π Smart search & tagging",
'graph_solution': "π Sites & lists API"
},
"π OneNote": {
'scopes': ['Notes.Read', 'Notes.Create'],
'link': 'https://www.onenote.com/notebooks',
'ai_capabilities': "π€π Content suggestion & OCR",
'graph_solution': "π Notebook & page API"
},
"π Power Platform": {
'scopes': ['Flow.Read.All'],
'link': 'https://powerplatform.microsoft.com/',
'ai_capabilities': "π€βοΈ AI-powered automation",
'graph_solution': "π§ Workflow & app API"
},
}
BASE_SCOPES = ['User.Read']
def get_msal_app():
return msal.ConfidentialClientApplication(
client_id=APPLICATION_ID_KEY,
client_credential=CLIENT_SECRET_KEY,
authority=AUTHORITY_URL
)
def get_access_token(code):
client_instance = get_msal_app()
try:
result = client_instance.acquire_token_by_authorization_code(
code=code,
scopes=st.session_state.get('request_scopes', BASE_SCOPES),
redirect_uri=REDIRECT_URI
)
if 'access_token' in result:
return result['access_token']
else:
raise Exception(f"Error acquiring token: {result.get('error_description')}")
except Exception as e:
st.error(f"Exception in get_access_token: {str(e)}")
raise
def make_api_call(access_token, endpoint, method='GET', data=None):
headers = {'Authorization': f'Bearer {access_token}', 'Content-Type': 'application/json'}
url = f'https://graph.microsoft.com/v1.0/{endpoint}'
if method == 'GET':
response = requests.get(url, headers=headers)
elif method == 'POST':
response = requests.post(url, headers=headers, json=data)
else:
raise ValueError(f"Unsupported method: {method}")
if response.status_code in [200, 201]:
return response.json()
else:
st.error(f"API call failed: {response.status_code} - {response.text}")
return None
def handle_outlook_integration(access_token):
st.subheader("π§ Outlook Integration")
st.markdown(f"[Open Outlook]({PRODUCT_SCOPES['π§ Outlook']['link']})")
# Read emails
emails = make_api_call(access_token, 'me/messages?$top=10&$orderby=receivedDateTime desc')
if emails and 'value' in emails:
for email in emails['value']:
with st.expander(f"From: {email['from']['emailAddress']['name']} - Subject: {email['subject']}"):
st.write(f"Received: {email['receivedDateTime']}")
st.write(f"Body: {email['bodyPreview']}")
else:
st.write("No emails found or unable to fetch emails.")
# Create (Send) email
st.write("Send a new email:")
recipient = st.text_input("Recipient Email")
subject = st.text_input("Subject")
body = st.text_area("Body")
if st.button("Send Email"):
new_email = {
"message": {
"subject": subject,
"body": {
"contentType": "Text",
"content": body
},
"toRecipients": [
{
"emailAddress": {
"address": recipient
}
}
]
}
}
result = make_api_call(access_token, 'me/sendMail', method='POST', data=new_email)
if result is None: # sendMail doesn't return content on success
st.success("Email sent successfully!")
else:
st.error("Failed to send email.")
# Update email (mark as read)
st.write("Mark an email as read:")
email_id = st.text_input("Enter Email ID")
if st.button("Mark as Read"):
update_data = {
"isRead": True
}
result = make_api_call(access_token, f'me/messages/{email_id}', method='PATCH', data=update_data)
if result is None: # PATCH doesn't return content on success
st.success("Email marked as read!")
else:
st.error("Failed to mark email as read.")
# Delete email
st.write("Delete an email:")
email_id = st.text_input("Enter Email ID to delete")
if st.button("Delete Email"):
result = make_api_call(access_token, f'me/messages/{email_id}', method='DELETE')
if result is None: # DELETE doesn't return content on success
st.success("Email deleted successfully!")
else:
st.error("Failed to delete email.")
def handle_calendar_integration(access_token):
st.subheader("π
Calendar Integration")
st.markdown(f"[Open Calendar]({PRODUCT_SCOPES['π
Calendar']['link']})")
# Get the current month's start and end dates
now = datetime.now()
start_of_month = now.replace(day=1, hour=0, minute=0, second=0, microsecond=0)
end_of_month = start_of_month.replace(month=start_of_month.month % 12 + 1, day=1) - timedelta(days=1)
events = make_api_call(access_token, f"me/calendarView?startDateTime={start_of_month.isoformat()}&endDateTime={end_of_month.isoformat()}&$orderby=start/dateTime")
if events and 'value' in events:
# Create a calendar view
cal = calendar.monthcalendar(now.year, now.month)
st.write(f"Calendar for {now.strftime('%B %Y')}")
# Create a placeholder for each day
day_placeholders = {}
for week in cal:
cols = st.columns(7)
for i, day in enumerate(week):
if day != 0:
day_placeholders[day] = cols[i].empty()
day_placeholders[day].write(f"**{day}**")
# Populate the calendar with events
for event in events['value']:
start_date = datetime.fromisoformat(event['start']['dateTime'][:-1]) # Remove 'Z' from the end
day = start_date.day
if day in day_placeholders:
day_placeholders[day].write(f"{start_date.strftime('%H:%M')} - {event['subject']}")
else:
st.write("No events found or unable to fetch events.")
# Anchor for Add Event
st.markdown("<a id='add-event'></a>", unsafe_allow_html=True)
# Create event β Add Event
st.write("β Add New Event:")
event_subject = st.text_input("Event Subject")
event_date = st.date_input("Event Date")
event_time = st.time_input("Event Time")
if st.button("β Add Event"):
event_start = datetime.combine(event_date, event_time)
event_end = event_start + timedelta(hours=1)
new_event = {
"subject": event_subject,
"start": {
"dateTime": event_start.isoformat(),
"timeZone": "UTC"
},
"end": {
"dateTime": event_end.isoformat(),
"timeZone": "UTC"
}
}
result = make_api_call(access_token, 'me/events', method='POST', data=new_event)
if result:
st.success("Event added successfully!")
else:
st.error("Failed to add event.")
# Update event
st.write("Update an event:")
event_id = st.text_input("Enter Event ID")
new_subject = st.text_input("New Subject")
if st.button("Update Event"):
update_data = {
"subject": new_subject
}
result = make_api_call(access_token, f'me/events/{event_id}', method='PATCH', data=update_data)
if result is None: # PATCH doesn't return content on success
st.success("Event updated successfully!")
else:
st.error("Failed to update event.")
# Delete event
st.write("Delete an event:")
event_id_to_delete = st.text_input("Enter Event ID to delete")
if st.button("Delete Event"):
result = make_api_call(access_token, f'me/events/{event_id_to_delete}', method='DELETE')
if result is None: # DELETE doesn't return content on success
st.success("Event deleted successfully!")
else:
st.error("Failed to delete event.")
def handle_tasks_integration(access_token):
st.subheader("π Tasks Integration")
st.markdown(f"[Open Tasks]({PRODUCT_SCOPES['π Tasks']['link']})")
# Read tasks
tasks = make_api_call(access_token, 'me/todo/lists')
if tasks and 'value' in tasks:
default_list = next((list for list in tasks['value'] if list['wellknownListName'] == 'defaultList'), None)
if default_list:
tasks = make_api_call(access_token, f"me/todo/lists/{default_list['id']}/tasks")
if tasks and 'value' in tasks:
# Convert task data into a format suitable for a dataframe
task_data = [
{"Task": task['title'], "Status": "Completed" if task['status'] == 'completed' else "Not Completed"}
for task in tasks['value']
]
# Create a dataframe from the task data
import pandas as pd
df = pd.DataFrame(task_data)
# Add a search box for filtering tasks
search_query = st.text_input("π Search Tasks", "")
if search_query:
df = df[df['Task'].str.contains(search_query, case=False, na=False)]
# Display the dataframe with filtered tasks
st.dataframe(df)
st.write("---")
else:
st.write("No tasks found or unable to fetch tasks.")
else:
st.write("Default task list not found.")
else:
st.write("Unable to fetch task lists.")
# Create task
st.write("Add a new task:")
task_title = st.text_input("Task Title")
if st.button("Add Task"):
new_task = {
"title": task_title
}
result = make_api_call(access_token, f"me/todo/lists/{default_list['id']}/tasks", method='POST', data=new_task)
if result:
st.success("Task added successfully!")
else:
st.error("Failed to add task.")
# Update task
st.write("Update a task:")
task_id = st.text_input("Enter Task ID")
new_title = st.text_input("New Title")
if st.button("Update Task"):
update_data = {
"title": new_title
}
result = make_api_call(access_token, f"me/todo/lists/{default_list['id']}/tasks/{task_id}", method='PATCH', data=update_data)
if result is None: # PATCH doesn't return content on success
st.success("Task updated successfully!")
else:
st.error("Failed to update task.")
# Delete task
st.write("Delete a task:")
task_id_to_delete = st.text_input("Enter Task ID to delete")
if st.button("Delete Task"):
result = make_api_call(access_token, f"me/todo/lists/{default_list['id']}/tasks/{task_id_to_delete}", method='DELETE')
if result is None: # DELETE doesn't return content on success
st.success("Task deleted successfully!")
else:
st.error("Failed to delete task.")
def handle_tasks_integration_old(access_token):
st.subheader("π Tasks Integration")
st.markdown(f"[Open Tasks]({PRODUCT_SCOPES['π Tasks']['link']})")
# Read tasks
tasks = make_api_call(access_token, 'me/todo/lists')
if tasks and 'value' in tasks:
default_list = next((list for list in tasks['value'] if list['wellknownListName'] == 'defaultList'), None)
if default_list:
tasks = make_api_call(access_token, f"me/todo/lists/{default_list['id']}/tasks")
if tasks and 'value' in tasks:
for task in tasks['value']:
st.write(f"Task: {task['title']}")
st.write(f"Status: {'Completed' if task['status'] == 'completed' else 'Not Completed'}")
st.write("---")
else:
st.write("No tasks found or unable to fetch tasks.")
else:
st.write("Default task list not found.")
else:
st.write("Unable to fetch task lists.")
# Create task
st.write("Add a new task:")
task_title = st.text_input("Task Title")
if st.button("Add Task"):
new_task = {
"title": task_title
}
result = make_api_call(access_token, f"me/todo/lists/{default_list['id']}/tasks", method='POST', data=new_task)
if result:
st.success("Task added successfully!")
else:
st.error("Failed to add task.")
# Update task
st.write("Update a task:")
task_id = st.text_input("Enter Task ID")
new_title = st.text_input("New Title")
if st.button("Update Task"):
update_data = {
"title": new_title
}
result = make_api_call(access_token, f"me/todo/lists/{default_list['id']}/tasks/{task_id}", method='PATCH', data=update_data)
if result is None: # PATCH doesn't return content on success
st.success("Task updated successfully!")
else:
st.error("Failed to update task.")
# Delete task
st.write("Delete a task:")
task_id_to_delete = st.text_input("Enter Task ID to delete")
if st.button("Delete Task"):
result = make_api_call(access_token, f"me/todo/lists/{default_list['id']}/tasks/{task_id_to_delete}", method='DELETE')
if result is None: # DELETE doesn't return content on success
st.success("Task deleted successfully!")
else:
st.error("Failed to delete task.")
def handle_onedrive_integration(access_token):
st.subheader("ποΈ OneDrive Integration")
st.markdown(f"[Open OneDrive]({PRODUCT_SCOPES['ποΈ OneDrive']['link']})")
# Read files
files = make_api_call(access_token, 'me/drive/root/children')
if files and 'value' in files:
for file in files['value']:
st.write(f"Name: {file['name']}")
st.write(f"Type: {'Folder' if 'folder' in file else 'File'}")
st.write(f"Last Modified: {file['lastModifiedDateTime']}")
st.write("---")
else:
st.write("No files found or unable to fetch files.")
# Create file
st.write("Create a new text file:")
file_name = st.text_input("File Name (include .txt extension)")
file_content = st.text_area("File Content")
if st.button("Create File"):
create_file_url = f"https://graph.microsoft.com/v1.0/me/drive/root:/{file_name}:/content"
headers = {
'Authorization': f'Bearer {access_token}',
'Content-Type': 'text/plain'
}
response = requests.put(create_file_url, headers=headers, data=file_content.encode('utf-8'))
if response.status_code == 201:
st.success("File created successfully!")
else:
st.error("Failed to create file.")
# Update file
st.write("Update a file:")
file_path = st.text_input("File Path (e.g., /Documents/file.txt)")
new_content = st.text_area("New Content")
if st.button("Update File"):
update_file_url = f"https://graph.microsoft.com/v1.0/me/drive/root:{file_path}:/content"
headers = {
'Authorization': f'Bearer {access_token}',
'Content-Type': 'text/plain'
}
response = requests.put(update_file_url, headers=headers, data=new_content.encode('utf-8'))
if response.status_code == 200:
st.success("File updated successfully!")
else:
st.error("Failed to update file.")
# Delete file
st.write("Delete a file:")
file_path_to_delete = st.text_input("File Path to delete (e.g., /Documents/file.txt)")
if st.button("Delete File"):
result = make_api_call(access_token, f"me/drive/root:{file_path_to_delete}", method='DELETE')
if result is None: # DELETE doesn't return content on success
st.success("File deleted successfully!")
else:
st.error("Failed to delete file.")
def handle_sharepoint_integration(access_token):
st.subheader("ποΈ SharePoint Integration")
st.markdown(f"[Open SharePoint]({PRODUCT_SCOPES['ποΈ SharePoint']['link']})")
st.write("Smart search & tagging features coming soon.")
def handle_teams_integration(access_token):
st.subheader("π
Teams Integration")
st.markdown(f"[Open Teams]({PRODUCT_SCOPES['π
Teams']['link']})")
st.write("Meeting insights & summaries features coming soon.")
def handle_bookings_integration(access_token):
st.subheader("π Microsoft Bookings Integration")
st.markdown(f"[Open Microsoft Bookings]({PRODUCT_SCOPES['π Microsoft Bookings']['link']})")
st.write("Smart scheduling features coming soon.")
def handle_translator_integration(access_token):
st.subheader("π£οΈ Translator Integration")
st.markdown(f"[Open Translator]({PRODUCT_SCOPES['π£οΈ Translator']['link']})")
st.write("Real-time translation features coming soon.")
def handle_loop_integration(access_token):
st.subheader("π Loop Integration")
st.markdown(f"[Open Loop]({PRODUCT_SCOPES['π Loop']['link']})")
st.write("Real-time collaboration AI features coming soon.")
def handle_openai_service_integration(access_token):
st.subheader("π Azure OpenAI Service Integration")
st.markdown(f"[Open Azure OpenAI Service]({PRODUCT_SCOPES['π Azure OpenAI Service']['link']})")
st.write("Custom AI model access features coming soon.")
def handle_copilot_integration(access_token):
st.subheader("π§ Copilot Integration")
st.markdown(f"[Open Copilot]({PRODUCT_SCOPES['π§ Copilot']['link']})")
st.write("Cross-app AI assistance features coming soon.")
def handle_onenote_integration(access_token):
st.subheader("π OneNote Integration")
st.markdown(f"[Open OneNote]({PRODUCT_SCOPES['π OneNote']['link']})")
st.write("Content suggestion & OCR features coming soon.")
def handle_excel_integration(access_token):
st.subheader("π Excel Integration")
st.markdown(f"[Open Excel]({PRODUCT_SCOPES['π Excel']['link']})")
st.write("Data analysis & insights features coming soon.")
def handle_word_integration(access_token):
st.subheader("π Word Integration")
st.markdown(f"[Open Word]({PRODUCT_SCOPES['π Word']['link']})")
st.write("Smart drafting & editing features coming soon.")
def handle_viva_integration(access_token):
st.subheader("π¬ Viva Integration")
st.markdown(f"[Open Viva]({PRODUCT_SCOPES['π¬ Viva']['link']})")
st.write("Personalized insights features coming soon.")
def handle_power_platform_integration(access_token):
st.subheader("π Power Platform Integration")
st.markdown(f"[Open Power Platform]({PRODUCT_SCOPES['π Power Platform']['link']})")
st.write("AI-powered automation features coming soon.")
def handle_powerpoint_integration(access_token):
st.subheader("π‘ PowerPoint Integration")
st.markdown(f"[Open PowerPoint]({PRODUCT_SCOPES['π‘ PowerPoint']['link']})")
st.write("Design & coaching AI features coming soon.")
def main():
# st.title("π¦ MS Graph API with AI & Cloud Integration for M365")
# Sticky Menu
sticky_menu()
# st.sidebar.title("π M365 Products")
st.sidebar.write("π
MSGraphAPIπ§πGateway to Data & Intelligence - Unified Programmability Model:")
selected_products = {}
for product, details in PRODUCT_SCOPES.items():
selected = st.sidebar.checkbox(product)
if selected:
selected_products[product] = True
st.sidebar.write(f"AI Capabilities: {details['ai_capabilities']}")
st.sidebar.write(f"Graph Solution: {details['graph_solution']}")
request_scopes = BASE_SCOPES.copy()
for product in selected_products:
request_scopes.extend(PRODUCT_SCOPES[product]['scopes'])
request_scopes = list(set(request_scopes))
st.session_state['request_scopes'] = request_scopes
if 'access_token' not in st.session_state:
client_instance = get_msal_app()
auth_url = client_instance.get_authorization_request_url(
scopes=request_scopes,
redirect_uri=REDIRECT_URI
)
st.write('π Please [click here]({}) to log in and authorize the app.'.format(auth_url))
query_params = st.query_params
if 'code' in query_params:
code = query_params.get('code')
st.write('π Authorization Code Obtained:', code[:10] + '...')
try:
access_token = get_access_token(code)
st.session_state['access_token'] = access_token
st.success("Access token acquired successfully!")
st.rerun()
except Exception as e:
st.error(f"Error acquiring access token: {str(e)}")
st.stop()
fragment = query_params.get('code', [None])[0] # For example, 'add-event'
# Handle section jumping based on the URL fragment
if fragment:
st.write(f"Detected URL fragment: {fragment}")
# Simulate the scrolling or jump based on fragment
if fragment == 'add-event':
st.markdown("<script>document.getElementById('add-event').scrollIntoView();</script>", unsafe_allow_html=True)
else:
access_token = st.session_state['access_token']
user_info = make_api_call(access_token, 'me')
if user_info:
st.sidebar.write(f"π Hello, {user_info.get('displayName', 'User')}!")
if selected_products:
for product in selected_products:
if product == "π§ Outlook":
handle_outlook_integration(access_token)
elif product == "π
Calendar":
handle_calendar_integration(access_token)
elif product == "π Tasks":
handle_tasks_integration(access_token)
elif product == "ποΈ OneDrive":
handle_onedrive_integration(access_token)
elif product == "ποΈ SharePoint":
handle_sharepoint_integration(access_token)
elif product == "π
Teams":
handle_teams_integration(access_token)
elif product == "π Microsoft Bookings":
handle_bookings_integration(access_token)
elif product == "π£οΈ Translator":
handle_translator_integration(access_token)
elif product == "π Loop":
handle_loop_integration(access_token)
elif product == "π Azure OpenAI Service":
handle_openai_service_integration(access_token)
elif product == "π§ Copilot":
handle_copilot_integration(access_token)
elif product == "π OneNote":
handle_onenote_integration(access_token)
elif product == "π Excel":
handle_excel_integration(access_token)
elif product == "π Word":
handle_word_integration(access_token)
elif product == "π¬ Viva":
handle_viva_integration(access_token)
elif product == "π Power Platform":
handle_power_platform_integration(access_token)
elif product == "π‘ PowerPoint":
handle_powerpoint_integration(access_token)
else:
st.write("No products selected. Please select products from the sidebar.")
TopCalendarSchedulingAPI()
if __name__ == "__main__":
main()
|