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
Mohammad RuhullaMohammad Ruhulla 

How to show Full Calendar in salesforce Lightning ?

Hi All,

Am working on salesforce Lightning, I just wanted to show Full Calander in salesforce Lightning Component. Can someone please help in this regard.

Thanks & Regards,
Ruhulla
Paul Allsopp 3Paul Allsopp 3
I wanted to do something similar (have a manger see and edit all calendars of those in his/her department) but could not find a good way to do it so build my own app using fullcalendar js http://fullcalendar.io/
ClaiborneClaiborne
I do not know about as a Lightning Component, but salesforce.com has now released its own FREE Calendar Lightning Component - https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000DpqNxEAJ

Also Cody Sechelski published the code to add a calendar page as a Visualforce page with an apex controller here - http://www.codebycody.com/2013/06/create-calendar-view-in-salesforcecom.html. Old school, but it would be a good place to start. The tricky bit is converting salesforce.com data into the "events" shown on the calendar.

I have used Cody's model to create page calendars for rentals, classes, shipping voyages, and my own person time sheet. Works great.
Matthew DaviesMatthew Davies
Hi @Claiborne, does the link to the FREE Calendar Lightning Component still work? I have tried to downlaod it but I get notified of an 'intermittent' error. Thanks
ClaiborneClaiborne
The link apparently does not work. If you go to the link without logging in, it is fine. But as soon as you log in, you get the intermittent error. I have tried to link in from several different orgs, and get the same error all the time.
ClaiborneClaiborne
I also found this in the package documentation:
 
Custom lightning component must be enabled in your org. You can achieve this by rolling out custom domain for your organization.

But I tried in an org with a custom domain. Still failed. 

Have you tried filing a case with salesforce.com support.
David Roberts 4David Roberts 4
Excellent tool.