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
Amer SkroboAmer Skrobo 

How to implement Responsive Bootstrap Calendar

I've installed package from github https://github.com/msrivastav13/Bootstrap_Resposive_Calendar     and now I need to implement it on my custom object. I need to update one line of component this is one : 

<c:Responsive_Calendar URL="id" ObjName="Event" StartDateTimeFieldName="Startdatetime" EndDateTimeFieldName="Enddatetime" Namefield="Subject"/>

What to put inside all of them ??
Shruti SShruti S
Could you give me the below mentioned information:
  1. API Name of the object
  2. API Name of the start date field on your object
  3. API Name of the end date field on your object
  4. API Name of the field whose information needs to be shown on the calendar
Amer SkroboAmer Skrobo
API Name of the object : Examination_deadline__c
API Name stard date field : Date_and_Time__c
API Name end date field : Time__c
API Name of the field whose info needs : Name
Jason NarcoonisJason Narcoonis
Was this ever answered?