As a SharePoint admin, a common request that you may get from various site stakeholders is to add a Team Calendar on their landing page. There are a few Calendar options that you can make use of.
1. Events - A SharePoint-based Calendar
- Make sure you are in the Edit Mode,
- Now on any section where you want to add the Events web part, hover over the section and click on the + icon,
- Search for Events and click on add,
- Add Title, Source, and Category details.
- You can also add a date range to display for the upcoming events (this week, next two weeks, this month, next quarter, or a date range)
- Choose from the Layout options Filmstrip or Compact.
- Toggle to either show or hide event images.
- When all required details are added, click on Republish.
Events is a web part that you can add to your modern page of a SharePoint site by clicking on the + sign when you are editing a section on the site. Using the Events web part you can add a calendar to your page to display upcoming events such as meetings, seminars, town halls, etc.
2. Group Calendar - A Microsoft 365 Group Calendar (Outlook)
- Make sure you are in the Edit Mode,
- Now on any section where you want to add a web part, hover over the section and click on the + icon,
- Search for Group Calender and click on add,
- Select the Group Name from the Dropdown.
- Select the number for "Number of Events per Page" to be displayed.
- Once all required details are added, click on Republish.
A Group Calendar is again a web part that you can add to your modern page of a SharePoint site.
To add a Group Calender, follow the below steps,
References
Facing issues? Have Questions? Post them here! I am happy to answer!
- Change SharePoint Online List Experience to New Experience from Classic
- Cannot load PowerApps form in SharePoint Online due to repeated authentication
- Create SharePoint list from Excel spreadsheet and import table
- [Solved] SharePoint Search Internal server error exception
- [Fix] SharePoint: This embed code doesnt seem to work. We only support iframe based embeds
- How to extend retiring SharePoint 2010 Workflows and continue with Office 365
- SharePoint Online: Editing session has ended Message
- SharePoint error cannot connect to the configuration database
- That did'nt work, Issue type User not in directory - SharePoint external access error
- How to embed web page in SharePoint
- SharePoint - The URL is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web.
- SharePoint error 2130575251 - The security validation for this page is invalid and might be corrupted
- Microsoft 365: How to Turn Off Delve in SharePoint Online for All Users
- SharePoint Server 2016 error Microsoft Office Online Server 2016 cant be installed on the same machine as a Microsoft SharePoint Server product
- JSON column formatting to preview SharePoint Online file on mouse hover
- How to show Videos on SharePoint Page
- How to get SharePoint Online user details from person or group column using REST API
- How to retrieve all SharePoint Online List Items using Rest API
- How to wrap column text in SharePoint Online Modern List Grid View using JSON formatting
- Recommended size and resolution for SharePoint Online Site logo
- SharePoint List redirect user after submitting form NewForm.aspx
- Add Custom External Link to SharePoint Site Navigation
- Drag drop files here option missing for SharePoint document library
- Can Microsoft SharePoint Lists be synced and accessed offline without internet?
- SharePoint - Use Today's Date Time in list view filter and calculated column
- How to know Notepad++ is 32-bit or 64-bit Version - NotepadPlusPlus
- Permanently set $PATH variable in Mac Zsh shell - MacOS
- MySQL Error :1007 SQLSTATE: HY000 (ER_DB_CREATE_EXISTS) Message: Can't create database '%s'; database exists - MySQL
- How to Change Eclipse Default Web Browser - Eclipse
- How to Mount Google Drive in Colab Notebook - Google
- Is Stream within a Stream Possible in Java? - Java
- Android Constant and Resource Type Mismatches Lint - Android
- Java SE JDBC: Insert with PreparedStatement Example - Java