🔍 Code Extractor

Browse Components

Showing 20 of 1524 components

  • class Team

    Represents a Microsoft Teams team, which is a collection of channels for organizing discussions and collaboration within an organization.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/team.py | Lines: 24-326

    microsoft-teams collaboration channels graph-api entity
  • class TeamMessagingSettings

    A configuration class that defines messaging and mention settings for a Microsoft Teams team, controlling user permissions for editing, deleting messages, and using mentions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/messaging_settings.py | Lines: 4-27

    microsoft-teams configuration settings messaging permissions
  • class TeamFunSettings

    A configuration class that manages settings for team fun features including Giphy, memes, and stickers in Microsoft Teams.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/fun_settings.py | Lines: 4-12

    microsoft-teams office365 configuration settings giphy
  • class TeamSummary

    A data class that represents summary statistics for a Microsoft Teams team, including counts of guests, members, and owners.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/summary.py | Lines: 4-15

    microsoft-teams data-class value-object team-statistics membership-count
  • class TeamsTemplate

    A class representing a Microsoft Teams template, which serves as a blueprint for creating teams with predefined structure, settings, and content.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/template.py | Lines: 4-10

    microsoft-teams teams-template microsoft-graph entity blueprint
  • class TeamGuestSettings

    A configuration class that defines permission settings for guest users in a Microsoft Teams team, specifically controlling whether guests can create, update, or delete channels.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/guest_settings.py | Lines: 4-14

    microsoft-teams permissions guest-settings configuration office365
  • class TeamVisibilityType

    An enumeration-style class that defines constants representing the visibility levels of a team (private or public).

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/visibility_type.py | Lines: 1-8

    enumeration constants visibility team-management access-control
  • class AssociatedTeamInfo

    A class representing a team that is associated with a user, extending TeamInfo to handle both direct team membership and shared channel membership scenarios.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/associated_info.py | Lines: 4-12

    microsoft-teams office365 team-management user-association shared-channels
  • class SolutionsRoot

    SolutionsRoot is an Entity class that provides access to Microsoft Bookings resources, specifically booking businesses and booking currencies for a tenant.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/booking/solutions/root.py | Lines: 8-41

    microsoft-graph bookings entity office365 solutions
  • class StaffAvailabilityItem

    A data class representing the available and busy time slots of a Microsoft Bookings staff member, inheriting from ClientValue for Office 365 API integration.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/booking/staff/availability_item.py | Lines: 4-5

    microsoft-bookings office365 scheduling availability staff-management
  • class BookingStaffMemberBase

    BookingStaffMemberBase is a base class representing a staff member in a booking system, inheriting from Entity.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/booking/staff/member_base.py | Lines: 4-5

    office365 bookings staff-member entity base-class
  • class BookingCustomerBase

    BookingCustomerBase is a base entity class representing a customer in a booking system, inheriting from the Entity class in the Office365 SDK.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/booking/customers/base.py | Lines: 4-5

    office365 microsoft-graph booking customer entity
  • class BookingBusinessCollection

    A collection class for managing Microsoft Bookings business entities, providing methods to retrieve and create booking businesses within a tenant.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/booking/business/collection.py | Lines: 5-21

    microsoft-graph bookings collection entity-management business
  • class BookingBusiness

    Represents a business in Microsoft Bookings. This is the top level object in the Microsoft Bookings API. It contains business information and related business objects such as appointments, customers, services, and staff members.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/booking/business/business.py | Lines: 20-156

    class bookingbusiness
  • class BookingWorkTimeSlot

    A data class that represents a time slot for work or booking purposes, defining start and end times of a work period.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/booking/work_time_slot.py | Lines: 4-13

    booking scheduling time-slot work-hours office365
  • class BookingCustomQuestion

    A class representing a custom question associated with a booking business in Microsoft 365, inheriting from the Entity base class.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/booking/custom_question.py | Lines: 4-5

    microsoft-365 bookings entity custom-question business
  • class BookingWorkHours

    Represents the set of working hours in a single day of the week for a booking business or booking staff member in the Microsoft Office 365 Booking system.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/booking/work_hours.py | Lines: 6-16

    office365 booking scheduling working-hours availability
  • class BookingCurrency

    A class representing a monetary currency supported by a booking business, inheriting from Entity base class.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/booking/currency.py | Lines: 4-5

    booking currency entity microsoft-graph office365
  • class BookingAppointment

    Represents a business entity in Microsoft Bookings API, serving as the top-level object for managing appointments, customers, services, and staff members.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/booking/appointment.py | Lines: 4-9

    microsoft-bookings api entity business appointments
  • class BookingService

    BookingService is a class that represents a service offered by a booking business, encapsulating details such as service name, pricing, and associated staff information.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/booking/service.py | Lines: 4-8

    booking microsoft-graph office365 service-management business-services