microsoft-graph-calendar 相关问题


Microsoft Graph API - 用户和组的每个增量查询的页面大小是多少?

每个增量查询的页面大小是多少? https://developer.microsoft.com/en-us/graph/docs/concepts/delta_query_users https://developer.microsoft.com/en-us/graph/docs/concepts/delta_query_group...


如何将yield return与microsoft graph api v5 PageIterator一起使用

目前我正在使用 AsyncEnumerable 从 Graph API 获取组成员 公共异步 IAsyncEnumerable LoadGroupMembers(string GroupId) { if (graphClient == null) th...


Microsoft Graph 5.38 获取文件内容失败

我已将我们的项目更新到.Net 7,这要求我将 Microsoft Graph API 版本更新到版本 5.38。在大多数情况下,一切都运行良好,除了


如何模拟Microsoft Graph API SDK客户端?

我在项目中使用了Microsoft Graph SDK来调用图形API,为此我需要使用GraphServiceClient。 要使用 GraphServiceClient,我必须添加一些辅助类,其中 SDKHelper 是一个...


为什么 Microsoft Graph API 列出消息时无法获取响应的 body 字段?

我想阅读某些电子邮件并过滤它们。我正在使用 Microsoft Graph API 查询 Office 365 邮箱,如下所示。我还添加了 API 权限“Mail.ReadBasic.All”以获得


查找 Microsoft Graph 范围

由于 Graph 是一种自记录语言,因此我想利用这一点并编写 PowerShell 函数来根据元数据自动生成 cmdlet。我已经有很多这样的完整的了,...


按类别过滤 Microsoft Graph API 中的日历视图请求

我需要从 Graph API 事件中获取没有任何类别或没有特定类别的事件 所以,当我发送: https://graph.microsoft.com/v1.0/me/calendarView?startDateTime=2024-01-05T12:32:50.095Z&endDat...


微软团队 |团队日历仪表板控制

我目前正在开发 Microsoft Teams Tab 应用程序。基本功能之一是通过日历仪表板展示会议。我有兴趣使用相同的 Calendar Dash...


使用 Microsoft Graph 获取所有电子邮件 - 版本 5.2.0 或更高版本

我的原始代码是: var messages = wait graphClient.Users["[email protected]"].MailFolders[folderName].Messages.GetAsync(); 我正在使用 Microsoft.Graph 5.2.0。 不幸的是...


复杂的 Microsoft Graph API 查询,可能吗?

假设我想查询属于 A 组成员的 microsoft.graph.group 列表,并且我想在结果集中包含 microsoft.graph.user 类型的那些组的成员,但是...


如何使用 Microsoft Graph API 解决 Sharepoint(FileContentRead) 中的 404 -“ItemNotFound”错误?

我使用下面的 API 使用 Microsoft Graph API 从 Sharepoint 读取其内容。 https://graph.microsoft.com/v1.0/sites/{主机名},{spsite-id},{spweb-id}/drives//items/ 我使用下面的 API 使用 Microsoft Graph API 从 Sharepoint 读取其内容。 https://graph.microsoft.com/v1.0/sites/{hostname},{spsite-id},{spweb-id}/drives/<drive-id>/items/<items-id>/content 两天前,它正确地从根站点正确获取文件内容。但今天我检查了是否获得了与以下问题相同的文件内容。 { "error": { "code": "itemNotFound", "message": "Item not found", "innerError": { "request-id": "<request_id>", "date": "<date_time>" } } } 不知道这可能是什么原因造成的?我在谷歌上搜索没有找到更好的解决方案。 有人建议我解决上述问题的方法。 我建议使用此端点下载流式 DriveItem 内容: GET /sites/{siteId}/drive/items/{item-id}/content https://learn.microsoft.com/en-us/graph/api/driveitem-get-content?view=graph-rest-1.0&tabs=http


使用 microsoft graph api rest 设置共享点驱动器项目的查找字段值

在 Sharepoint online 上,我有一个包含文件的文档库和一个包含一些元数据的列表,我想将其链接到文件。由于您无法使用文档库项目的查找字段,但...


无法解析 Microsoft graph 的 url 字符串,因为使用 Invoke-MSGraphRequest 命令和查询参数

我无法使用当前 URL 进行解析和调用,因为当我使用 $filter 和 $select 查询参数时,它会破坏字符串,但它在 Postman 中工作得很好,并为我提供了我需要的所有数据。


作为具有委派管理员权限的合作伙伴,以非交互方式向应用程序授予管理员同意

我想通过 Microsoft Graph API(客户端凭据流)从多个客户租户获取数据。 因此,我在我的租户中注册了一个多租户应用程序。 目前,我必须给出缺点......


如何让 Azure Graph Explorer 返回 subscriptionId 的 GUID 值,而不是将其转换为名称?

我正在导出 Azure 资源列表(假设是 VM)及其相应的 SubscriptionId(GUID)。 尝试通过 Graph Explorer 执行此操作似乎正在翻译并且


使用curl发出MS Graph请求

我正在尝试使用 Perl/curl 做一些 MS Graph 工作,但遇到了一些问题。把问题带回到我能想到的最基本的例子:来自bash脚本的2个curl命令。 我有一个


Power Apps 在没有 Microsoft Power Apps 的 Android 设备上运行

我在 Microsoft Power Apps 中创建了一个应用程序。如何在没有 Microsoft Power Apps 的情况下执行应用程序?


根据给定的 client_id + client_secret 识别 Google API 密钥

我在一个拥有一百万个 Google 项目、服务和帐户的生态系统中工作。我有 Google Calendar API client_id 和 client_secret,并且我想升级该 API 帐户的结算信息。 是...


Microsoft SQL Server Management Studio - 查询结果为文本

我在 Microsoft SQL Server 中有一个数据库,并且正在使用 Microsoft SQL Server Management Studio。 我可以选择将查询结果插入到文件中,尽管查询结果不是


隐藏p日历primeng中的清除按钮

大家好,我正在使用 PrimeNg 和 p-calendar 模块。我的日历显示两个名为“今天”和“清除”的按钮。我的问题是我只想显示一个按钮而不是两个按钮。我不显示的按钮...


为什么在 Ansible 中,我不能在许多子组中拥有相同的密钥?

我想用我的 ansible 主机文件制作一些干净的东西。 如果我使用 ansible-playbook --limit calendar -i 主机 update_common.yml Ansible 在所有主机上执行我的剧本,甚至在其他主机上执行


下载 GraalVM 理想图形可视化工具

我经历了从 https://www.graalvm.org/latest/tools/igv/ 设置 Ideal Graph Visualizer 的过程,并且我能够下载 mx 和 graal 存储库,但是当我尝试启动 . ..


Microsoft Media Foundation - 解码 h264 样本

我使用 Microsoft Media Foundation 示例(即 MFCaptureToFile)从网络摄像头捕获 H264 帧并将其写入文件。 我正在尝试使用 IMFTransform 来解码捕获的帧...


需要演示 DataTypeAttribute 的这种用法(如 Microsoft 教程中所述)

我正在从 ASP.NET MVC 迁移到 ASP.NET Core,同时学习此页面上的 Microsoft 文档 https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages /验证?view=aspn...


无法生成令牌来根据 Entra ID 验证服务主体

我正在按照以下文档使用 Microsoft Entra ID (Azure AD) 对 Microsoft Translator 服务进行身份验证 https://learn.microsoft.com/en-us/azure/ai-services/translator/referenc...


将 EdgeList 作为 unordered_set 存储在 Boost Graph Library 上

我正在重现一个科学实验,我需要将图的边集存储为无序集。我正在尝试使用 BGL adjacency_graph,我认为最后一个参数是 hash_...


Graph Api 多重过滤以获取最近 30 天上次登录的用户

我正在尝试使用图形 API 构建一个请求,以获取过去 30 天内未登录的所有用户。和: $URL =“https://graph.microsoft.com/v1.0/users?`$filter=signInActivity/lastSignInDateT...


Microsoft Teams 日历仪表板控件 [已关闭]

我正在开发 Microsoft Teams 选项卡应用程序。基本功能之一是通过日历仪表板展示会议。我有兴趣利用相同的日历仪表板续...


使用 Apple 登录而不使用 Firebase/Flutter

我有一个 firebase 项目,我在其中启用了通过 Google、Microsoft 的身份验证,最近我添加了 Apple。 Google 和 Microsoft 都可以正常工作,但 Apple 登录会抛出错误。我有


如何从 SPFx 中选定的文档中获取文档 ID?

我有一个包含文档和 SP listView 扩展的文件夹。我希望能够在选择文件夹中的文档后检索文档 ID,以便使用它们执行 Graph API 请求...


Microsoft PowerAutomate 流响应 ID

我正在使用模板“在 Microsoft Forms 中提交回复时向回复者发送电子邮件”。 因此,当在表单中进行输入时,数据将写入列表,并且响应者会收到一封电子邮件......


使用 Microsoft Word 通配符来匹配时间码

我想从 Microsoft Word 文档中删除时间码。 我有以下模式: 00:00:00:00 - 00:00:00:00 我正在使用这个脚本: [0-9]{2}\:[0-9]{2}\:[0-9]{2}\:[0-9]{2} - [0-9]{2}\:[ 0-9]...


我使用fviz_eig并尝试更改字体大小和百分比标签的类型,但出现一些错误

我使用 fviz_eig 使用以下代码生成具有自定义尺寸和标签字体类型的解释方差图: 压力.m_pca <- PCA(stress.m, scale.unit = TRUE, ncp = 8, graph = ...


NextJS 为 opengraph 标签动态创建图像,但在生产中不起作用

我正在开发一个 Next.js 项目,我需要动态生成 Open Graph 图像。我的实现可以在本地运行,但在 Vercel 和 Netlify 上部署到生产环境时遇到问题。 L...


使用 winrm 进行 Microsoft Exchange 的 Powershell 远程处理失败,并出现以下错误

我正在尝试使用 winrm 从远程客户端执行 Microsoft Exchange 命令。连接成功建立,我能够执行基本命令(Get-Date..)并能够执行一些命令


完整日历:使用 IF 语句为事件着色

我有一个基于站点管理员打开的票证的日历。我们有四种类型的门票: 待办的 进行中 完成的 取消 这是我有日历的 div: 我有一个基于站点管理员打开的票证的日历。我们有四种类型的门票: 待定 进行中 完成了 取消 这是我有日历的div: <div class="col-lg-6 col-md-10 col-sm-11"> <div class="card"> <div class="card-header" data-background-color="blue"> <h4 class="title">Calendario</h4> </div> <br> <section class="content"> <?php $events = TicketData::getEvents(); foreach($events as $event){ $thejson[] = array("title"=>$event->title,"url"=>"./?view=editticket&id=".$event->id,"start"=>$event->date_at."T".$event->time_at); } // print_r(json_encode($thejson)); ?> <script> $(document).ready(function() { $('#calendar').fullCalendar({ header: { left: 'prev,next, today', center: 'title', right: 'month,agendaWeek,agendaDay' }, defaultDate: jQuery.now(), editable: false, eventLimit: true, // allow "more" link when too many events events: <?php echo json_encode($thejson); ?> }); }); </script> <div class="row"> <div class="col-md-12"> <div id="calendar"> </div> </div> </div> </section> </div> </div> 门票的数据库结构很简单:id、title、description、date_at、time_at、created_at、tecnico_id和status_id。 我想使用 if 脚本“着色”事件: 这是我的代码,但它不起作用。 <section class="content"> <?php $events = TicketData::getEvents(); // $status->status_id; foreach($events as $event){ $thejson[] = array("title"=>$event->title,"url"=>"./?view=editticket&id=".$event->id,"start"=>$event->date_at."T".$event->time_at,); $thejsonColor[] = array($event->status_id); } // print_r(json_encode($thejson)); ?> <script> $(document).ready(function() { $('#calendar').fullCalendar({ header: { left: 'prev,next, today', center: 'title', right: 'month,agendaWeek,agendaDay' }, defaultDate: jQuery.now(), editable: false, eventLimit: true, // allow "more" link when too many events events: <?php echo json_encode($thejson); ?>, if ($thejsonColor=1){ eventColor: 'fb8c00' }else if ($thejsonColor=2){ eventColor: 'ff0' } else if ($thejsonColor=3){ eventColor: '43a047' } else { eventColor: '00acc1' } }); }); </script> 我想让它们符合颜色标准,这样用户就可以知道哪些票是待处理的、不完整的、完整的和已取消的。 我是 javascript 的新手,我不知道如何做到这一点。你们能帮助我或指出我应该如何做吗? 您可以在迭代事件数组时设置颜色: <?php // helper function to pick the right color function getColor($id) { $eventColor = ''; if ($id == 1) { $eventColor = '#fb8c00'; } else if ($id == 2) { $eventColor = '#ff0'; } else if ($id == 3) { $eventColor = '#43a047'; } else { $eventColor = '#00acc1'; } return $eventColor; } $events = TicketData::getEvents(); //pulls the events from TicketData.php foreach($events as $event) { $thejson[] = array( "title" => $event->title, "url" => "./?view=editticket&id=".$event->id, "start" => $event->date_at."T".$event->time_at, "color" => getColor($event->status_id)); } ?> 然后就像你现在正在做的那样回显事件: <script> $(document).ready(function() { $('#calendar').fullCalendar({ header: { left: 'prev,next, today', center: 'title', right: 'month,agendaWeek,agendaDay' }, defaultDate: jQuery.now(), editable: false, eventLimit: true, // allow "more" link when too many events events: <?php echo json_encode($thejson); ?>, }); }); </script> 或者您可以通过从 php 中的表中选择来完成此操作,例如: $sql = "SELECT CASE WHEN tickets='Pending'" THEN '#C6E0B4' WHEN tickets='In progres' THEN '#FFFF99' END AS color" $schedules = $conn->query($sql); $sched_res = []; foreach($schedules->fetch_all(MYSQLI_ASSOC) as $row){ $sched_res[$row['id']] = $row; } 然后就像你现在正在做的那样回显事件: <script> $(document).ready(function() { $('#calendar').fullCalendar({ header: { left: 'prev,next, today', center: 'title', right: 'month,agendaWeek,agendaDay' }, defaultDate: jQuery.now(), editable: false, eventLimit: true, // allow "more" link when too many events events: <?php echo json_encode($thejson); ?>, }); }); </script>


单击 Microsoft Visual Studio 顶部菜单选项上的“添加事件处理程序...”不会执行任何操作

我在两个版本的 Microsoft Visual Studio 上遇到了此问题:Community 2017 版本和 Enterprise 2019 版本。当我右键单击菜单项时,我试图添加一个事件......


Microsoft MAUI:如何在 MAUI 中创建在新窗口中打开的报告?

如何在 MAUI 中创建在新窗口中打开的动态报告?


Microsoft Word 宏可突出显示以一组术语结尾的完整单词

(这个问题建立在一个已经存在并已解决的问题的基础上,可以在这里找到:用于突出显示多个单词的 Microsoft Word 宏) 1.目标是在全文Word文档中突出显示...


passport-azure-ad / msal.js 和动态作用域

Azure AD v2.0 讨论了动态同意的优点之一 (https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/api-scopes#request-dynamic-scopes- for-增量-c...


Microsoft.VisualStudio..Default.props”未找到

我一直在四处寻找,但我得到的是类似的东西 找不到导入的项目“C:...\Microsoft.Cpp.Default.props”, 代替 “C:\Program Files (x86)\MSBuild\Microsoft\VisualStud...


c# Azure.AI.OpenAI 在启动时出现错误

我正在尝试遵循 Microsoft 的操作方法(以 C# 方式): https://learn.microsoft.com/en-us/azure/ai-services/openai/use-your-data-quickstart?tabs=command-line%2Cpython&pivots=programming-lan...


Microsoft Excel vlookup 问题

我们可以使用vlookup来查找文本值吗?如果可能的话,步骤是什么。 =vlookup(lookup_value,tablearray,column_num,logic),文本值。 我想寻找具有某种


Microsoft Bing v7 搜索参数不起作用

我正在尝试 MS Bing v7 API。 如果我输入一个curl请求: 卷曲-H“Ocp-Apim-Subscription-Key:” https://api.bing.microsoft.com/v7.0/search?q=vintage+cars&count=25&


SharePoint 修补问题

我们在装有 SharePoint Server 2019 的 Microsoft Identity Manager (MIM) Web 服务器上应用了 12 月份的 SharePoint 补丁(KB5002531 和 KB5002532)。修补后,我们看到以下错误“The con...”


2 插槽计算机上的 Microsoft PPL

我在 2 路 Windows 机器上使用 PPL(16C32T x 2 = 64 个逻辑核心)。 CurrentScheduler->GetNumberOfVirtualProcessors() 报告 64 个处理器。 但 concurrency::parallel_for 仅使用第一个套接字...


新的winget和Microsoft.PackageManagement有什么关系

几年前,有一个名为 PackageManagement(又名 OneGet)的 Microsoft 包管理器,它似乎基于 PowerShell 命令约定,并且是可扩展的。 最近,微软推出了


Azure 存储模拟器问题

我在我的计算机上安装了 Azure 模拟器。然后尝试运行启动批处理,但失败并出现以下错误 C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator>


Django 和 SQL Server 的数据库配置 - 转义主机

我已将 Django 应用程序设置为使用 Microsoft SQL Server 数据库。这是我的数据库配置。 数据库= { '默认': { '引擎': 'mssql', 'NAME': "报告", '


Microsoft Visual Studio 2022 中的行尾问题 - C++ 入门示例

这几天我一直在学习C++(几年前我只上过一些CS课程)。我目前正在阅读和学习《C++ Primer》第五版,我遇到了...


© www.soinside.com 2019 - 2024. All rights reserved.