I don't think I can do what I want, but thought I'd check here before giving up. I'm using EWS (direct) to create a meeting for a M365 user. There is an attendee list, plus a resource attendee (e.g. a room). When I use CreateItem, I can specify "SendMeetingInvitations" as SendToNone, or SendOnlyToAll. The latter option sends invitations to all attendees. But what I want is to send the invitation just to the resource, not normal users. Any way I can do that? Or is there some other way that I can reserve a block of time for a resource, i.e. write directly to the resource calendar?
Send M365 meeting invitations to selected attendees
14 Views Asked by Jeff McKay At
0
There are 0 best solutions below
Related Questions in EXCHANGEWEBSERVICES
- Send M365 meeting invitations to selected attendees
- Graph api using search and orderby at sametime
- Create exchange appointment using ews-javascript-api
- Response from Exchange Web Service is invalid XML
- Exchange Audit Log Endpoint Returns 401
- Exception managing personal outlook.com e-mail using EWS (migration to OAuth2 required?)
- BluePrism - Move or upload a mail from one email Inbox to a different one
- EWS Operation Item.Copy fails with 'full_access_as_app' permission
- EWS EmailMessage Move failed
- exchange web services: export item which larger than 2GB got 400 with empty response
- Trying to get EWS account causes perfproc event 2002 and crashes
- Issue converting EntryId to EwsId, it gives ImmutableId
- How to migrate a function UploadItemFts(string folderId, byte[data]) on EWS managed api to Graph function
- BUG? deleting occurrence with ews managed api deletes entire series
- When I use the official ews Java API and demo call interface to retrieve the busy status of other users, I always report error 404
Related Questions in MICROSOFT365
- Office365: Refreshing access token results with "AADSTS9002313" invalid_grant execption
- vba powerpoint for mac creating unwanted blank line
- Paste Special msoClipboardFormatPlainText creates unwanted line break on Mac
- "Authentication unsuccessful", SMTP, basic auth, Microsoft 365 email
- Dynamics 365 Finance & Operations API
- Export all stream videos from stream on sharepoint to csv
- get sharepoint file programatically (I know the url from a web browser)
- Dynamic Distribution Group Creation (PowerShell)
- Employee Availability in Microsoft Form
- What can be the reason behind Microsoft graph API(/v1.0/me) returning NULL in "preferredLanguage" field in the profile object?
- teams chat messages are retained even after deletion through eDiscovery. How can this issue be resolved?
- MS 365 dev subscription won't auto-renew even though I'm actively using it
- Creating a text file by searching a string in Outlook inbox(including group inbox)
- What is the difference between creating user from EntraID and MS365 Protal?
- MS Graph API - there is no users/<userid>/drive/items/<itemid>/children/<childrenid>/permissions endpoint
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?