I'm currently trying to read out the present status of Microsoft Teams users and pass it on.
In C# I was able to do this relatively easily, but now I had to switch to Java.
And that's where I run into my problems.
The presence resource type from the Microsoft Graph API is only available in the MS Graph API Beta, so in my Java application, I access the MS Graph Java SDK "com.microsoft.graph:microsoft-graph:1.8.+". But I can't find the class for the presence resource type anywhere, is there an extra MS Graph Beta Java SDK?
Presence resource type in MS Graph Java SDK?
211 Views Asked by crank At
2
There are 2 best solutions below
0
baywet
On
update: there's now a beta sdk available for java.
Also, the presence type was added to the v1 sdk with version 2.5.0
Related Questions in JAVA
- I need the BIRT.war that is compatible with Java 17 and Tomcat 10
- Creating global Class holder
- No method found for class java.lang.String in Kafka
- Issue edit a jtable with a pictures
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Does the && (logical AND) operator have a higher precedence than || (logical OR) operator in Java?
- Mixed color rendering in a JTable
- HTTPS configuration in Spring Boot, server returning timeout
- How to use Layout to create textfields which dont increase in size?
- Function for making the code wait in javafx
- How to create beans of the same class for multiple template parameters in Spring
- How could you print a specific String from an array with the values of an array from a double array on the same line, using iteration to print all?
- org.telegram.telegrambots.meta.exceptions.TelegramApiException: Bot token and username can't be empty
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Postgres && statement Error in Mybatis Mapper?
Related Questions in MICROSOFT-GRAPH-API
- Teams tab application returns SSO error in mobile Outlook
- Implementing Incremental consent when using both application and delegated permissions
- Issue uploading files in spring boot java to onedrive using API
- Validating Access Token in ASP.NET Core Web API project
- MS Graph API Error 504: Timeout when send large data (Java Sdk 5.80.0)
- Why does the API getTeamsTeamActivityDetail has missing data?
- .NET 8 DownstreamAPI not authenticating
- Inquiry Regarding Feasibility of Fetching User login hours(In numbers) Status from Teams for SPFx Integration
- MS Graph .net SDK cannot expand calendar event SingleValueExtendedProperties
- How to disable cached responses from node fetch? (Microsoft Bookings API)
- Build self service Microsoft Partner Center portal using Graph API ( web app )
- Adding skiptoken to query parameters for graph api v5 requests
- OneDrive download link to a direct link not working, auth requested
- Microsoft Teams, Graph API, send message to channel InsufficientPrivileges MessageWritesBlocked-Thread is not marked for import
- Microsoft graph api to get lists in a sharepoint site not listing all lists
Related Questions in MICROSOFT-TEAMS
- Teams tab application returns SSO error in mobile Outlook
- logiapp teams api connection terraform user sign in
- Unable to publish the MS Teams application using Teams CLI
- Teams Toolkit Bot - Storage Issues
- Microsoft Teams webhook send image
- Inquiry Regarding Feasibility of Fetching User login hours(In numbers) Status from Teams for SPFx Integration
- How to authenticate a Teams tab app built in Angular using Microsoft Entra
- Microsoft Teams, Graph API, send message to channel InsufficientPrivileges MessageWritesBlocked-Thread is not marked for import
- Add interruption button in Azure bot framework
- Trouble displaying content in tab Microsoft Teams. in our published app
- How to map the matched recordings and transcripts from onlineMeeting APIs?
- Working with MS Teams Webinars Graph REST API v1
- Odata filter DateTime casting string to DateTime and Filtering
- Single Tenant Teams Bot Authentication Error: Missing access_token
- How to schedule a MS Teams meeting programmatically?
Related Questions in MICROSOFT-GRAPH-SDKS
- MS Graph .net SDK cannot expand calendar event SingleValueExtendedProperties
- Adding skiptoken to query parameters for graph api v5 requests
- Microsoft graph api to get lists in a sharepoint site not listing all lists
- How to send an email with the microsoft java sdk in koltin using the Microsoft graph api V6
- What is the easiest way with Microsoft Graph to access email messages?
- Microsoft Graph Java SDK 6.4.0 - how do you set a wiremock URL for Integration tests?
- In Microsoft graph sdk 6.4.0 using new PageIterator - how do you iterate page item results with multiple threads?
- In Microsoft graph sdk 6.4.0 using new PageIterator - How do you use collectionPageFactory?
- In Microsoft graph sdk 6.4.0 using new PageIterator - what is the proper way to use processPageItemCallback?
- Creating plan via MS Graph API returns empty ODataError
- Graph api using search and orderby at sametime
- How can i run Get-MgAccessToken in Powershell?
- How do you fetch Microsoft SharePoint Lists from a Site in 6.4.0 version of Graph SDK?
- InteractiveBrowserCredential authentication failed: AADSTS70011: The provided value for the input parameter 'scope' is not valid
- Creating GraphServiceClient using version 6
Related Questions in USER-PRESENCE
- How can I stop codelenses from breaking up indent guides in VS Code?
- Migrosoft Teams mgraph REQUEST 401 SSL errror
- Connection disconnected Server returned an error on close: Connection closed with an error. ArgumentNullException Value cannot be null (Parameter key)
- Get Teams Call state
- Laravel 9 presence channels for all users (guests and logged)
- How can I get what a user is playing on discord?
- How to retrieve online presence status in Outlook using VBA
- Users Presence Monitoring Using Firebase Realtime DB Rest API
- Managing user presence in real time database using Flutter
- Facings issues in fetching Multiple users Subscription for Presence MS Graph API (For Microsoft Teams)
- onDisconnect fires when client reconnects
- Cloud Firestore for Presence notifications
- Firebase Realtime onDisconnect does not work when same app is running location service in the background(location.enableBackgroundMode(enable: true);)
- presence update not working discord.js v12
- How do I send Presence update after my phone goes back from sleep with PubNub?
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 # Hahtags
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?
I have now solved the whole thing with a custom request. Not the best solution, but as long as the presence status is only available in the beta and not in the release version, there is probably no better way to do it via the SDK