Outlook Tasks in Microsoft Graph - outlook-restapi

I am interested to to use Outlook Tasks. I know that is it available in Microsoft Graph Beta (https://learn.microsoft.com/en-us/outlook/rest/compare-graph-outlook)
Does anyone know that when will it be released?
Thanks,

You could post the question and feedback to Official under the article you provided directly.
Link : A New Feedback System Is Coming to learn.microsoft.com

Apparently the Outlook tasks API has been deprecated and is superseded by the ToDo API :/

Related

Find out which office.js requirement set my code is using

I would like to integrate into my CI/CD pipeline a requirement set condition.
I'm developing an Office.js Excel addin and I would like to track client compatibility.
There is a way to inspect code to detect the maximum value of requirement set?
The codebase is not so small, and I want to keep an eye on client compatibility.
Thanks
Good question! There is no tools for such tasks, developers are responsible for checking the requirement set before using a particular method or property in the code of Office add-ins.
Sounds like a subject for a feature suggestion. You can post or vote for an existing feature request on Tech Community where they are considered when the Office dev team goes through the planning process.
As far as I know, there is no automated way to see what Req Sets are used by your code. That would be a valuable tool. Consider suggesting it at Microsoft 365 Developer Platform Ideas.

API for Tracking changes / viewing revisions for Microsoft Word

In Microsoft Word, there is an option to track changes/view revisions pertaining to a specific document. I would like to know if there is any API to access those changes via an Office Add-In.
Also, via this link, the consensus is that there is no such API available. But since, this is an old post, we would like to know if the situation has changed.
Furthermore, according to this link, there is the presence of Reviewer object for VBA shown. However, is it valid for Office Add-In? If yes, Is it supported in other programming languages like Node.js. If it does, are there any code samples available?
The functionality you are asking about is still not supported in the JavaScript API for Word. Please make sure to add this request (or vote for an existing one) in our user voice channel. thanks.

Referencing users when posting content to Office 365 Connector Cards

How do I reference another user when posting to a Microsoft Teams channel using a webhook. I can use the text property within the json to specify basic content body but how would I add for example
"Need to ask #Jim about this project" and have Jim receive a reference to this post?
Using the following reference as a guide https://dev.outlook.com/Connectors/Reference
Any help would be great, thanks in advance.
Programmatic #mentions are currently not supported in Microsoft Teams. It's on the backlog, though, and should be coming soon.

I have found a bug in the Microsoft Dynamics CRM SDK - how and where to report?

So, I believe I have found a bug in the Microsoft.Xrm.Client.dll which is shipped as part of the Microsoft Dynamics CRM SDK.
My question is, is there a correct procedure for reporting bugs with the SDK and what is it?
At the moment I have posted something here: https://community.dynamics.com/crm/f/117/t/144464.aspx but I am not sure this is the correct place?
Official place for bugs in Microsoft products is Microsoft Connect site.
Go to http://connect.microsoft.com/directory/?keywords=dynamics+crm, press "Join" link in the corresponding line.
Product support is available direct from Microsoft, with different ontact points if this is an on-premises installation, CRM Online, or for developers with an MSDN subscription.

Send EMail in Sharepoint Online 2013

I want to send an Email in Sharepoint online. I used the following method to send the mail using the Event reciever.
SPUtility.SendEmail(SPContext.Current.Web, headers, bodyText.ToString());
But it does not work with sharepoint online 2013.
After reading in the articles I got to know that SPUtility method cannot be used. Please provide me a solution to send mail through event reciever. I am creating it as a Sandbox Solution.
Can we Use Microsoft Exchange Server? How Can I use it?
Thanks for the helps!
You could use a workaround by leveraging the SendMail activity in a workflow. This is also explained here: Guru Tip: Sending an Email in Office 365.
Unfortunately using this workflow workaround will be your only choice as both SPUtility.SendEmail as well as System.Net.Mail.SmtpClient are not allowed in Sandboxed solutions which is also explained in this post: Send email via code in Office365
How to import Emails or part of the Email data to Sharepoint libraries or Sharepoint lists you can find on "The smart way from mailbox to Sharepoint". It works fine for Sharepoint online.

Resources