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
rajesh pennamrajesh pennam 

Regarding Custom Calendar

Hello

  I am new SF. I have a requirement, can somebody give me some inputs that how to proceed
1. I need to schedule appointment for the customers and i need to show them in any custom calendar and the calendar should show all the avaiable dates for appointments and the dates where appointments are already enrolled

Regards
rajesh
rajesh
Best Answer chosen by rajesh pennam
SarfarajSarfaraj
This is a javascript library. You have to write a Visualforce page with it. 

All Answers

SarfarajSarfaraj
Hi Rajesh,

FullCalendar is great. It fulfills all of your requirements. Here is the main site http://fullcalendar.io/.

A detailed documentation is available as well. Let me know if you have any query.

--Akram
rajesh pennamrajesh pennam
Thanks akram
It is very helpful. I have one more question. Do i need to embed that to salesforce or can i use it as app
SarfarajSarfaraj
This is a javascript library. You have to write a Visualforce page with it. 
This was selected as the best answer