cancel
Showing results for 
Search instead for 
Did you mean: 

Add users to calendar-event

faradey1791
Confirmed Champ
Confirmed Champ

Hi,

I'am using alfresco Community 5.2 and I have a question:
Is there any way to add participants to calendar event, because now all users from site can see this event.

4 REPLIES 4

faradey1791
Confirmed Champ
Confirmed Champ

As I understand, I must add object-finder to create-event.html

douglascrp
World-Class Innovator
World-Class Innovator

That requires more changes, like adding the participants property to the events type.

You will have to deal with changes in all related webscripts and forms, like the ones used to create, edit and view events.

It is not an easy task, but it is doable if you understand how share extension works.

I'll try to understand. And first of all, I don't know how to find .js file with all functions for 

C:\alfresco-community\tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\modules\create-event.get.html.ftl. Does it exist?
As I understand it's event-info.js

I need help. I want to open Alfresco.ObjectFinder when I click on the button. How to call Alfresco.ObjectFinder?