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

Calendar Community Component

Avatar

Level 3

Hi,

I'm new to Community Components and I'm trying to understand calendar component in AEM 6.3. I'm so confused about the privileged user here. How can I create privileged users? Is it same as normal AEM users? Can I customize the calendar component by extending. I tried to extend but it's not working as expected. is there any documentation how to implement calendar component in aem 6.3

Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Administrator

Have you checked this documentation: Calendar Feature

Video:- Calendars in AEM 6.2 Communities - YouTube

~kautuk



Kautuk Sahni

View solution in original post

2 Replies

Avatar

Correct answer by
Administrator

Have you checked this documentation: Calendar Feature

Video:- Calendars in AEM 6.2 Communities - YouTube

~kautuk



Kautuk Sahni

Avatar

Level 10

Also - if you want Calendar functionality in your AEM site and want to customize it - another option is to write a custom AEM component that uses a JQuery plug-in for Calendars - of which - there are many. For example -

FullCalendar - JavaScript Event Calendar

That is one of the benefits of AEM. TO write a custom resource type and use available JS libs that let you drop into the parsys on a page.

Hope this helps....