How to display MS Outlook calendar of a user exactly in Office 365 SharePoint site calendar?

Hi,
I just followed the below article for getting my whole calendar events into my SharePoint Office 365 site's calendar.
http://sharepoint.stackexchange.com/questions/83366/view-outlook-calendar-in-sharepoint-2013
But I get the below error.
The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'Basic Realm=""'. (830fe69c-407a-0000-24b4-502420637d1c)
Any ideas how to achieve my requirement?
Thanks in Advance,
Thanan

Hi,
From your description, I know you want to use calendar overlay with exchange online in SharePoint online.
I reproduce your issue, and it throws the same exception to yours. I try to find some information for you, I find that the feature is not available from this article:
http://community.office365.com/en-us/f/148/t/221842.aspx.
Thanks for your understanding.
Best Regards
Vincent Han
TechNet Community Support

Similar Messages

  • How to Enable Ratings on SharePoint List using Client Object Model for Office 365 SharePoint Site.

    How to Enable Ratings on SharePoint List using Client Object Model code for Office 365 SharePoint Site.
    Thanks in Advance
    Rajendra K

    Hi Rajendra,
    here you are the code and the blog, let me know if this helps
    using (ClientContext ctx = new ClientContext(https://yourSiteUrl))
    Web w = ctx.Web;
    List l = w.Lists.GetByTitle("yourListName");
    ctx.Load(l, info => info.Id);
    ctx.ExecuteQuery();
    string ListID = l.Id.ToString();
    Microsoft.Office.Server.ReputationModel.Reputation.SetRating(ctx, ListID, 1, 5);
    ctx.ExecuteQuery();
    http://blogs.technet.com/b/speschka/archive/2013/07/08/how-to-use-csom-with-ratings-in-sharepoint-2013.aspx
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

  • Any info on how to get iCloud calendar, contacts, etc to sync with office 365 on macbook pro?, any info on how to get iCloud calendar, contacts, etc to sync with office 365 on macbook pro?

    Any info on how to get icloud calendar, contacts, etc to sync with office 365 on macbook pro?

    You can't, there is no connection between the services, use one or the other.

  • Office 365: Prgramtically sync Calendar with SharePoint team site calendar

    Hello everyone,
    I need to sync office 365 Calendar with SharePoint team sites Calendars. We have SharePoint online site which having multiple sub sites, each sub site has a calendar control and we need calendar controls need to be sync with the outlook calendar available
    on top bar of office 365.
    We need to do it programmatically as we have more then 200 hundred sub sites, please guide me on this that how it is possible using developer app or PowerShell commands.

    I think it might help to clarify what you mean. When you say "Office 365 Calendar", what you really mean is the Calendar associated with whomever is logged in, stored in Exchange. When you see the "Calendar" link in the little bar at the top of the page,
    that's actually just a link to the Outlook Web Access calendar for a particular user's calendar stored in the Office 365 Exchange server. It's exactly the same calendar that would show up if a user had Outlook installed on their local computer and opened it
    up and looked at the calendar.
    That being said, you aren't going to want to synch every calendar in your whole SharePoint site with a single user's calendar. I think there are a couple approaches for you:
    Create a calendar overlay in SharePoint, which displays other calendars on the current calendar view. Unfortunately, there's a limit as to how many calendars you can do this for, it's far less than 200.
    Allow users to create calendar overalys in Outlook. This is the same idea as what you're doing in SharePoint, except users are doing this within Outlook. Again, adding 200 overlays isn't practical.
    You can try creating an additional company calendar in Exchange that's not tied to a particular user, but then you'll have to run a timer job to keep the Outlook calendar in synch with the SharePoint calendar. This is a lot more cumbersome than just displaying
    the SharePoint calendar, since you're physically copying events over to the Outlook calendar. If you do that, you personally are responsible for keeping the two calendars synched up, rather than just displaying an Exchange calendar in SharePoint, or displaying
    a SharePoint calendar in Outlook.
    You might looking into third party tools such as
    http://www.boostsolutions.com/calendar-rollup-feature-list.html. (I haven't tried that product, it just looks like it might be the type of thing to check out.
    If I have any advice, I would recommend as much as possible creating views of calendars, not actually trying to synch data, unless you're doing a one-way synch. (Synching calendar data can be a little bit difficult because you have reoccurring events to
    take into account.)
    Blog:
    blog.beckybertram.com |
    RSS | @beckybertram |
    SharePoint 2010: Six-in-One

  • Outlook 2013 window missing Last Modified By information for Sharepoint 2010 calendar appointment

    We have been running Sharepoint 2010 for about a year now, along with Office 2010. We have recently begun testing the upgrade to Office 2013. What we've found is that when in Outlook 2013 viewing a synced Sharepoint 2010 calendar appointment, you no longer
    see the Last Modified By information at the bottom right-hand corner of the window. If you try viewing a shared Exchange calendar's appointment that is not on Sharepoint, you do see this information.
    Can anyone else confirm this, and suggest whether anything can be done to restore the functionality?

    Hi,
    According to your post, my understanding is that you can’t see the “Last modified by” information at the bottom right-hand corner of the window when you view a synced SharePoint 2010 calendar appointment in Outlook 2013.
    In my environment, I create a calendar event in Outlook 2013, and the result is that I can’t see the “Last modified by” information at the bottom right-hand corner of the event window when I click on this event.
    It’s by design that it will not show the “Last modified by” information at the bottom right-hand corner of the event window when we click on this event in Outlook 2013.
    As a workaround, I recommend that you can follow the steps as below to change the current view to list view and show the information.
      1.  Open your calendar in Outlook 2013, go to “View“ tab, click on “Change View”, select the “Manage Views”.
      2.  Select the “List” view, click on the “Modify”, click on the “Columns”, select available columns from: All Mail fields, select the “Changed by” to add and move it up.
      3.  Go back to the “Change view”, select the “List” view and it will show all the calendar events with the “Changed by” information in a list.
    And, if you want to set other settings of the current “List” view, you can click on the “View Settings” to modify it.
    For more information, you can refer to:
    https://support.office.com/en-us/article/Create-change-or-customize-a-view-f693f3d9-0037-4fa0-9376-3a57b6337b71
    Best Regards,
    Yumi Fu

  • How to display format mask as hint to user

    Dear all
    how can i display format mask as hint to user in concurrent program parameter run-time window?
    value set type is fnd_date
    i.e
    From Date |________| DD-Mon-YYYY
    thanks
    Roman

    While defining the parameter why don't you define the Parameter prompt something like below:
    From Date (DD-MON-YYYY): |___________|
    You can always populate the Default Type to SQL Statement and Default Value to select to_char (sysdate,'DD-MON-YYYY') from dual. So it will come as follows:
    From Date (DD-MON-YYYY): | _03-NOV-2012_ |
    Cheers,
    ND
    Use the "helpful" or "correct" buttons to award points to replies / Mark the thread as answered, if your question is answered.

  • Problems with Calendar.App in Mavericks syncing to Office 365

    About three weeks ago, my 10.9 OSX Calendar application stopped showing any calendar events for the sync'd Exchange account, my corporate e-mail account hosted in Microsoft Office 365.
    I have confirmed that Outlook for Mac 2011 and also Outlook on PC (in Fusion) both work correctly, also I've checked with another Exchange service and it appears to sync ok.  So it's something specific to the hosted Exchange environment, however as it's a cloud service my support options are highly limited.
    I was hoping someone might have an idea on how to progress this further, here are some details of the path I've walked.
    1 - Un-checked the Calendar option in the Internet Accounts Section, reboot, start Calendar, let it sit for a while and re-enable.
         No luck, tried several times
    2 - Removed the whole Exchange account, re-booted and re-added
         No luck, tried several times
    3 - Tried starting to remove caches and other temp files as per other suggestions
         No luck
    4 - Took drastic action and re-installed Mavericks from scratch
         No luck, exactly the same issue
    5 - Tried removing all calendar events from my calendar, disable calendar and re-enable calendar
         No luck, exactly the same issue
    The other gmail account that I sync with works just fine, as did my Exchange account up until a few weeks back, would be wonderful to know what has happened.
    Here is a log file extract that is somewhat interesting, however of no value that I can find at all sadly.
    Mar  4 20:51:17 sMacBookAir.local CalendarAgent[312]: [com.apple.calendar.store.log.exchange.queue] [Save failed in -[CalOperationQueue executeOperations]. Error = Error Domain=NSCocoaErrorDomain Code=1560 "Multiple validation errors occurred." UserInfo=0x7f98748156e0 {NSDetailedErrors=(
                  "Error Domain=CalCalendarStorePersistenceErrorDomain Code=1550 \"Alerts that open files or scripts must include a file path.\" UserInfo={\n    CalAlarmUID = \"778A178F-1233-4E66-9F19-F6D9210965B6\";\n    CalCalendarItemUID = \"162D53AE-A084-4DAE-8CCB-624E7D3670B2\";\n    CalCalendarUID = \"14DAE6D6-D767-4983-9629-8D4A375E9335\";\n    CalManagedObjectType = CalManagedAlarm;\n    NSLocalizedDescription = \"Alerts that open files or scripts must include a file path.\";\n}",
                  "Error Domain=CalCalendarStorePersistenceErrorDomain Code=1550 \"Alerts that open files or scripts must include a file path.\" UserInfo={\n    CalAlarmUID = \"28637240-8706-47ED-9BCE-4A4F6E06826C\";\n    CalCalendarItemUID = \"E5F0994F-D2C7-44D0-8322-F0B8EBC0EB1D\";\n    CalCalendarUID = \"14DAE6D6-D767-4983-9629-8D4A375E9335\";\n    CalManagedObjectType = CalManagedAlarm;\n    NSLocalizedDescription = \"Alerts that open files or scripts must include a file path.\";\n}"
                  NSDetailedErrors =     (
                      "Error Domain=CalCalendarStorePersistenceErrorDomain Code=1550 \"Alerts that open files or scripts must include a file path.\" UserInfo={\n    CalAlarmUID = \"778A178F-1233-4E66-9F19-F6D9210965B6\";\n    CalCalendarItemUID = \"162D53AE-A084-4DAE-8CCB-624E7D3670B2\";\n    CalCalendarUID = \"14DAE6D6-D767-4983-9629-8D4A375E9335\";\n    CalManagedObjectType = CalManagedAlarm;\n    NSLocalizedDescription = \"Alerts that open files or scripts must include a file path.\";\n}",
                      "Error Domain=CalCalendarStorePersistenceErrorDomain Code=1550 \"Alerts that open files or scripts must include a file path.\" UserInfo={\n    CalAlarmUID = \"28637240-8706-47ED-9BCE-4A4F6E06826C\";\n    CalCalendarItemUID = \"E5F0994F-D2C7-44D0-8322-F0B8EBC0EB1D\";\n    CalCalendarUID = \"14DAE6D6-D767-4983-9629-8D4A375E9335\";\n    CalManagedObjectType = CalManagedAlarm;\n    NSLocalizedDescription = \"Alerts that open files or scripts must include a file path.\";\n}"

    It turns out that I may have not waited enough time for the wipe of all of my existing calendar appointments to sync through.
    I created a few more in outlook, deleted them, checked via the office 365 web calendar they were deleted.
    Then I waited another 15 minutes, created the Exchange/Office365 account from scratch, and magic I appear to be back!
    (until something else goes wrong that is)

  • Outlook Hangs - Loading Profile / Add Account Stage - Office 365 on Windows 8.1

    I have been using outlook via the Office 365 offering for a year. Then 2 days back suddenly my outlook stopped downloading mails from my mail server. It did however send mails.
    I went online to check the various causes and after following lots of advice I did all of the below actions:
    1. Making sure the OS and Outlook 2013 are installed with the latest updates.
    2. Performing a clean boot and trying to open outlook and add account in that mode
    (it stops responding)
    3. Deleting OST file
    4. Deleting profile
    5. Running outlook in safe mode (pressing Ctrl while starting up outlook) and trying to add account
    (it stops responding)
    6. Completely uninstalled office 365 with the fixit tool and then reinstalled
    I ended up with Outlook not loading at all. None of the above steps have worked.
    If I directly start outlook, it hangs on loading profile.
    I have opened control panel, searched for "mail", opened that and deleted profile, then created new profile. After that when I try adding account, it hangs (stops responding) at that adding account stage as well.
    This has started suddenly, till 3 days back everything was absolutely fine.
    In another forum post, opening Outlook in safe mode was marked as answer. As stated above it has not worked for me.

    Hi,
    Definitely this seems to be an issue when loading the profile, I've seen many people resolved this problem by disabling hardware acceleration in Office.
    Since it's a global setting, you can disable it in Word, Excel, then it will also apply to Outlook.
    For example in Word, go to FILE -> Options -> Advanced -> Display -> Check "Disable hardware graphics acceleration" -> OK.
    We can also configure this through GPO or registry, more details can be found in this article:
    http://social.technet.microsoft.com/Forums/en-US/cc26ac52-5c94-468e-ac34-35c9dcc5b422/hardware-graphics-acceleration?forum=outlook
    Hope it helps.
    Regards,
    Melon Chen
    TechNet Community Support

  • How do I get Thunderbird to connect to a properly-configured Office 365 mail account after shutting down and then restarting the client?

    I get my Office 365 account set up and working in Thunderbird. I can download and send mail just fine using the auto-detect or manual account settings recommended by Microsoft/Outlook/Office 365. Everything appears to be working as it should as long as the client stays open. When I shut the Thunderbird client down and restart it, it can no longer access the Office 365 mail account. I get a popup error message:
    The current operation on 'Inbox' did not succeed. The mail server for account (my Office 365 account) responded: User is authenticated but not connected.
    It has no problem connecting to Hotmail, Gmail and other email services, and I can access Office 365 through the web client, but Thunderbird refuses to connect. If I remove the account and re-add it, I can have full access to my email again, but only as long as Thunderbird stays open. If the client gets restarted, it's gone again.
    How do I fix this?

    I think you might be having a cached password problem. I was having it and was able to resolve by deleting my stored password in Thunderbird. I referenced
    http://kb.mozillazine.org/Setting_and_changing_email_passwords
    and also posted my question and resolution:
    https://support.mozilla.org/en-US/questions/1015221#answer-615054

  • Provisioning Calendar to a user causes them to lose their local calendar

    Hi,
    Does anyone know of a workaround for the following situation?
    - After provisioning Calendar to a user who previously was using an Oracle email account through the Connector, when opening up the existing profile in Outlook (after entering the Calendar server details) their previous local Calendar, Tasks, Notes and Contacts are lost.
    - I realise that you can export them to a pst file but that has to be done manually and is not a realistic solution for us since we have a large number of users in this situation (i.e. we would require an automated fix).
    Yay or nay woud suffice :)
    Cheers,
    Damian

    Surprisingly, this morning all calendars showed up in my iPhone. Apparently there is a delay.
    But now there is another issue with the error:
    "The server responded with an error.
    Access to “event from years ago” in “the second added calendar” in account “local” is not permitted.
    The server responded:
    “403” to operation CalDAVWriteEntityQueueableOperation."
    [Ignore] [Try Again] [Revert to Server]
    Each event starting with the beginning of that calendar (years ago) seems to generate an error. It will take a day to click on Ignore for all those events.
    Will ask this in a new thread. For now the issue this thread is about is solved, thank you. I also updated my profile, except for my iPad. No 'edit' option next to that one. Strange.

  • Outlook sent item - to be reflected in office 365 portal

    Hi ,
    I need the sent items reflected in outlook to be reflected in office 365 portal ( outlook  webmail) can any one help.
    Thanks,
    Kathir

    The sent items should sync up if you have the account configured in Outlook as an Exchange account and are online.  Are they any sync errors in the Sync issues folder? 
    Diane Poremsky [MVP - Outlook]
    Outlook & Exchange Solutions Center
    Outlook Tips
    Subscribe to Exchange Messaging Outlook weekly newsletter

  • How to deploy PowerPivot/Power BI in Office 365 SharePoint Online?

    We have several users on Office 365 (E2 Subscription) who have Excel 2013 and PowerPivot on their individual computers who would like to place PowerPivot apps on SharePoint for users without Excel to view.
    How can we do this?

    Your users can do this now if interactivity isn't required. If it is, you'll need to move up to an E3 plan. If your models exceed 10 MB, and you want interactivity, you'll need Power BI licenses for your users.
    John

  • How to display Last modifed and Last modifed user in Apex?

    Hi All,
    Every time i need to display the "Latest Modifed" and "Last Modifed" data fetching from database and display the resultant in the right corner, similarly how we will display user name when we log into Apex application.
    Hints:
    1. I have created a two level tab and under Body i have am using like this
    <td valign="top">{div id="userId" class="t16NavigationBar"><span id="spanUserId" class="t16NavigationBar"> (&APP_USER.)</span>|{a href="&LINK." class="t16NavigationBar">&TEXT.</a>|&F105_ENV_NAME. #REGION_POSITION_08#</td>
    2. From the above syntax we are using the three attributes to display the data.
         &APP_USER.
         &TEXT.
         &F105_EVN_NAME.
    3. The Query which i am using to display the &F105_ENV_NAME. is
        SELECT DECODE(INSTR(global_name,'.'),0,
    global_name,
    SUBSTR(global_name,1,INSTR(global_name,'.')-1)) into :F105_ENV_NAME
    FROM global_name
    4. Similar instead of displaying the Enviornmen name i have to dsiplay these coulums from X table.
        Latest Modifed By
        Last Updated By
    How i can display such kind of these data, since every time it will differ. Can any one hep me on this.
    Thanks,
    Anoo..                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi,
    e
    This is some what equal instaed of displaying separted, in your screen you have three tabs, for a example you have ar showing for tabs rite..They only i want to dsiplay the person name.
    For example if you consider your screen you have shown "update anony policy"
    Now i want to display the name directly like this "update anony policy:Anoo" insated of dsiplaying in a separte screen.
    Hope you have got my point.
    Thanks,
    Anoo..

  • How to display multi-line popup message in user exit?

    Hi,
    I need to display a multi-line popup text message with controllable response buttons in a user exit.
    I looked at POPUP_TO_CONFIRM with its DIAGNOSE_OBJECT, but I need substitution parameters and the FM doesn't support this functionality. So this won't meet my needs.
    Does anyone have any suggestions (maybe with some example code?) about how to do this?
    Thx.
    Andy

    Code:
    LOOP AT I_KNB1 WHERE ZTERM NE ZPAGDESCR-ZZTERM.
    IF SY-TABIX = 1.
      IF I_TEXT_TABLE[] IS INITIAL.
         PERFORM HEADER TABLES I_TEXT_TABLE.
         REFRESH :  I_T052U.
            SELECT ZTERM ZTAGG TEXT1
           FROM T052U
           INTO TABLE I_T052U
           FOR ALL ENTRIES IN  I_KNB1
           WHERE SPRAS = SY-LANGU AND
                 ZTERM = I_KNB1-ZTERM.
        ELSE.
        REFRESH :  I_T052U.
        SELECT ZTERM ZTAGG TEXT1
           FROM T052U
           INTO TABLE I_T052U
           FOR ALL ENTRIES IN  I_KNB1
           WHERE SPRAS = SY-LANGU AND
                 ZTERM = I_KNB1-ZTERM.
           I_TEXT_TABLE-TDLINE = TEXT-T01.
           APPEND I_TEXT_TABLE.
           CLEAR I_TEXT_TABLE-TDLINE.
      ENDIF.
         MOVE 'Company' TO I_TEXT_TABLE-TDLINE+0(10).
         MOVE 'Payment' TO I_TEXT_TABLE-TDLINE+10(10).
         MOVE 'Day' TO I_TEXT_TABLE-TDLINE+20(5).
         MOVE 'Description' TO I_TEXT_TABLE-TDLINE+26(100).
         APPEND I_TEXT_TABLE.
         CLEAR I_TEXT_TABLE-TDLINE.
         MOVE 'Code' TO I_TEXT_TABLE-TDLINE+0(10).
         MOVE 'Term' TO I_TEXT_TABLE-TDLINE+10(10).
         MOVE 'Limit' TO I_TEXT_TABLE-TDLINE+20(5).
         APPEND I_TEXT_TABLE.
         CLEAR I_TEXT_TABLE-TDLINE.
         I_TEXT_TABLE-TDLINE = TEXT-T01.
         APPEND I_TEXT_TABLE.
         CLEAR I_TEXT_TABLE-TDLINE.
    ENDIF.
         MOVE I_KNB1-BUKRS TO I_TEXT_TABLE-TDLINE+0(10).
         MOVE I_KNB1-ZTERM TO I_TEXT_TABLE-TDLINE+10(10).
         LOOP AT I_T052U WHERE ZTERM = I_KNB1-ZTERM .
           MOVE I_T052U-ZTAGG TO I_TEXT_TABLE-TDLINE+20(5).
           MOVE I_T052U-TEXT1 TO I_TEXT_TABLE-TDLINE+26(100).
          APPEND I_TEXT_TABLE.
          CLEAR I_TEXT_TABLE-TDLINE.
         ENDLOOP.
    ENDLOOP.
    ENDIF.
    IF NOT I_TEXT_TABLE[] IS INITIAL.
      CALL FUNCTION '/RWD/POPUP_TO_DISPLAY_TEXTLIST'
        EXPORTING
      TASK             = 'DISPLAY'
          TITEL            = 'Inco term payment term mismatch'
    IMPORTING
      FUNCTION         =
        TABLES
          TEXT_TABLE       = I_TEXT_TABLE .
    ENDIF.

  • How to display Issues for the projects which user can view in the Project Center View

    Hello All,
    In the project center view, at the bottom, we need to add one table, which can show the Issues for the projects that are displayed in the project center view.(Projects visible to the current user).
    Example: A resource 1  can see the Projects Project 1, Project 2,Project 3 in the project center view. So resource 1 should be able to see all the issues that are entered against the Project 1, Project 2, Project 3, irrespective of the issue that has
    been assigned to any resource.
    Please help.

    Hi,
    You could simply edit the page and add the risks and issues webparts. This will display risks and issues assigned to the user.
    Click on edit page, then add webpart. In the Project We App section, pick up the risk webpart and then the issue webpart. Finally drag them to the bottom of the page and close the page.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

Maybe you are looking for

  • More space between thumbnails

    Hello there I am creating a image gallery with this tutorial http://www.youtube.com/watch?feature=player_embedded&v=rnZNv2jTC9c&noredirect=1 and I would like to have more space between thumbnails, I guess it is doable but I cant figure it out. Any id

  • Extraction RSA3 timed out

    Hi All When i am doing extraction in rsa3 ,giving me time out error.With some selection in selection screen i am getting results,without any inputs to selection screen i am getting this error.Is there any way to solve it or runnung the extractor code

  • Exporting Numbers sheet to pdf but keeping formulas?

    Hi! I want to know if it's possible to export a Numbers sheet to .pdf in a way that let's me keep the formulas? My goal is to create a pdf which let's the user answer a series of questions where the answers create a result and a couple of diagrams. I

  • Functionality of miro & fb65 in vendor

    please tell me whats the functionality of miro & fb65. How we will post the vendor credit note and debit note what is the impact of miro. who will post the vendor credit note and vendor debit note mm or logistic team

  • Updated Statement of Direction now available...

    Hello, Please read the updated SOD for new information on Oracle Workflow including Oracle Workflow for Java(OW4J) posted on the workflow web site. http://www.oracle.com/technology/products/ias/workflow/index.html Cheers, Raja