09-18-2017 04:55 AM
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?
09-18-2017 09:45 AM
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?
09-18-2017 10:22 AM
In the tutorial video ,it seems to be totally different form? So it is on our part to customize it?
09-18-2017 10:25 AM
Can you post a screenshot of exactly what you are referring to?
09-19-2017 12:48 AM
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?
09-19-2017 03:54 PM
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.
09-20-2017 10:01 AM
### 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.
Explore our Alfresco products with the links below. Use labels to filter content by product module.