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
sornasorna 

Customizing the calendar features in home page

Hi All,

In Salesforce home page, you could see a calendar which shows your meetings in current month and it has some links at the bottom like "Single User View", "Multi-User View", "Activity List View". My requirement here is to add a new button next to one of these buttons. Is it possible? And also, I want to know how much customizations are allowed with calendar feature in Salesforce. Is this Calendar component is exposed to the API or VF? Could I create a custom Calendar component?

Please share your thoughts.

 

Thanks,

Sorna

sfdcfoxsfdcfox

You'd have to make a VF calendar, is not available as a widget in VF, and API won't help. Standard calendar can't be customized that way. All options for customization are under Setup > Customize > User Interface (binary on/off choices, nothing fancy).