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
phani kumar 63phani kumar 63 

to display events in custom calendar?

Hi,

i need to display fields of my custom objects in calender.what components of code we need to develop in class to display in calender?

any help regarding this is appreciable.
sandeep sankhlasandeep sankhla
Hi Phani,

There are many java script and JQuery libriaries which you can use and achieve this functionality....from these libraries yopu can show the claendar and from apex you can get the data and bind with calendar...

like http://fullcalendar.io/ and many others you can easily get..

Thanks!
Sandeep
phani kumar 63phani kumar 63
Hi Sandeep,

Thank you for responding.I would like to introduce my requirement.

i create an object that assigned to tab. it consist 4 fields like stdate, enddate, activities, actions.but stdate, endate taken as text.

i got calender in vf page but when i try to get the events by <apex:repeat > the calendar disappeared.

http://www.codebycody.com/2013/06/create-calendar-view-in-salesforcecom.html

is it right that first two fields taking as text ? give ur suggesion.

thanks,
kumar.