Office 365 - How to create OutlookServiceClient? - api

I need to integrate Office 365 Calendar in my application. I've already installed the Extensions and Office Tools. And have the Library references
using Microsoft.Office365.OutlookServices;
using Microsoft.Office365.Discovery;
And try to create OutlookServiceClient in Web Forms application.
But it fails, Please suggest me what to do ?
Thanks in Advance.

Try to read http://msdn.microsoft.com/en-us/office/office365/howto/common-calendar-tasks-client-library
It's described pretty clear how to get OutlookServiceClient

Related

is there any sample program using Kentor.AuthServices.MVC

I am using mvc4 and I need SAML2.0 for the security. I tried some samples with Component Pro but we need to purchase it and it has good documentation also.
I came to know about Kentor.AuthServices.MVC which is an open source and may i know whether there is any learning site where I can implement with mvc4.
There is a working SampleMvcApplication included in the source on github.

Lync API for VBA in excel

I need to send instant messages automatically from excel. I know how to do it, but I have a problem with Lync API. I have Office 2010 and Lync 2013 and I cannot find in references in VBA editor anything related to Lync or Communicator. I went through all pages and I find almost impossible to solve this and find correct API to use. I downloaded from MSDN portal communicatorAPI.dll, but it is not working. Do you know how to solve this? Thank you a lot.

How to install Form Based Authentication in SharePoint 2010

I would like users to have the ability of signing in without being Windows users. This means, either using Form Based Authentication or a better option, which I'm now aware right now.
Could anybody tell me how to install FBA in Share Point 2010, or recommend me a good article about it?
I've read several articles about this, but almost all of them tell me to modify several web.config files, and I really don't like the idea of touching things without being sure of what I'm doing.
Note: I'm not using Active Directory...just in case.
EDIT:
I've followed this tutorial, but I still cannot sign in using FBA. Also, I've noticed I don't have any users on SQL-Auth database (it's explained in that tutorial). Is that normal, or automatic?
Thanks,
Brian
I read quite a few articles about FBA configuration and followed instruction provided by them. But it wasn't until I found Configuring Forms Based Authentication for SharePoint 2010 using IIS7 I finally managed to make FBA work - I highly recommend this article.
The users are not created automatically - you can create them:
using IIS Manager,
programmatically (Membership.CreateUser),
using the MembershipSeeder tool mentioned in the tutorial you linked in your question.
This one has lots of screenshots and step-by-step explanations and might be helpful too.
http://kbochevski.blogspot.com/2011/01/setup-fba-for-sharepoint-2010-using-vs.html

SharePoint Client OM Tutorials?

I'm looking for a good tutorial on how to use the SharePoint 2010 Client Object Model. All I've been able to find on the web is some snippets about getting all the list names.
I'm looking for functionality such as:
Adding an item to a list
Querying a list for a specific field value
Deleting a row from a list
Any help would be appreciated!
Using the SharePoint Foundation 2010 Managed Client Object Model should be helpful.
Also, I did a course for the Pluralsight On-Demand Library on the topic.
Check this MSDN Video by Andrew Connell

How to activate a solution in SharePoint 2010 using client object model?

Here's the situation:
I have a customized SharePoint2010 site created.
I saved that site as a site template, which has created a solution.
I want to be able to activate that solution using SharePoint2010 client object model.
Is that possible? If yes, could you show me how to do it? If no, then could you show me how it can be done using standard SharePoint object model, or any other method?
Thank you for all the help.
Can look at an example here