HTTP/1.1 200 OK Content-type: application/json Preference-Applied: outlook.timezone="Pacific Standard Time" { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('64339082-ed84-4b0b-b4ab-004ae54f3747')/messages", "@odata.nextLink": "https://graph.microsoft.com/v1.0/me...
put(CalendarContract.Events.DTEND, endTime.getTimeInMillis()); values.put(CalendarContract.Events.TITLE, "Tech Stores"); values.put(CalendarContract.Events.DESCRIPTION, "Successful Startups"); values.put(CalendarContract.Events.CALENDAR_ID, 10); values.put(CalendarContract.Events.EVENT_TIMEZONE, ...
或者,可以指定Prefer: outlook.timezone="{time zone name}"标头,以便 GET 事件操作返回指定时区的开始和结束时间。 时区名称可以是 Windows 支持的任何名称,也可以是此列表上的这些名称。 请参阅使用中的Prefer标头示例 支持联机会议提供程序的组织(例如 Microsoft Teams 和 Skype)可以设置 Outlook 日历以使用这些提...
POST https://graph.microsoft.com/v1.0/me/calendar/getschedule Prefer: outlook.timezone="Pacific Standard Time"Content-Type: application/json{ "Schedules": ["AlexW@contoso.com"], "StartTime": { "dateTime": "2018-08-06T09:00:00", "timeZone": "PacificStandardTime" }, "EndTime": { "...
Bug Description Outlook gives customers the flexibility to organize events and specify a time zone for each of the start and end times of an event. In the "Update an event" Node, it seems to be impossible to have the ability to put a spe...
Steps to reproduce the problem: Create an agent with outlook calendar bundle. Ask to list all calendar entries for any particular day Notice that the calendar entries start date and end date are provided in UTC timezone (In my case PST is my timezone) ...
A simple example is to find the free/busy schedule of a coworker, Alex, on a specific day, from 9am to 6pm, Pacific Standard Time:HTTP 複製 POST https://graph.microsoft.com/v1.0/me/calendar/getschedule Prefer: outlook.timezone="Pacific Standard Time" Content-Type: application/json { ...
calendar_id string The calendar ID, if you're getting a calendar view from a specific calendar. start_datetime datetimeoffset The date and time when the event starts. end_datetime datetimeoffset The date and time when the event ends. Use the Prefer: outlook.timezone header to specify the time...
calendar明显就是outlook拆分email功能后的直系传人。由此可推断出,在微软内部,outlook、calendar、email是...
结束时间:convertTimeZone(addDays(triggerOutputs()?['body/dueDateTime/dateTime'], 1), 'UTC', ...