🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "office365"

Found 50 matching component(s)

  • function explore_all_drives

    Retrieves and displays all document drives from a SharePoint site using Microsoft Graph API, then explores the root folder of each drive.

    File: /tf/active/vicechatdev/SPFCsync/diagnostic_comprehensive.py

    sharepoint microsoft-graph api drives document-libraries
  • function explore_document_libraries

    Retrieves and displays all document libraries from a SharePoint site using Microsoft Graph API, then explores items within each library.

    File: /tf/active/vicechatdev/SPFCsync/diagnostic_comprehensive.py

    sharepoint microsoft-graph document-libraries api-integration data-exploration
  • class SharePointRestClient

    A SharePoint REST API client that provides app-only authentication and methods for retrieving and downloading documents from SharePoint sites.

    File: /tf/active/vicechatdev/SPFCsync/sharepoint_rest_client.py

    sharepoint rest-api oauth2 authentication document-management
  • class SharePointClient

    A SharePoint client class that provides methods for connecting to SharePoint sites, retrieving documents recursively, downloading file content, and managing document metadata using app-only authentication.

    File: /tf/active/vicechatdev/SPFCsync/sharepoint_client.py

    sharepoint document-management file-sync azure-ad authentication
  • class BaseItem

    The baseItem resource is an abstract resource that contains a auth set of properties shared among several other resources types

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/base_item.py

    class baseitem
  • class GraphRequest

    GraphRequest is a specialized OData request class configured for Microsoft Graph API interactions using V4 JSON format.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/graph_request.py

    microsoft-graph odata api-request json-format v4
  • class DeltaPath

    DeltaPath is a specialized path class that represents a 'delta' entity path in the Office365 SDK, inheriting from EntityPath.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/delta_path.py

    office365 microsoft-graph delta-query path-construction api-endpoint
  • class GraphClient

    GraphClient is a client class for interacting with Microsoft Graph API, providing authentication and access to various Microsoft 365 services including users, groups, drives, teams, and more.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/graph_client.py

    microsoft-graph azure-ad authentication oauth2 microsoft-365
  • class ResultInfo

    A class representing result information for operations, containing success and failure details with HTTP-style status codes and sub-codes.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/result_info.py

    result-handling status-codes error-handling office365 client-value
  • class Endpoint

    Represents an endpoint in a call, such as a user's device, meeting, application, or bot. This is a base class that is inherited by participantEndpoint and serviceEndpoint types.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/callrecords/endpoint.py

    office365 communications calls endpoint base-class
  • class CallRecord

    Represents a single peer-to-peer call or a group call between multiple participants in Microsoft 365, sometimes referred to as an online meeting.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/callrecords/call_record.py

    microsoft-graph communications call-records meetings office365
  • class Session

    Represents a user-user communication or a user-meeting communication session, such as a conference call, in the Office 365 communications system.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/callrecords/session.py

    office365 communications call-records session conference-call
  • class JoinMeetingIdMeetingInfo

    A class representing meeting information for joining an existing Microsoft Teams/Office 365 meeting using a joinMeetingId and optional passcode.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/meetings/join_meeting_id_info.py

    microsoft-graph teams meeting office365 online-meeting
  • class MeetingInfo

    An abstract base class that serves as a container for meeting-specific information, inheriting from ClientValue to provide serialization capabilities for Office 365 API interactions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/meetings/info.py

    abstract-class office365 meeting client-value serialization
  • class UpdateRecordingStatusOperation

    A class representing the response format for an update recording status action in Microsoft 365 communications operations.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/operations/update_recording_status.py

    microsoft365 office365 communications recording status
  • class UnmuteParticipantOperation

    A class representing the response format for an unmute participant operation in a communications context, inheriting from CommsOperation.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/operations/unmute_participant.py

    communications office365 unmute participant operation
  • class InviteParticipantsOperation

    Represents the status of a long-running participant invitation operation triggered by a call to the participant-invite API in Microsoft Graph Communications.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/operations/invite_participants.py

    microsoft-graph communications teams skype participant-invitation
  • class CommsOperation

    Represents the status of long-running communications operations in Microsoft Graph API, tracking operation progress and results through notifications.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/operations/comms.py

    communications async-operations microsoft-graph office365 long-running-operations
  • class CancelMediaProcessingOperation

    A class representing the response format for canceling a media processing operation in Microsoft 365 Communications services.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/operations/cancel_media_processing.py

    microsoft-365 communications media-processing cancellation operation
  • class StartHoldMusicOperation

    A class representing the status of a startHoldMusic operation in Microsoft 365 communications, inheriting from CommsOperation.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/operations/start_hold_music.py

    microsoft-365 communications hold-music operation-status api-wrapper
  • class PresenceStatusMessage

    A data class representing a presence status message for a user in Microsoft Teams, including message content, expiration time, and publication time.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/presences/status_message.py

    microsoft-teams presence status-message graph-api office365
  • class IncomingContext

    IncomingContext is a class that represents the context associated with an incoming call in the Office365 API, inheriting from ClientValue.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/calls/incoming_context.py

    office365 communications calls context incoming-call
  • class ParticipantInfo

    A data class that stores additional properties about a participant's identity, specifically their country code location information.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/calls/participant_info.py

    participant identity location country-code metadata
  • class CallRoute

    CallRoute is a data class that represents a call route type in the Office 365 API, inheriting from ClientValue to provide serialization capabilities.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/calls/route.py

    office365 call-routing data-model client-value serialization
  • class CallOptions

    A data class that encapsulates optional configuration features for Microsoft Teams/Office 365 call functionality, specifically controlling bot visibility after escalation and content sharing notifications.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/calls/options.py

    office365 microsoft-teams call-configuration bot-management content-sharing
  • class MeetingParticipantInfo

    A data class representing information about a participant in a meeting, including their identity, role, and user principal name.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/onlinemeetings/participant_info.py

    meeting participant office365 microsoft-teams identity
  • class MeetingParticipants

    A data class representing participants in a meeting, including an organizer and a collection of attendees.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/onlinemeetings/participants.py

    office365 meeting participants communications data-container
  • class Onenote

    The Onenote class serves as the entry point for accessing Microsoft OneNote resources through the Microsoft Graph API, providing access to notebooks, pages, sections, and other OneNote entities.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/onenote.py

    onenote microsoft-graph office365 notebooks notes
  • class OnenoteEntityBaseModel

    OnenoteEntityBaseModel is a base class for OneNote entities that inherits from Entity. It serves as a foundational type for all OneNote-related entity models in the Office365 SDK.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/entity_base_model.py

    onenote entity base-class office365 microsoft-graph
  • class OnenoteEntityHierarchyModel

    A model class representing OneNote entities with hierarchical properties such as notebooks, sections, and pages, providing access to display name, creation/modification metadata, and identity information.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/entity_hierarchy_model.py

    onenote entity hierarchy metadata identity
  • class OnenoteEntitySchemaObjectModel

    A base class for OneNote entity objects that provides schema-based property access with a focus on creation datetime tracking.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/entity_schema_object_model.py

    onenote entity schema base-model datetime
  • class OnenoteOperation

    A class representing the status of long-running OneNote operations, extending the base Operation class with error handling capabilities.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/operations/onenote.py

    onenote operation async-operation error-handling office365
  • class Operation

    A class representing the status of a long-running operation, inheriting from Entity to track operation metadata.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/operations/operation.py

    office365 long-running-operation async-operation entity status-tracking
  • class OnenoteOperationError

    A class representing an error from a failed OneNote operation, extending ClientValue to encapsulate error details.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/operations/onenote_operation_error.py

    error-handling onenote office365 exception api-error
  • class CopyNotebookModel

    CopyNotebookModel is a data model class that inherits from ClientValue, representing a notebook copy operation in the Office365 API context.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/notebooks/copy_notebook_model.py

    office365 notebook copy model data-transfer-object
  • class RecentNotebook

    A data class representing a recently accessed OneNote notebook with display name and navigation links.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/notebooks/recent.py

    onenote microsoft-graph notebook data-model client-value
  • class Notebook

    Represents a OneNote notebook entity with access to its sections and section groups, providing a hierarchical structure for organizing OneNote content.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/notebooks/notebook.py

    onenote notebook microsoft-graph entity-collection hierarchy
  • class NotebookCollection

    A collection class for managing OneNote notebooks, providing methods to create, retrieve, and query notebooks within Microsoft 365, SharePoint, or group contexts.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/notebooks/collection.py

    onenote notebooks collection microsoft-365 office365
  • class RecentNotebookLinks

    A data class representing links for opening a OneNote notebook, containing both client and web URLs for accessing the notebook.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/notebooks/recent_links.py

    onenote office365 notebook links data-container
  • class OnenotePagePreviewLinks

    A data class representing preview links for a OneNote page, specifically containing a preview image URL.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/pages/preview_links.py

    onenote office365 preview links data-transfer-object
  • class ExternalLink

    A simple data class that represents a URL link to a OneNote page or notebook, inheriting from ClientValue.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/pages/external_link.py

    onenote url link office365 client-value
  • class PageLinks

    A data class representing links for opening a OneNote page in different contexts (native client and web browser).

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/pages/links.py

    onenote links url data-class value-object
  • class OnenotePageCollection

    A collection class for managing OneNote pages within a OneNote notebook, providing methods to create and manage multiple OnenotePage instances.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/pages/collection.py

    onenote microsoft-graph collection page-management entity-collection
  • function _message_to_payload

    Converts an email Message object to a payload format by replacing line feed characters with CRLF (carriage return + line feed) and removing the first two lines.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/internal/multipart_page_query.py

    email message-processing payload-conversion line-ending-conversion CRLF
  • class OneNotePageCreateQuery

    A specialized query class for creating OneNote pages with multipart form-data requests, handling presentation files and optional attachments.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/internal/multipart_page_query.py

    onenote microsoft-graph multipart-form-data file-upload query
  • class SectionGroup

    Represents a section group in a OneNote notebook that can contain both sections and nested section groups, providing hierarchical organization of OneNote content.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/sectiongroups/section_group.py

    onenote microsoft-graph section-group hierarchy notebook
  • class OnenoteResource

    Represents an image or other file resource on a OneNote page, providing access to the resource's binary content and metadata.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/resources/resource.py

    onenote resource binary-content file-download image
  • class OnenoteSection

    A section in a OneNote notebook. Sections can contain pages.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/sections/section.py

    class onenotesection
  • class LocaleInfo

    A data class representing locale information for a signed-in user, including their preferred language and country/region settings.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/locale_info.py

    locale internationalization i18n language region
  • class OutlookItem

    OutlookItem is a base class representing a Microsoft Outlook item entity with common properties like change tracking, categories, and timestamps.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/item.py

    outlook microsoft-graph entity email calendar

Search Examples