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
KevinsanKevinsan 

Define Customize Calendar

I want to implement a customize calendar by visualpage or lighting component.
User-added image
Function:Display event content weekly.
Init display:show current week
① can move to next/previous week
② can select any week from a calendar
③ display all the events in the EVENT column
④ display contents for each event in the event row
※event info is saved as a custom object.

Are there some standard design or component we can use for qiuck development?
Thanks very much!
 
NagendraNagendra (Salesforce Developers) 
Hi Kevinsan,

May I suggest you please check with below links which might help you further with the above requirement. Please let us know if this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra
KevinsanKevinsan
Hi Nagendra

Thank you for your reply.
Link1:I cannt import the components to Lightning app builder
Link2:No controller class code "CalendarEvent_CLASS"

Im going to write my own visualpage code..