Integrate Outlook Calendar for all users to Sharepoint 2013 calendar

Hi,
I have a specific requirement to add the outlook calendar for each user in my organisation to sharepoint 2013 calendar.
Any user at any point of time can get the details for other user(s) from the Sharepoint 2013 calendar.
I know there is a calendar overlay option in sharepoint which will add my outlook calendar to Sharepoint 2013.
Can any one please help me to integrate all users calendar so that the schedule for any user(s) can be requested directly from Sharepoint 2013 calendar.
I am ok to use exchange webservice and c# to achieve this.
Thanks in advance.

Hi Somdeep,
I assume you are using Exchange product as SMTP server.
If you would like to integrate all Exchange mailbox accounts' schedule to SharePoint calendar, I'd recommend you create a shared mailbox in Exchange side, then let all accounts make schedule on it. That way, you may need to overlay one Exchange
calendar on SharePoint calendar.
Regards,
Rebecca Tu
TechNet Community Support

Similar Messages

  • Search suggestion not working for anonymous user in sharepoint 2013

    Hi ,
    Please help on this search suggestion not working for anonymous user in sharepoint 2013
    shaik

    You can create a search center site, and set the search center site to
    allow anonymous access.
    Also see this link - http://blog.mastykarz.nl/search-query-suggestions-anonymous-users-sharepoint-2013-mavention-query-suggestions/ 
     (As this is regarding a 3rd party tool, I suggest that you direct it to the  provider support.)
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How to hide the Columns and Views for Login user in SharePoint 2013

    Hi Friends,
    How to hide the Columns and Views for Login user in SharePoint 2013? Is it possible using OOB features? If not possible how can we hide the Columns and Views for Login user?
    Could you please help on this.
    Thanks,
    Tiru
    Tiru

    Hello Tirupal,
    There is no OOB way to do this.
    Please check this codeplex solution to achieve the same.
    https://sp2013columnpermission.codeplex.com/
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Some links and social network features not active in user profile service for some users in sharepoint 2013

    Hi everyone,
    I installed user profile service and synchronize. When I go to my site by administrator user every things is OK.
    But when I login by another user the my site is look like this
    Please guide me to resolve this problem.
    Thanks in advance.

    Can you please check and share mysite setting details. Check for below:
    Create a site collection at the root using the My Site Host template
    Assuming you want users’ MySites to be created at
    http://mySiteHost/personal/[John_Smith], create a Managed Path for the web app. The path should be personal, and the type should be
    Wildcard Inclusion.
    In User Profile Service Application, set My Site Host location to
    http://mySiteHost, and
    Personal Site Location to personal.
    Enable Self-Service Site Creation for the web app
    Check when the timerjob was mysite last executed. Try to manually run them
    Check ULS Log for possible error and share error details with us
    If this helped you resolve your issue, please mark it Answered

  • How to delete existing e-mail signature for all users in outlook 2010

    Dears,
    How to delete existing (or reset to none ) e-mail signature for all users .
    If anyone knows where I can find this script or another way of accomplishing this I would be very thankful.
    outlook Version : 2010
    PS : Not to disable.
    Khaja Hameed

    If you want to manage signatures for multiple users your best bet is to use Group Policy.
    See:
    Setting up a Corporate Signature | HowTo-Outlook
    http://www.howto-outlook.com/howto/corporatesignatures.htm
    <p>Eric Legault (<a href="https:/mvp.support.microsoft.com/default.aspx/profile/legault">MVP: Outlook</a>)<br/> <a href="http://about.me/ericmlegault">About me...</a><br/> <a href="http://www.outlookappins.com/products/social-contacts">Outlook
    Appins</a>: Store Social Media fields in your Outlook Contacts!</p>

  • SharePoint 2013- on-Prem - Create OneDrive Site for all users automatically

    I want to create OneDrive for all users automatically by running some PowerShell code
    Can somebody provide me link to the reference of creating that PS script

    Hi,
    here you are the code as stated in this link
    http://matthewyarlett.blogspot.com/2014/06/script-creating-sharepoint-user-mysites.html
    Function Create-MySite
    [CmdletBinding()]
    Param
    [Parameter(Mandatory = $True,Position=2,valueFromPipeline=$true)][String]$Username,
    [Parameter(Mandatory = $True,Position=1)][String]$MySiteRootURL
    [void][reflection.assembly]::Loadwithpartialname("Microsoft.Office.Server");
    $site=new-object Microsoft.SharePoint.SPSite($MySiteRootURL);
    try
    $serviceContext = Get-SPServiceContext $site;
    $upm = new-object Microsoft.Office.Server.UserProfiles.UserProfileManager($serviceContext);
    if($upm.UserExists($Username) -eq $false)
    Write-Host "User $Username was not found in the profile store." -f yellow;
    return;
    $userProfile = $upm.GetUserProfile($Username);
    if($userProfile.PersonalSite -eq $Null)
    Write-Host "Creating MySite for user $Username" -f darkyellow;
    $userProfile.CreatePersonalSite();
    Write-host "Successfully created MySite for user $Username" -f green;
    else
    Write-Host "User $Username already has a MySite." -f darkgreen;
    catch
    Write-Host "Encountered an error creating a MySite for user $Username. Error:"$_.Exception -f Red;
    finally
    $site.Dispose();
    to call the function:
    #Example - Create a MySite for user "tonyj"
    Create-MySite -MySiteRootURL "http://mysite.bigintranet.com.au" -Username "tonyj"
    #To Create for an array of users
    $users = @('tonyj','bobh','markf','billd')
    $users | Foreach {Create-MySite -MySiteRootURL "http://mysite.bigintranet.com.au" -username $_}
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • Outlook 2010 show all users presence not just those you added to Jabber?

    A customer has requested that in Outlook 2010 that Presence state is show for all users.  Not just those that have been added to their Jabber for Windows 9.7.1 client.
    Is there any way to do this?
    J4W 9.7.1
    IMP 10.0.1SU1

    So for all users in consideration; kindly check if the proxy address field in AD is populated with the following format or not;
    SIP:uid@sipproxydomainname  ... ( this is also the IM address and please note prefixing with the word SIP: is really important).
    Note this field will ensure whether you get the presence consistently or not. Refer to the following document for more information;
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/Windows/9_7/JABW_BK_C4C679C9_00_cisco-jabber-for-windows-97/JABW_BK_C4C679C9_00_cisco-jabber-for-windows-97_chapter_01.html#JABW_TK_E83CC0F0_00
    Here is the section that you may want to refer to; "Enable Presence Integration with Microsoft Outlook"
    Please rate if you find this helpfull.

  • Impact on roaming profile accounts if we Change User logon Name to Employee Number format in Active Directory for all User accounts

    I want to understand if we change User logon Name to Employee Number format in Active Directory for all User accounts, then what would be the impact on existing profile. Whether we need to change it manualy or it will connect to same profiles in terminal
    session.
    As i observed it create new profile after logon name changed to employee number where existing users profile settings get fails to load and prompt for new settings (such as outlook reconfiguration, share drive mapping etc.).
    Kindly let me know the proper process to overcome with this, how to connect same existing roaming profile with employee number format change.

    Hi,
    What if we change the user name of user account, will it have impact on roaming profiles.
    Yes, it will affect roaming profiles. Please rename the roaming profile folder as the new user account name, in addition, change the profile path in ADUC.
    Here is an related article below for you:
    How to Rename a Windows 7 User Account and Related Profile Folder
    http://social.technet.microsoft.com/wiki/contents/articles/19834.how-to-rename-a-windows-7-user-account-and-related-profile-folder.aspx
    Best Regards,
    Amy

  • Remove Following people from mysite for all users

    [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Server")
    $web = Get-SPWeb https://www.contoso.com/teams/yourteam
    $context = [Microsoft.SharePoint.SPServiceContext]::GetContext([Microsoft.SharePoint.SPSite]$web.Site)
    $upm = New-Object Microsoft.Office.Server.UserProfiles.UserProfileManager $context
    $users = $web.AssociatedMemberGroup.Users | where IsDomainGroup -eq $false
    $useraccounts = $users | select loginname | Foreach {"$($_.loginname)"}
    foreach ($user in $users) {
    $profile = $upm.GetUserProfile($user.UserLogin)
    #$objectToFollowRelativeToWeb = "/"
    if ($profile)
    #Create a Social Manager profile
    #SPSocialFollowingManager
    $followManager = New-Object Microsoft.Office.Server.Social.SPSocialFollowingManager($profile, $context)
    $following = $followManager.GetFollowed([Microsoft.Office.Server.Social.SPSocialActorTypes]::Users)
    for ($i=$following.Count - 1; $i -ge 0; $i--) {
    $followed = $following[$i]
    $acctname = $followed.AccountName
    #if claims:
    $acctname = 'i:0#.w|'+$acctname
    if ($acctname -iin $useraccounts ) {
    [Microsoft.Office.Server.Social.SPSocialFollowResult]$res = $followManager.StopFollowing($followed)
    Write-Verbose "$($user.UserLogin) stop following $acctname result is $res"
    I have the above script from one of the technet solution to remove followeronly  for Contributors from MySite. I want this script to run for all user and remove all existing association. Can someone help me update this script.
    Thanks Ba$va

    Hi Basva,
    According to your description, my understanding is that you want to remove all existing association for all users
    The $users = $web.AssociatedMemberGroup.Users | where IsDomainGroup -eq $false is to get all users in Contributors group. You can change the line to
    $users = $web.AllUsers, then run the script, compare the result.
    Here is an post for getting all users using PowerShell, please take a look at:
    http://www.sharepoint2013.me/Blog/Post/160/Get-all-the-unique-users-in-a-farm-using-PowerShell-script
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Pin shortcuts to Taskbar and Start Menu for all users in Windows 7

    How can i Pin shortcuts to Taskbar and Start Menu for All Users in Windows 7? Office 2007 Word, Excel and Outlook.

    There are a few ways...
    You can configure a default profile which will give you the ability to setup the Start Menu as you want it with the items pinned how you like.  However, in my experience customizations done to the Taskbar are not maintained in a default profile.
    So, one way to get around that would be to create a script and use the "Active Setup" hooks that are built into Windows 7 to achieve the desired results.
    If you combine this script...
    http://blogs.technet.com/deploymentguys/archive/2009/04/08/pin-items-to-the-start-menu-or-windows-7-taskbar-via-script.aspx
    With Active Setup...
    http://www.visualbasicscript.com/Active-Setup-Examples-m67461.aspx
    You can get the results you want to get...
    Pinned items on the Taskbar have two components, one is in the file system and the other is in the registry.  You could also use GPO Preferences to add both components to a new profile and therby get similar results.  I played around with this method a little and did get it to work also.
    Mike N.

  • How do I set Firefox to be usable for all users on one computer?

    How do I set Firefox to be usable for all users on one computer?

    I would think the about:config entries discussed are ex-factory set to values each user has to change individually, after the installation has run its course. The solution could be to have patched files ready to install post factum:
    [https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/A_brief_guide_to_Mozilla_preferences A Brief Guide to Mozilla Preferences - MDN]

  • HT1660 how can I use one single library for all users on the same laptop?

    how can I use one single library for all users on the same laptop?

    You are most of the way there. Each user having access to hard drive is the key. If users are limited in file privileges this is harder.
    Any files you add to your library and any files she adds to her library are available to the other. Just not automatically. Each user must add the files to their own library using the add file or add folder option from menu bar.
    What I have done is set library location to a location outside of My Documents\My Music. On my network storage I have a folder names s:\itunes. Both accounts iTunes are set to use this location for the library.

  • How to set the same General settings for all users

    Hi Experts,
    How can i set the same general settings for all users e.g. marking the checkbox "Display header" to true for all users? General settings are possible under User Settings Button.
    Regards,
    Arti.

    Hi Arti!
    You can default user settings in a PFCG role, in the "personalization" tab.
    If you have a PFCG role that is common to all your users, you can set the default values here.
    However it does not prevent them to change these settings later, except if you modify the "user settings" fields properties in cProjects application.
    Matthias

  • How to set a common page for all users after loging on?

    hi all,
    Now "My Dashboard" is the default page after logon.
    i want to set a default home page for all users. users can see the home page after loging on.
    how to change the default dashboard from "My Dashboard" to "Home page" for all users?
    thanks,
    dan

    Hi,
    Steps:
    Tried to set default dashboard for all the users.
    1. Created a session init block
    2. Used data source as select '/shared/SH Test/_portal/Test1' from dual
    3. Assigned this value to PORTALPATH session variable
    4. In Presentation services > Administration > My account > Default dashboard should be set to 'default'. Then only the dashboard specified in init block will be displayed otherwise My account will override the init block.
    5. Save the changes made to rpd.
    5. Logout and relogin to see if it is working fine. it is working perfectly fine.
    For details please refer the GSC replication document. But it is for all the users.
    if customer would like to have user/group based home page.
    1. They may need to have 2 separate tables.
    i. Group_path_tab with 2 columns. Group_id, portal_path
    Have group wise portal path for all the groups
    ii. User-group map table
    Group_id, Group_name, user_id
    User should be part of some group.
    2. Then in the init block write the sql should be something like this
    select A.portal_path from Group_path_tab A, User_group_map B
    where B.user_id = :USER
    and B.Group_id = A.Group_id
    SO based on USER session variable, it will try to identify the group and then the portal_path.
    Finally assign this value to PORTALPATH session variable.
    ref:
    http://total-bi.com/2011/01/obiee-11g-change-default-dashboard/
    Thanks!

  • How to set an adapted project dashboard view as initial for all users?

    Hi all.
    We have the cProjects project dashboard active and have defined (via settings, save as) a custom view with the columns relevant in this particular installation. 
    I can however only save this view with assignment "user" meaning that it only applies to the user logged on when creating it. 
    We are however looking to have a common global customized view that all users should begin with. 
    Compare the R/3 functionality with layout management in reports where you can define whether the layout should be
    user specific or not
    default
    My question is therefore if it should be possible to save global views in the above example and if not how to achieve what we are looking for.
    I assume one option could be to see if one can use BADI DPR_EVE_DASHBOARD but it seems this should be possible to handle within the application given that the field "Assignment" is there when you save the view.  At the moment only with the value "user" available though ...
    Regards / Anders

    Hej Anders
    You can save a default view for all users under administration mode:
    http:<server>:<port>/sap/bc/webdynpro/sap/cprojects?sap-config-mode=X
    BR
    Matthias

Maybe you are looking for