Determine if a Teams meeting started - microsoft-graph-api

Is there a way to get information about Teams meeting being started? Maybe some event is raised or it can be achieved with a webhook?
If that's not supported, then maybe a walkaround with checking if people are attending certain meeting?

There is a UserVoice on this. You can upvote if this needs to be consider as a future request.

You can check users current status via API. There is property InACall.
More on that here.

Related

Get Microsoft Teams/Graph user status message via API

It looks like you can get a user's presence via API: https://learn.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-1.0&tabs=http. But I can't find any way to get the Teams status itself, specifically this thing:
I've seen various people asking about it in other forums, I assume it doesn't exist yet but maybe somebody knows how, perhaps there's an undocumented way? Thanks!
Currently we do not have any Graph API to get the status set in Teams.
You can raise a user voice here: https://microsoftteams.uservoice.com/forums/555103-public/filters/new

Subscribe to Jira search filter using jira Rest API

I have created a Jira search filter, using this request:
POST /rest/api/2/filter
This worked pretty well. Now after I created the filter, I want to get automatically subscribed to it.
Is there a way to do it with the REST API? Or is the only possible way to do this manually?
I already found this in the documentation: https://docs.atlassian.com/software/jira/docs/api/REST/7.4.1/#api/2/filter-createFilter
There, I found the "subscriptions" property, but I can't seem to figure out how exactly I have to write this, to get the correct syntax.
Thanks.
There is a JIRA Feature Request that is still being considered for this to be implemented. Please take a look at this for more details.
For now, all we can do is Fetch or Create Filters using the JIRA ReST APIs but editing the subscriptions should be manual tasks.
Please take a look at the following Atlassian Question which confirms the same.
Details as provided in this Question:
You can do a GET to see the filter subscriptions values you have via:
GET /rest/api/2/filter/favourite?expand=subscriptions
Hope this helps!

Etsy on order feed

Is there a good way to receive information when customer makes an order?
Judging from the documentation, there isn't. I know there are some apps related to managing payments on Etsy, and I believe they would depend on order feed.
If Etsy does not provide such feed, how would you solve this?
My first idea is to periodically poll the API and request the orders. From there, understand if new order/s happened.
Your help is appreciated.
FYI see https://github.com/etsy/open-api/issues/28 - [FEATURE] New real time feeds/suscriptions #28
Doesn't seem to be implemented yet, but that's probably the place to track it.
Not the best answer, but I'm trying to do the same thing right now. What I'm doing is collecting the transaction ID from the email associated with the Etsy account.
With the transaction ID you can request for the details from Etsy. I'm still trying to figure how to do that myself though.
Currently, there is no straight forward, documented way to subscribe to the "new order created" event. I was hoping this would be one of the must have features on the new API v3, but unfortunately it isn't implemented so far.

Fetching number of tickets per order

AFAIK the Eventbrite API does not return the number of tickets per order. Is there some way to find that info?
I'll answer my own question and say No, fetching the number of tickets per order is not possible. I've asked it directly to the Eventbrite support and API teams without any response and no one here has been able to provide any way to do so either.

Possible to add attendee via api?

Prior to making an elance job ad, I'm hoping to confirm it's possible to add an attendee to an event via the eventbrite api. As a non-programmer it's not at all clear in reading the dev eventbrite site that this is in fact possible. Here is what I want to do:
Create an event in Eventbrite
(and get the event id or whatever is needed)
Create a product in Infusionsoft
(using event id from eventbrite)
Upon product sale in Infusionsoft, make an http post with information similar to:
http://eventbrite-api-sample.com/ (add attendee command)?(event id command)?(customer name, email, etc)
Happily let eventbrite do it's thing in regards to reminders, checking, followup!
I apologize if my question is obvious! Thanks for any help! If this seems doable my hope is to make an elance job ad and provide the developer resource page for eventbrite!
Ryan
Based on my research and attempts to work with the API, it seems unlikely Eventbrite will ever open up that option. Importing attendees and using API to add attendees is crippled, likely so that no one uses their own site/payment processing to circumvent Eventbrite fees.
It looks like this is not possible to create a new attendee through the API. Their workflow page also suggests this:
http://developer.eventbrite.com/doc/workflows/#orders
This is not currently a feature available through the API, but there is an option to add attendees manually through the UI. Instructions are here: http://help.eventbrite.com/customer/en_us/portal/articles/428370-add-attendees-manually

Resources