I want to developed a webpart that get all users information with user images from sharepoint 2007 site. Please suggest me how can achive this. Is there any webservices that can i use in my custome webpart? Please suggest solution for the same.
Thank you.
You can use the UserProfileService to get user details. Details about the same for SharePoint 2010 is here.
Related
In Office365 we have created several groups in our "Office Group" (part of Office Graph). I want to use a web part in SharePoint to query for conversations, sort by date (desc), and display the results in a web part on our SharePoint landing page (Intranet start page).
Is still possible? (I know Office Groups are quite new in O365).
How can this be done?
Thanks for your question. Office 365 REST APIs don't yet support retrieving conversations for a Group. This is on our roadmap, but I don't yet have a timeline to share with you. Hope that helps.
Thanks,
Venkat
I need to sync emails between outlook2010 and sharepoint 2010. I have been searching, but found syncing contacts, calendars and tasks. Links and examples will be appreciated.
Question: What is the best way to achieve this?
Take a look at the Sharepoint webpart OWAInboxPart which will display email from Exchange without having to store the emails within Sharepoint.
The question is Why? Outlook is a communication tool not a storage facility. There is an outlook web parts in SharePoint that allow you to display email in sharepoint if this is your goal.
in SharePoint 2010 server environment and a site collection that use FBA Authentication , how do i allow anonymous users to register ?
any help on that ? any tutorial ? i have searched for awhile and cant find something useful.
Sharepoint does not come with any kind of registration pages. You have to build them yourself or use a third party tool.
The Sharepoint 2010 FBA Pack has registration pages you can use. Check it out:
http://sharepoint2010fba.codeplex.com/
I've got 2 distinct sharepoint. One 2007 and the other 2010.
On the 2010, there are MySite profile enabled.
I'm looking for a webpart OutOfBox (because my administrator doesn't allow to add new webpart in the curren t sharepoint) to access from SP 2007 to the information (like status, or project assignment) on MySite on SP 2010.
Are you thinking it's possible?
Thanks in advance
Julien Garcia
i don't think much can be done using OOTB webparts you have to for a custom webpart solution
I am trying to find out if there is a way to put a SharePoint Calendar into a normal web-page that will update whenever the SharePoint Calendar is updated. Does anyone know if it's possible?
-Thanks
SharePoint has some standard web services which you can use to access data stored in the SharePoint site.
Look here for an example of how to use these with at calendar
But be aware that the standard SharePoint web services will not allow you to expand recurring events.