Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

AEM Calendar component

Avatar

Level 2

 Do we have out of the box solution to implement calendar component in AEM without having communities license?

1 Accepted Solution

Avatar

Correct answer by
Level 10

To follow up on my response - if what you need is a DatePicker or Calendar component for your AEM authors - then create one using a JQuery plug-in. For example: 

https://jqueryui.com/datepicker/

We have many community articles that show how to use JQuery to build AEM components listed in our Community Articles listing:  

https://helpx.adobe.com/experience-manager/topics/how-to.html

Hope this helps. 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

To follow up on my response - if what you need is a DatePicker or Calendar component for your AEM authors - then create one using a JQuery plug-in. For example: 

https://jqueryui.com/datepicker/

We have many community articles that show how to use JQuery to build AEM components listed in our Community Articles listing:  

https://helpx.adobe.com/experience-manager/topics/how-to.html

Hope this helps. 

Avatar

Administrator

Hi 

As mentioned by Scott, 

We can use Jquery plugin for this.

Please refer to some good articles below:-

Link:- https://helpx.adobe.com/experience-manager/using/integrating-jquery-framework-cq.html (Add the JQuery framework to the component)

Link:-https://helpx.adobe.com/experience-manager/using/integrating-jquery-framework-cq.html (Integrating the JQuery Framework into Adobe CQ)

Jquery plugins:-

Link:-https://plugins.jquery.com/tag/calendar/

Link:- http://fullcalendar.io/

 

I hope this would be helpful for you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni