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
saharisahari 

How to create calender in vf page

Hi

 

I have an urgent requirement to implement calender in  vf page. When user clicks on a particular date, it should list out all the events hosted on that day. Pretty much the standard functionality.

 

I could'nt find any way to do this.

I would really appreciate if someone could post me the logic to achieve this functionality.

 

Thanks in advance

Best Answer chosen by Admin (Salesforce Developers) 
saharisahari

Thanks for your reply.

I tried with this.But I could'nt find a way to capture the selected date ..

 

But now, I implemented the Calender functionality using Jquery  Date Picker. I solved this one...

 

Anyways, I really appreciate your response.

All Answers

hoomelhoomel

Hi,

there is a project on CodeShare that does quite what you described:

http://developer.force.com/codeshare/projectpage?id=a0630000002ahp6AAA

 

I had to build a calendar with some other functionality so i can't help you directly, but looking into this project really helped me understand the basic funtionality.

 

Regards,

hoomel

saharisahari

Thanks for your reply.

I tried with this.But I could'nt find a way to capture the selected date ..

 

But now, I implemented the Calender functionality using Jquery  Date Picker. I solved this one...

 

Anyways, I really appreciate your response.

This was selected as the best answer
UmmiUmmi
Hi sahari can you please tell me how to create an event on custom calender?
Please tell me from scratch because i m new to salesforce.