Skip to main content
Level 2
October 12, 2017
Solved

Calendar Community Component

  • October 12, 2017
  • 2 replies
  • 1742 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Have you checked this documentation: Calendar Feature

Video:- Calendars in AEM 6.2 Communities - YouTube

~kautuk

2 replies

kautuk_sahni
Adobe Employee
kautuk_sahniAdobe EmployeeAccepted solution
Adobe Employee
October 13, 2017

Have you checked this documentation: Calendar Feature

Video:- Calendars in AEM 6.2 Communities - YouTube

~kautuk

Kautuk Sahni
smacdonald2008
Level 10
October 13, 2017

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....