API for live account Tasks (Outlook.com Calendar) [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Actually, I've setup my outlook.com account on MS Outlook. I wanted my tasks to be shown on my Windows Phone 7.8 device by categories. Tasks are synced with the WP device but as you know there are no categories!
I didn’t find any appropriate way to have my outlook.com task categories on my WP device. So I decided to implement a simple mobile webpage that retrieve my tasks from outlook.com calendar and display them by categories. This way I can have my tasks ordered by categories on my mobile devices.
How can I retrieve my tasks from outlook.com calendar? Is there any API?

The is an API, however, you have to join the development program which costs $49.
Here's the documentation: http://msdn.microsoft.com/en-us/library/live/hh826523.aspx#cal_cs

Outlook.com does not support programmatic access to tasks at this point.
The unified O365 and Outlook.com APIs were announced on August 12 2015. See http://blogs.msdn.com/b/exchangedev/archive/2015/08/12/unified-outlook-apis-for-office-365-amp-outlook-com-are-here.aspx .
Full API specs are available at https://dev.outlook.com/ . As of this writing you will find APIs for Mail, Calendar, Contact, Notifications, and Photos.
I know this isn't satisfactory.
The best place to give feedback would be at http://appsforoutlook.uservoice.com/forums/284422-other .

Related

Is there a Web API for WeChat? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
From what's evident on the WeChat Developer Site, there is a WeChat API for integrating "WeChat SDK with your iOS and Android apps".
Specifically, I am looking for a way to check to see whether two accounts are friends on WeChat (I have access to the login information for one of those, the other of which varies). Is there a Web API for me to do this with? I was thinking something along the lines of REST, JSON, etc., though I can't seem to find anything of this sort.
Perhaps you are looking for the Official Account Admin Platform. I'm not sure about the whole friendship status thing, but that's the closest thing I can find to a WeChat REST API.
I made a code snippet for a python API to read WeChat messages (in a django app)
It also explains how to make a developer account etc
code: https://github.com/tawanda/django-wechat
Summary
Create developer account
head over to http://admin.wechat.com/debug/sandbox
Click on Login
Scan the QR code
You should see the sandbox developer page now

MSN WEATHER API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I am using MSN WEATHER API to create a website for a school project. I get weather informations using this link example: http://weather.service.msn.com/data.aspx?weadegreetype=F&culture=en-US&weasearchstr=Chicago,IL
Now I create the report of the website and I need to write some more informations about MSN Weather API. but I can't find anything.
I just search on all internet but I can't find a page about MSN WEATHER API.
We are writing to notify you that the Microsoft Weather API will no longer be available for download and will be discontinued as of April 15, 2015, meaning it will no longer provide weather data. Accordingly, please remove the Microsoft Weather API from any of your products or apps that currently use it.
Here is a list of external providers who might be able to support your needs if you are interested in obtaining an alternate weather API:
http://api.accuweather.com/
http://www.wunderground.com/weather/api/d/pricing.html
https://developer.forecast.io/
Disclaimer: Microsoft and Microsoft Weather are not affiliated or associated with any of the above companies in any way.
Thank You
Microsoft Weather Team

Api / services for receiving sms (text messaging) online [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
My current project requires us to receive text messages online. It's hard to wade through the search results as many of the are just websites with about 10 numbers for everyone to use.
I am looking for services along the lines of what is being offered at http://www.tropo.com
You can send and receive text messages online on your own private generated phone number within the US or Canada.
Preferably free, just need a few more before I make any decisions
Thanks!
Disclaimer, I do developer evangelism part time at Nexmo.
Here are a few paid SMS APIs:
Nexmo
Twilio
Tropo
You may be able to hack something together that works for free, but you risk that solution being disabled by whatever provider you use (for example, some people send SMS via Google Voice, but I wouldn't recommend relying on that).
Since you're receiving SMS, Nexmo would be a good solution when it comes to price. You only pay for the virtual number (roughly $1 a month), and all incoming messages are free.
Try www.twilio.com they have a good API and it is free while testing.

Google play search api or partner feed? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Does anyone know if there is a search api for google play. I'm particularly interested in searching for apps.
iTunes has a great search api and also an enterprise partner feed containing all the information. Does google offer the same?
android-market-api
An open-source API for the Android Market
This is not an official api. I'm not afiliated to google in any way.
This library allow you to ask directly google's official android market servers for information, search for apps, ...
Note:
Google Rebranded Android Market, Google Music as 'Play' on March 6, 2012.

Web API to make phone calls [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
is there an API to make phone calls an have a phone conversation in the web (maybe flash based?), like skype but without having to install software?
thanks
These will allow conversations:
http://www.callfire.com/dialer/cm/info/phone_call_api.html
http://www.callfire.com/dev/index.php/Click_to_call_API
http://public.ifbyphone.com/partners/developers
http://cloudvox.com/
See section Connect Cell Phones and Land Lines:
http://www.twilio.com/how-twilio-works
any US or Canadian phone number and connect the caller to that person.Enter one phone number, or many! If you specify multiple numbers, Twilio will ring them all until somebody answers.
http://api.hoiio.com/voice_call.html
The voice API by Hoiio connects 2 phone numbers. Support is international, to over 200 countries.
Victor: Yes, at least with Cloudvox and probably the others. Can place calls, receive them, connect two parties, connect two parties plus your script, or let people conference (also controlled by your code).
Home page & tour has the basics, and lots of code samples at http://help.cloudvox.com/ -Troy, Cloudvox
I would also hit the latest version of the CallFire API. It is a lot more developer-friendly. You should be able to launch phone calls and send text messages both in bulk or one-offs. https://developers.callfire.com/