Microsoft Graph Feature Requests
Welcome to the Microsoft Graph UserVoice! Do you have an idea or feature suggestion based on your experience with Microsoft Graph? Please share these with us by submitting your idea below or voting up ideas submitted by other users. This forum will be directly monitored by the Microsoft Graph engineering teams who are working on new features every day.
If you have feedback on a specific API service, please choose the corresponding category. Please submit any broad ideas related to Microsoft Graph or ideas across more than one service to the “General” category.
This site is only for feature suggestions and ideas! If you need technical help, please go to the Microsoft Graph StackOverflow or if you have a Premier support contract raise a support ticket.
For more information on Microsoft Graph, please checkout https://graph.microsoft.com.
-
Add ability to add/edit/update Teams meeting roles from the Graph API
Using the graph API you can create a new Group Event /groups/{id}/events/{id} however because it's in a group, you're unable to set the Organizer of the event because it will always be the group it's self.
This leaves the only 2 people that can change the 'meeting options' (via a link in the calendar appointment)
- Organizer - This is the group itself (the group doesn't have a login - so it's not an option)
- The Owner - The account who run the API call to create the event. If this is a service account, then this isn't an…67 votes -
[GraphAPI/Office 365 Rest API] please add support for notifications/subscription on Exchange RoomMailBox in delegated API permissions mode
GraphAPI/Office 365 Rest API, please add support for notifications/subscription on Exchange RoomMailBox in delegated mode.
In delegated API permission mode, we are able to get events from RoomMailBox calendar but not subscribe for notifications (webhooks) on events changes
Each time we tried to create notification channel we got :
"error": {"code": "ExtensionError",
"message": "Operation: Create; Exception: [Status Code: Forbidden; Reason: Access is denied. Check credentials and try again.]",
"innerError": {
"request-id": "XXXXXXXXXXXXXXXX",
"date": "XXXXXXXXXXXXX"
}
}Moreover, in Exchange, we have full access on RoomMailBox by using user account we used on delegated mode (user account impersonated). Push notifications…
59 votes -
Create Event should include a Boolean to enable an option to 'send notifications to attendees'
I need to restore events from a user calendar through MS Graph API without notification sent to the attendees. The problem is that when the event is created, it automatically sends an email to all attendees, whether it's old or new event. I want to just create the event without any email send. I also tried to add a ResponseRequested=false and responseStatus=None properties, but it's do nothing.
I'm unable to find any option how to control this. Create Event should include a Boolean to enable an option to 'send notifications to attendees' if its false then it will not send…55 votes -
Add Calendars.ReadBasic minimum permission for getSchedule
getSchedule and list events require the same permission - Calendars.Read. This is too broad for getSchedule, allows the caller to list events, including the event subject/body.
Create a new permission: Calendars.ReadBasic. Use it as minimum permission to retrieve free/busy info only, which is sufficient to determine availability and scheduling meetings.
Exchange Calendar permissions and sharing policies have this. https://docs.microsoft.com/en-us/exchange/sharing/sharing-policies/sharing-policies.
30 votes -
BirthdayCalendar
Activate the birthday calendar with MSGraph. Currently, is it only possible to activate this Feature over OWA.
2 votes -
transactionId for Update Event API
The transactionId property has been introduced into Create Event API.
https://docs.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0&tabs=http#example-1-create-an-event-in-the-specified-time-zone-and-assign-the-event-an-optional-transactionid-valueThat would be great if the similar function is introduced into Update Event API. Sometimes our application need to do unnecessary retries due to network issue or Microsoft Graph issue, and it generates unnecessary event update messages.
2 votes -
GraphAPI/Office 365 Rest API - calendar/getSchedule performance improvement needed
calendar/getSchedule is currently the only way to compute the availability of multiple resources for a certain date. Loading times for ca. 10 resources are very acceptable at under 1s. But when querying ca. 50 resources, loading times are ca 5-6s.
We need this functionality to be able to load the availability of 200-300 resources for a date in max. 2s.
1 vote -
Delete meeting from calendar without sending cancellation
It's not currently possible to remove or delete a calendar entry from a calendar without sending out a cancellation to the attendees. This would be a nice feature to have
4 votes -
Calendarview filter categories
Filter categories/any(a:a+ne+'Blue+Category') doesn't work with Calendarview
2 votes -
Surface Allow forwarding for events (to disable forwarding meetings)
Almost all functionality to create an event with attendees is available in the graph api. However if you want to disable the Response Options > Allow forwarding, you need to do some trickery by setting a SingleValueExtendedProperty on the event.
While this is a viable work-a-round, it would be much nicer if you can create an event and just set
allowForwarding: false
.1 vote -
Provide an API to fetch calendar events from room resource exactly like we fetching events from user calendar.
Is it possible to provide an API to fetch calendar events from room resources exactly like we fetching events from the user calendar? The same option is available in EWS services. ie we can fetch all events from Room resources.
4 votes -
fix calendar Id bug
1
I have noticed that the calendar id is not a unique value and it changes for reasons unknown. I have stored some calendar id values in a database. At a later point when tried to insert events using those values, the id stored in database no longer matches the Calendar id in Microsoft Graph. Upon investigation the calendar id has been changed in the last few characters. What is happening here? when this can be fixed
1 vote -
Expose iCalUId on deleted calendar events
For integrations that cannot rely on the opaque ID alone, as iCalUId is very different (uniquely identifies the same event on EVERY calendar, not just the user's calendar)
6 votes -
Update this and following events in Microsoft Graph API Event
We are integrating Microsoft Graph API events with our Application. We noticed that the Graph API covers almost all basic functionalities for a single event like create, updates, delete, respond to an event. But when it comes to recurring events, it lacks some basic functionalities like update this and following recurring events.
For example, If I have created a recurring event A from 1st July to 15th July at 10 pm to 11 pm and if I wanted to update the event A timing, from 9th July onwards till the end of recurrence at 9 am to 10 am, I don't have…
7 votes -
display more than 100 rooms from room list
Display more than 100 rooms from room list
5 votes -
Better support recurring calendar event exceptions
When retrieving a list of occurrences for a recurring event (/me/events/{id}/instances), the result is lacking some critical data regarding exceptions. In particular, we need to know the original date/time of an exception, so that we can match it with the original occurrence. Also, there is no information at all about deleted occurrences.
21 votes -
Move events between a user's calendars using the Graph API
It would be nice if the graph API supported a move event API, akin to:
https://graph.microsoft.com/v1.0/me/move/calendars/{id}/events/{id}/calendars{id}For reference Google already provides this functionality:
https://developers.google.com/calendar/v3/reference/events/move34 votes -
Support findMeetingTimes on Shared Calendars
Right now it seems to be not possible to find meeting times within a shared calendar with the /v1.0/users/[user]/findMeetingTimes request.
3 votes -
8 votes
-
Remove admin consent requirement from Place API
We have been told that the findRooms API should not be used to find meeting rooms because it is replaced by the Places API. However, the Places API forces our App to request Admin consent which doesn't seem necessary and is a big negative for our customers.
None of the other permissions our App needs require admin consent, but because we need the Places API, users see a message saying that an admin must give consent. We want users to be able to approve delegated permissions such as Calendars.ReadWrite, rather than have an admin consent on behalf of the users.…2 votes
- Don't see your idea?