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
Andrew Aldis 15Andrew Aldis 15 

SFDC Calendar not passing date and time to a lightning component

Hello we are overriding the standard event button with a custom lightning component, it works fine however when you create an event from the Calender on the home page by double clicking on a time slot it does not pass the Date/Time to the component.  Is there a way that I can get the Date/Time from the slot on the calendar when a user double clicks it?  i.e. if a user selects  the 12:00 pm slot on 8/1/19 how do I pass those values to the lightning component?
Mike Miller 455Mike Miller 455
Did you ever get a solution for passing the date and time from the standard calendar doubleclick to the custom create event implementation using a lightning component to override the standard create event?