share-inbound-invites | simple calendar integration to Alfresco Share | Calendar library
kandi X-RAY | share-inbound-invites Summary
kandi X-RAY | share-inbound-invites Summary
This add-on gives you the ability to send calendar invitations to an Alfresco Share site. This provides a very basic calendar integration in which users can select which events they create in the corporate email and calendaring system will show up in the Share site calendar. This should work with any mail system that sends ICS files (mimetype of "text/calendar") when it sends calendar invitations. There are two behaviors that make this work. It is important to realize that this integration requires people to proactively invite the Share site to every meeting they want to show up on the Share site calendar. Essentially, your Share site acts like any other person or resource (like a conference room) that you might want to send a meeting invitation to. If you update or delete the event in the source calendar system as long as the Share site receives an update, the update will be reflected in the Alfresco Share site calendar. However, the integration is one-way. If the calendar data is changed on the Alfresco Share side, nothing is communicated back to the source calendar system.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- On update node
- Gets properties from a CalendarInfo object
- Parses an ICS file
- Process an email node
- Processes a calendar invite file
- Creates a new calendar object
- Find an event object for a given id
- Determines if the attachment is a calendar file
- Determine the folder for an invitation
- Returns the calendar folder for the given Share site
- Updates an existing event
- Creates or updates an existing event
- Deletes the specified event
- Creates an event name for the ICS attachment
- Initialize the process invitation behavior
- Called when a node needs to be updated
- Initializes the behavior of this site node
share-inbound-invites Key Features
share-inbound-invites Examples and Code Snippets
Community Discussions
Trending Discussions on share-inbound-invites
QUESTION
I try to integrate calendar invites in Alfresco. I use this link
https://github.com/jpotts/share-inbound-invites
I download inbound-invites-repo and just use mvn install, i don't change pom.xml and get BUILD SUCCESS.
Than I copy inbound-invites-repo-1.1.1-SNAPSHOT.amp to $ALFRESCO_HOME/amps, then run bin/apply_amps.sh
After that when i run
I got error
...ANSWER
Answered 2017-Feb-13 at 16:56Typically you should stop Tomcat before you run apply_amps.sh, then restart it afterward. Here's why...
When you run apply_amps.sh the alfresco.war and share.war files are backuped up. Then, the contents of the AMP files in the amps directory are merged with the alfresco.war file and the contents of the AMP files in the amps_share directory are merged with the share.war file.
Last, the exploded WAR file directories are removed.
Tomcat probably uninstalled your alfresco and/or share webapps at some point during the amp install, which is why you saw the problem.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install share-inbound-invites
You can install the AMP as you normally would using the MMT. For example, to install on a server, you would copy inbound-invites-repo.amp to $ALFRESCO_HOME/amps, then run bin/apply_amps.sh. For developers looking to contribute who are running locally, you can use the Maven plug-in to install the AMP by running mvn alfresco:install -Dmaven.alfresco.warLocation=$TOMCAT_HOME/webapps/alfresco. If you are not running your Alfresco WAR expanded, specify the WAR file path instead of the directory. Once the AMP is deployed, start up Alfresco.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page