microsoft-graph-calendar

Microsoft Graph findMeetingTimes endpoint not working

拥有回忆 提交于 2019-12-13 09:23:45
问题 Please do not report as duplicate because all other topics have not solved my issue, thanks. I'm using Microsoft Graph api to list and create calendar events, however I can't seem to make the findMeetingTimes endpoint work. This is my authorization URL: https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize?client_id=xxxxx&response_type=code&redirect_uri=xxxxx&response_mode=form_post&scope=openid%20profile%20User.ReadWrite%20User.ReadBasic.All%20Sites.ReadWrite.All%20Contacts

How to check an Outlook custom property is available via Microsoft Graph

亡梦爱人 提交于 2019-12-10 00:02:54
问题 I added a custom property to an Event using an office.js add-in. I tried to get that custom property's value using https://graph.microsoft.com/v1.0/me/events/AQMkADU2OWFjYTF..AAAA==?singleValueExtendedProperties($filter=id eq 'String 00020329-0000-0000-C000-000000000046 myCusPropId ') but it is return an error: { "error": { "code": "ErrorInvalidProperty", "message": "PropertyId values may only be in one of the following formats: 'MapiPropertyType namespaceGuid Name propertyName',

SingleValueExtendedProperty is propagated only when room accept the event

假如想象 提交于 2019-12-08 07:23:06
问题 I'm doing some code that book meeting rooms integrated with Outlook Office 365. I'm using Microsoft Graph to do that and my solution requires some extended properties that are used in many functionalities. My problem is: When I update the extended properties of some event in the owner's calendar, the change doesn't propagate to the room copy of the event. The extended property is propagated only when the room needs to accept the event again (e.g. start date changes). Piece of code I'm using

SingleValueExtendedProperty is propagated only when room accept the event

孤者浪人 提交于 2019-12-06 18:44:25
I'm doing some code that book meeting rooms integrated with Outlook Office 365. I'm using Microsoft Graph to do that and my solution requires some extended properties that are used in many functionalities. My problem is: When I update the extended properties of some event in the owner's calendar, the change doesn't propagate to the room copy of the event. The extended property is propagated only when the room needs to accept the event again (e.g. start date changes). Piece of code I'm using to update event: Event toUpdate = new Event { Id = eventData.EventId, SingleValueExtendedProperties =

Expanding singleValueExtendedProperty not working when retrieving Event details

笑着哭i 提交于 2019-12-06 05:52:58
I am trying to retrieve custom property value for an event using Microsoft Graph. The custom property was created by an Outlook Office.js Add-ing Here is request /v1.0/me/events/{id}?$expand=singleValueExtendedProperties($filter=id eq 'String {00020329-0000-0000-C000-000000000046} Name myCusProp') This returns a successful response from Graph but it does not return the singleValueExtendedProperty . The Outlook add-in, however, is still able to retrieve the property value from the same Event. { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('{id}')/events/$entity", "@odata

How to check an Outlook custom property is available via Microsoft Graph

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-04 19:03:52
I added a custom property to an Event using an office.js add-in. I tried to get that custom property's value using https://graph.microsoft.com/v1.0/me/events/AQMkADU2OWFjYTF..AAAA==?singleValueExtendedProperties($filter=id eq 'String 00020329-0000-0000-C000-000000000046 myCusPropId ') but it is return an error: { "error": { "code": "ErrorInvalidProperty", "message": "PropertyId values may only be in one of the following formats: 'MapiPropertyType namespaceGuid Name propertyName', 'MapiPropertyType namespaceGuid Id propertyId' or 'MapiPropertyType propertyTag'.", "innerError": { "request-id":