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
ekarthikekarthik 

Calender event data storage in salesforce object

 

Hi

 

      I am working in a  calender  app , for this i am using jquery calender, when i click any date . I need to create an event and need to store in salesforce object .

  By default jquery calender , creating event is achieved . i need to know how to store created event data in object.

 

Any help appreciated. Thanks

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Saurabh DuaSaurabh Dua

As i could understand from the description above you have a Jquery based caledar and you can create events from the calendar.  This is a standard event which is created. Write a trigger on standard event page which creates a record in the custom data object which u want and replicate the content on to that record.