This is one of the simple, easy but good looking post. In this one I have done nothing extra effort. It is just a component on your home page layout where you can Write your note, Create event and task just by one click. No need to go to home page for the calender and all the stuffs related to it.
Here how it looks, not too bad I think..!!
To add this on your home page layout, first thing need to do is to create a Visualforce page
Click here Calender Component
After saving your Visualforce page
Go to ==> Setup --> Home --> Home Page Components --> New
Write the Name --> Select HTML Area --> Next
Then paste this code just as shown
<iframe src="/apex/Calender" width="100%" height="100%"></iframe>
Then click Save
Now go to SetUp --> Home --> Home Page Layouts --> Edit
Click Next --> Set the Position of your component and click Save.
Hope helped someone.
Here how it looks, not too bad I think..!!
To add this on your home page layout, first thing need to do is to create a Visualforce page
Click here Calender Component
After saving your Visualforce page
Go to ==> Setup --> Home --> Home Page Components --> New
Write the Name --> Select HTML Area --> Next
Then paste this code just as shown
<iframe src="/apex/Calender" width="100%" height="100%"></iframe>
Then click Save
Now go to SetUp --> Home --> Home Page Layouts --> Edit
Click Next --> Set the Position of your component and click Save.
Hope helped someone.