Microsoft flow not triggering when new email is arrived - automation

I'm trying to automate a flow. The trigger action is done when a new email arrives in the outlook 365. I'm trying to read new email. But unfortunately the flow is not getting started.
Gone through many online articles but not able to find a solution.

Have you looked through the log to try and determine why the item is not executing?

The issue is, my inbox had some rules. After removing, it worked.

Related

How to send a recurring event from Outlook to Google Calendar

I have some Outlook VBA code which executes when I add an event to my Outlook calendar. The code makes use of the google calendar API to send the event information to google. Google them updates my google calendar. I also have code which, when I delete an event from my Outlook calendar, will send a DELETE to google through the calendar API. Google then deletes the event from my google calendar. This code works perfectly.
Now I need to write the VBA code which will send recurring event data to google. Is there a simple way to send this information? Is there an online service that I can send information to and have an RRule string generated? Do I have to build the RRule string manually?
Thank you.
If you deal with Office365 account you may consider using the Graph API directly without involving client applications like Outlook. For the Exchange on-premise you may consider using Exchange Web Services, see Start using web services in Exchange for more information.
If you need to end up with a client-side solution you may consider creating a VSTO based add-in (COM add-in) which can sync everything with your system. See Walkthrough: Create your first VSTO Add-in for Outlook to get started quickly. VBA was not designed for distributing solutions on multiple machines.

What is the best way to throw errors in Outlook

I am making an Outlook taskpane add-in and want to show an Error Massage if my backend is not reachable. But I do not know how to open an Error box or the yellow error massage that Outlook uses is there a way?
or is there a better solution?
The yellow box is currently an internal feature, and we don't have JS APIs available to show that. You can request this as a new feature and we track Outlook add-in feature requests on our Tech Community Page. Please submit your request there and choose the appropriate label(s). Feature requests on Tech Community are considered, when we go through our planning process.
Otherwise, you could just create your own error message box in the taskpane to show the users.

Create an online meeting/skype event with Microsoft Graph Api v1

I was wondering if anyone has had any success creating a skype event using microsoft graph api version 1.
Basically, by using the api, I want to send a skype event to a group.
I was looking at https://github.com/microsoftgraph/microsoft-graph-docs/blob/master/api-reference/beta/resources/event.md and I read that onlineMeetingUrl parameter is set when the organizer specifies an event as an online meeting.
But I could not find anything in the documentation on how to set the an event as online: https://learn.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0
Did you ever have a similar problem?
Thank you.

Office JS Add-in API Compose appointment get contact

I'm searching in documentation how to get the list of contact of the Office account in the way to display it and let the user pick all phone numbers he need.
I assume is not possible during outlook appointment compose. But i would to be sure (Maybe i miss an important point in doc)
Thanks !
Currently the feature to get all contacts, you requested, is not a part of the product. We track Outlook add-in feature requests on our user-voice page. Please add your request there. Feature requests on user-voice are considered when we go through our planning process.
Meanwhile, you can achieve this by using REST API's.

Outlook REST API calls return internal server error 500

When using the Microsoft Outlook REST API to make calls to my own Outlook Calendar, I receive an internal server error 500. My access tokens are apparently fine and everything, but I still get this error. I thought there might be a problem somewhere in my script, but I get the error even when using the Outlook OAuth Sandbox. I understand that certain Outlook accounts are not REST API-enabled yet, but according to the documentation,
making API calls to mailboxes that are not yet upgraded will return a
MailboxNotEnabledForRESTAPI or MailboxNotSupportedForRESTAPI error
code.
I do not receive those error codes. So does anyone know what the problem might be?
Sorry to hear that you're having this problem. We recently discovered a scenario where Outlook.com accounts that haven't been migrated onto the REST-enabled platform will get this error instead of the expected MailboxNotEnabledForRESTAPI or MailboxNotSupportedForRESTAPI code. It sounds like your account hasn't been migrated yet. This is a problem on our side in that we're not returning the correct error.
In the meantime if you need an account to test against, if you create a new account it should be REST-enabled right away.