function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jacky LeeJacky Lee 

Display the Salesforce default Calendar view on Home Page

I'm looking to pull in a Salesforce Calendar (the default one) and display it on the Home Page. I understand there is a Component there already, but I would like the full week view to show on the Home Page and also make it interactive, instead of having to click a bunch of times.

The Calendar link itself is formatted similar to this: https://ap4.salesforce.com/00U/c?cType=2&md2=28&md0=2019

I am thinking I should somehow pull this page into a Visualforce Page (apex:detail?), or to somehow display it using the HTML option (iframe?), but neither option have allowed me to pull the Calendar "record" in.