Getting Schedules

📘

Note: These operations are part of the Microsoft Outlook Book. A newer version of this Book is avaliable via BDK.

Overview

These operations can retrieve the schedule for a specific entity, such as a person or a meeting room, which is essential for planning and coordination purposes.

Examples

These examples illustrate how to query various entities' schedules using Kognitos, enabling users to efficiently plan meetings, book resources, or understand the availability of individuals or assets.

Example 1: Getting the Schedule for a Person

get the schedule for John Doe with
    the start time is "2023-05-01T09:00:00"
    the end time is "2023-05-01T17:00:00"
    the interval is "30 minutes"
    the timezone is "America/New_York" # <----

Example 2: Getting the Schedule for a Conference Room

get the schedule for the conference room with
    the start time is "2023-06-15T10:00:00"
    the end time is "2023-06-15T12:00:00"
    the interval is "15 minutes"
    the timezone is "Europe/London" # <----