cancel
Showing results for 
Search instead for 
Did you mean: 

Calender issue

anandhan
Star Contributor
Star Contributor

Hey Jeff Potts  ,

I have been trying to integrate your share-inbound-invites-master.amp module.

As per your idea (https://ecmarchitect.com/archives/2016/02/24/4113) every thing seems to work fine,but the thing is my calendar add Event form still remains the same.

What am missing?

6 REPLIES 6

jpotts
World-Class Innovator
World-Class Innovator

You also asked this in a comment on the blog post so I'll just repeat what I replied there: Yes, that is correct. This add-on does nothing to change the out-of-the-box event calendar form. Instead, this add-on makes it possible to invite Share sites to calendar events using your existing third-party calendar tools.

What were you expecting?

anandhan
Star Contributor
Star Contributor

In the tutorial video ,it seems to be totally different form? So it is on our part to customize it?

jpotts
World-Class Innovator
World-Class Innovator

Can you post a screenshot of exactly what you are referring to?

anandhan
Star Contributor
Star Contributor

Hey Jeff, 

The form i see in your tutorial

The form i have been working with...

Project shared in GitHub does not bring in such an Edit Form,do we have to develop further or is that we have issues with the installation of the AMP module in the site?

jpotts
World-Class Innovator
World-Class Innovator

The first screenshot from the tutorial is the Mozilla Thunderbird mail & calendar client. It is not an Alfresco form.

The second screenshot is the Alfresco event form.

anandhan
Star Contributor
Star Contributor


### Inbound setting ###
email.inbound.unknownUser=anonymous
email.inbound.enabled=true
email.server.enabled=true
email.server.port=25
email.server.domain=localhost
email.server.allowed.senders=.*


###IMAP Configuration###
imap.server.enabled=true
imap.server.port=143
imap.server.host=0.0.0.0

imap.config.home.store=${spaces.store}
imap.config.home.rootPath=/${spaces.company_home.childname}
imap.server.attachments.extraction.enabled=true
imap.config.server.mountPoints=AlfrescoIMAP
imap.config.server.mountPoints.default.mountPointName=IMAP
imap.config.server.mountPoints.default.modeName=ARCHIVE
imap.config.server.mountPoints.default.store=${spaces.store}
imap.config.server.mountPoints.default.rootPath=/${spaces.company_home.childname}
imap.config.server.mountPoints.value.AlfrescoIMAP.mountPointName=Alfresco IMAP
imap.config.server.mountPoints.value.AlfrescoIMAP.modeName=MIXED

alfresco.protocol=http
alfresco.host=${localname}
alfresco.port=8080
alfresco.context=alfresco

javax.net.ssl.keyStore=mySrvKeystore
javax.net.ssl.keyStorePassword=123456



# Outbound Email Configuration

notification.email.siteinvite=true
mail.host=localhost
mail.port=587
mail.protocol=smtps

mail.username=diwakarm@localhost.com
mail.password=123Welcome
mail.encoding=UTF-8
mail.from.default=default@alfresco.com
#mail.smtp.auth=true
#mail.smtp.debug=true
#mail.smtp.starttls.enable=true
mail.smtps.auth=true
mail.smtps.starttls.enable=true
mail.testmessage.send=true
mail.testmessage.to=diwakarm@alfresco.com
mail.testmessage.subject=test Outbound SMTP
mail.testmessage.text=test The Outbound SMTP email subsyst

i have the set the following as global properties.

inbound module is part of the alfresco site,shared file of each site consists of calendar folder with email alias against them.

Site with calendar and inboundinvitaions respective email alias

   -imaptestcalendar

   -imaptest

I couldn't set up Thunderbird email account.

Am missing pieces by a lot.

My motive is to replicate what you have achieved in your tutorial.

The error i get in thunderbird. password i gave alfresco account password.