问题标签 [office365api]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
416 浏览

office365api - Office365 API - 提取我的用户照片

我有一个简单的网络应用程序,在过去一个月左右的时间里,以下内容正在运行:

但现在它返回:

如果我尝试以下任何操作,我会收到相同的错误:

我的组织有可能改变了一些东西来导致这种情况吗?或者此请求的工作方式是否发生了普遍变化?

在同一个应用程序中,我的其他电子邮件和日历请求都可以正常工作,这只是一个没有在顶角显示用户个人资料图片的装饰性问题。

0 投票
0 回答
82 浏览

calendar - o365 日历 API 不返回日历

我按照https://dev.outlook.com/RestGettingStarted/Tutorial/dotnet提供的说明将我的 Web 应用程序与用户的 Outlook 日历集成。我被重定向到登录我的 microsoft 帐户,它返回到我的返回 url,并填充了 code 参数。但是,当我尝试从该代码中生成令牌时,它返回空而没有任何错误。

有人可以建议吗?

以下代码是从代码生成令牌:

0 投票
1 回答
385 浏览

outlook - Outlook Mail 插件读取正文内容错误

我正在尝试开发一个Outlook 邮件插件来访问电子邮件的正文内容。

这就是我根据MSDN 提供的文档编写 JavaScript 代码的方式。

当我用 chrome 调试它时,这是我发现的错误消息。

参数名称:选项

我究竟做错了什么?

0 投票
2 回答
5547 浏览

office365 - Office365 Unified API, get calendar ID from Events ID

Every Event belongs to a Calendar, so when I receive a webhook from Outlook API management about a calendar event, I expect to also receive the container ID of this Events, but no. I get very little information about this calendar event, but still there is an ID. The problem how to get the ID of the calendar itself that holds this event?

I use unified API for querying this, and all I get so far is

But guess what, nowhere inside this response do I find the calendar ID. < sick >

Can anyone tell me how to retrieve the calendar ID from an Event ID?

0 投票
2 回答
1828 浏览

ms-office - Office 365 统一 API 错误“未找到分段 'UserPhotos' 的资源。”

一两周前,如果用户没有照片,Office 365 统一 API 将返回 1X1 大小照片的元数据。现在它返回错误:

现在,对于确实有照片的用户,该错误已开始出现。在过去的几天里,情况变得越来越糟,以至于 API 现在无法使用。一开始只有几张照片丢失,现在 250 多位用户中只有 1 位用户照片成功返回。

所有用户照片端点都返回此错误。例如:

沙箱中也发生了错误(尽管我不能确定沙​​箱中的用户是否有照片开始)。

是否有任何已知的解决方法或修复此问题?

0 投票
1 回答
119 浏览

office365api - Office 365 统一 API 预览版:beta/me/calendar/events InternalErrorServer

这一直工作到昨天(11/03/2015),但现在,每当我尝试 GET /beta/me/calendar/events(例如,通过https://graphexplorer2.azurewebsites.net),我得到一个InternalServerError

预览版 Beta 日历事件端点是否已更改?

0 投票
1 回答
231 浏览

office365 - 发布日历事件时出错

使用统一 API 调用 POST https://graph.microsoft.com/{version}/{tenant}/groups('{groupId}')/events

将日历事件添加到组。我间歇性地收到以下错误:

从 JSON 阅读器读取时发现意外的“PrimitiveValue”节点。需要一个“StartObject”节点。

我的 Json 对象看起来与在线文档中提供的内容相匹配。有没有人看到这个错误,如果有,你有解决方案吗?

0 投票
2 回答
568 浏览

outlook - 如何在 Mail Add-in 中侦听 MailItem 事件?

我想检测 Mail Add-in 中的事件。在 Outlook,thick/desktop 版本中,我们可以检测到邮件事件,例如MailItem.SendMailItem.AttachmentAdd.

是否可以在 Outlook Online 中收听这些事件?

0 投票
2 回答
4017 浏览

rest - 使用 API 显示来自 Outlook 电子邮件的 CID 嵌入式图像

我正在使用 REST API 从 Office 365 帐户收集电子邮件的内容,然后使用它通过 iframe 在基于 Web 的单独平台中显示电子邮件(以避免 css 冲突)。

但是,嵌入的图像和表情符号都显示为损坏的图像,因为它们是 CID 嵌入的。

这是我从 API 返回的内容......

如果我在 Office 365 中查看相同的电子邮件,这就是它的外观...

关于我需要做什么来显示这些图像的任何想法?

0 投票
2 回答
95 浏览

office365 - Office365 统一 API 事件端点不工作

似乎是以下路径:

不再工作了。

它因内部服务器错误(500)而中断,并显示以下消息:

“无法将 Newtonsoft.Json.Linq.JObject 转换为 Newtonsoft.Json.Linq.JToken”

提前致谢!