簡體   English   中英

使用UWP中的microsoft Graph API為登錄用戶獲取特定日期的會議邀請和事件

[英]Getting meeting invites & events for the specific day for the logged in user using microsoft Graph API in UWP

我正在開發一個從Microsoft Graph API獲取數據的UWP應用程序。 我需要獲取登錄用戶當天安排的所有會議列表。 我正在從Azure AD驗證用戶,我根據我的timezone設置了幾個會議/活動。

我想僅根據當地用戶的地理時間和地理位置獲取當前用戶的數據。

示例:目前在印度,如果我在IST下午7點召開會議,則會將其轉換為當前時區並顯示。

我正在使用此API

string _graphAPIEndpoint = "https://graph.microsoft.com/v1.0/me/events?$select=subject,body,bodyPreview,organizer,attendees,start,end,location" (https://graph.microsoft.com/v1.0/me/events?$select=subject,body,bodyPreview,organizer,attendees,start,end,location') ;

但是我想根據他的登錄時間限制他的會議 - 不應該顯示通過的會議。 誰能看到這個?

您想在此處使用日歷視圖 這樣,您可以指定開始和結束時間,並返回兩者之間的所有事件。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM