Forum Discussion

Olaf Nennker's avatar
Olaf Nennker
Copper Contributor
Dec 11, 2018
Solved

the same webpart on two sharepoint pages

I inserted a webpart calender on a teamwebside. This calendar syncs with Outlook. I would also like to add the same webpart calender on another Sharepoint page. Is that possible?

  • You need to use a different view if you want a list, such as the allitems view.

    /AllItems.aspx?isdlg=1

    Instead of Calendar.aspx

    Also I typo'd on the isdlg=1 it's ?isdlg=1 not & to trim the screen to just the data of the view.
  • Assuming it's classic, the only way you really can is editing the page and using iframe or something to show the webpart from the other page, assuming the users of that site have access to the calendar list.

    Other options would be to create a search web part etc. but you won't be able to just use the exact same calendar list webpart on another page.
    • Olaf Nennker's avatar
      Olaf Nennker
      Copper Contributor

      I have a teamwebside with several webparts, including the calender.

       

      Now I wanted a page with only the same calendar. The reason is that I want to create a tab in teams with a link to the sharepoint page with the calender.

      In teams, unfortunately, you can't link to an Outlook calendar.

      • ChrisWebbTech's avatar
        ChrisWebbTech
        MVP
        If you need to add a SharePoint calendar you can easily use the "Website" Tab option, and paste a link to the calendar on the SharePoint site you added it too, just make sure those in the Team have permission to the Calendar List.

        At the end of the URL add in &isdlg=1 and it will render just the calendar and not the rest of the page, making it a pretty good calendar to use inside of Teams.

Resources