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 

how to bind values from object to jquery calender

Hi

   I am working on a project which i need to create events on clicking calender and need to display created values in the calendar

 

 In particular. If i need to show value in the calender how to process. when i search , get message like json may be helpful but i am unable to proced

. If i get any ideas and sample it will be great . Thanks 

Ashish_SFDCAshish_SFDC

Hi ekarthik,

 

You may add a Calendar using jQuery.

But loading the calendar with existing events and creating new events based on clicking a calendar item may not be possible,

 as you will have to load the existing events in a date like widget and create new event on click.  

That widget would need multiple getter methods on the view of calendar items and a form that has to open to create new events.

Which again might use a lot of jQuery / JavaScript code which again will delay and overload the performance of the Visualforce Page.

Instead try using the Salesforce For Outlook Desktop Integration plugin or try the Calendar Apps on the AppExchange, https://appexchange.salesforce.com/results?keywords=calendar

Also check the below links for more info on jQuery,

http://developer.force.com/cookbook/recipe/using-jquery-in-a-visualforce-page

http://developer.force.com/cookbook/cookbookRecipeSource?id=a1V300000009JGGEA2

https://appexchange.salesforce.com/listingDetail?listingId=a0N30000008Z4moEAC

 

Regards,

Ashish, Salesforce.com

If this post answers your question, please mark this post as Solved.