How to import MS Outlook events? - ios

I've been told to develop an iOS 7.0 and above app which should include a way to import the user's MS Outlook events and show her such information within the app. This could be a quite general question, but I don't even know if it is possible to do that... Has somebody done something like that? I don't find any starting point, what would be necessary to do to import such events? Would it be mandatory to have an Outlook.com account synchronized in the same device, or could the events be remotely requested?
Any guidance should be appreciated. Thanks in advance

You can use the Exchange Web Services (REST API). See EWS Managed API, EWS, and web services in Exchange for more information.

If you're still looking for it, here is one awesome SDK that can help you with it. Office365 has great set of sample codes and training to help you with it. Hopefully this will come in handy for you. Cheers (:

Related

Vicidial direct call in my web app

I need to implement direct call feature via vicidial in my web application.
Let me explain the flow to better understand what I need to do. user would be able to login in vicidial via a webpage of my app. then can call on any number by entering number.
Is there any doc or wiki available to implement this feature. Guidance in simple steps would also be appreciating.
Thanks in advance :)
We implemented something like that using a product called WombatDialer that offers good APIs and is quite easy to set up (well, easier than ViciDial).
See http://www.wombatdialer.com/manuals/WD_UserManual-chunked/ar01s08.html for an API reference.

Any twitter api or complete solutions for monodroid?

Looking for good solution for Twitter login and posting something... but there is no idea for now. How to do it in xamarine( IOS mono has complete solution, but monodroid...) help me please, if somebody knows how to do it.
If you just want to post something then you can easily do this by sending an Intent for use by an external app - e.g. see https://github.com/slodge/MvvmCross/blob/v3/Plugins/Cirrious/Share/Cirrious.MvvmCross.Plugins.Share.Droid/MvxShareTask.cs#L19
If you need a more complete solution then libraries like Tweetsharp have had MonoDroid ports/branches at various times, but I don't know the current status of any of these.
You might also want to take a look at Xamarin.Social. This component will let you tweet from your Xamarin.Android application.

How to edit standard class of android?

I am trying to build an app which acquired information from WiFi Access point, however, this information is not a standard information. i am transmitting additional information from the access point. Now to receive this information, i need to modify the class "WifiInfo." I am not sure how can I do it. I tried googling it, but no luck.
Is it possible to do this?
If yes, How,
Can I do this using any alternate way?
Thanks in advance for your help. :)

Eventbrite at-the-door API

Trying to set up an at-the-door ticketing solution for an upcoming makerfaire. We're contractually obligated to use eventbrite, but really don't want to use their ipad app so I'd like to programatically add an at-the-door cash ticket but don't see how to do that.
Anyone have ideas?
thanks!
--Derek
Currently, this use-case is not available via the API.
You can manually add attendees using Eventbrite's web-based interface.
If you really needed to automate that process, you could try scripting something with selenium / webdriver.

Inviting Users to Events via Facebook API

I'm able to create an event via the Facebook Graph API but I have yet to see a way in which to invite users to that event.
My fallback is to simply use the old REST API but sooner or later that will be phased out so I wanted to see if anyone had any suggestions.
--
Additional side question:
While using the REST API (or possibly even the Graph API) I have not found a way to invite guests who are not on Facebook. Is there a way to do this?
--
Thanks in advance for your help.
The bad news is that I think you're stuck with the REST API, at least I couldn't find another way (see http://bugs.developers.facebook.net/show_bug.cgi?id=10070 if you haven't already). The good news is that there's still so much functionality missing from the graph API that I'm pretty sure Facebook isn't going to be phasing it out any time soon. Very frustrating though...
can I use the JavaScript SDK to call the old REST API method ?
JS SDK

Resources