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
KunlunKunlun 

Can I display event calendar, task and Dashboard on apex page?

There are some controls on home page, which are event calendar, task and dashboard.
I want to display them on apex page, Is it possible to implement?
Ron HessRon Hess
Yes, you can build a calendar using visualforce, there is an example of the code here:
look at classes, components and pages

http://code.google.com/p/visualforce-components/source/browse/trunk/CalendarSimple/src/unpackaged

KunlunKunlun
Thanks very much, and do you have others components? such as Dashboard, event and task on home page.
nrwingnrwing
I would like to do the same thing....primarily for the purpose of customizing the layout for task....
tsgdatatsgdata

This sounds very interesting.

The link you posted does not seem to work anymore.  Is there a way you can share the sample you were refering to?