<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Some event notification by email in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201341#M154471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks much, Alex, I'll Try!&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Oct 2011 09:23:40 GMT</pubDate>
    <dc:creator>filmaker83</dc:creator>
    <dc:date>2011-10-21T09:23:40Z</dc:date>
    <item>
      <title>Some event notification by email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201337#M154467</link>
      <description>Hello,I am working on Alfresco Labs 3E on Linux Debian, and everythings go well.I'm searching to add a new template but i didn't find the variable names.For exemple in email templates i have $(document.name) or $(space.name) etc.I want to add new email templates to receive notification on Calendar E</description>
      <pubDate>Sun, 26 Apr 2009 07:56:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201337#M154467</guid>
      <dc:creator>khaem</dc:creator>
      <dc:date>2009-04-26T07:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Some event notification by email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201338#M154468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, has someone experienced about a notification by email if you enter events on the calendar? have you any suggestions? thanks&amp;nbsp; :?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 09:30:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201338#M154468</guid>
      <dc:creator>filmaker83</dc:creator>
      <dc:date>2011-10-20T09:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Some event notification by email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201339#M154469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;any one?&amp;nbsp; :?:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 22:17:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201339#M154469</guid>
      <dc:creator>cjimenez2581</dc:creator>
      <dc:date>2011-10-20T22:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Some event notification by email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201340#M154470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wrote this piece of code for calendar notifications (call this template "calendar_notify_user_email.ftl"&amp;nbsp;&amp;nbsp;&amp;nbsp;and put it into "datadictionary-&amp;gt;email template" in order to use it with a send mail rule):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;#assign displayPaths=document.displayPath?split("/")&amp;gt;&lt;BR /&gt;&amp;lt;#assign site=displayPaths[3]&amp;gt;&lt;BR /&gt;&amp;lt;#assign contenuto=document.content&amp;gt;&lt;BR /&gt;Event title: ${document.properties["{&lt;A href="http://www.alfresco.org/model/calendar}whatEvent" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/calendar}whatEvent&lt;/A&gt;"]}&lt;BR /&gt;&lt;BR /&gt;Description: ${document.properties["{&lt;A href="http://www.alfresco.org/model/calendar}descriptionEvent" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/calendar}descriptionEvent&lt;/A&gt;"]}&lt;BR /&gt;&lt;BR /&gt;Day of the event ${document.properties["{&lt;A href="http://www.alfresco.org/model/calendar}fromDate%22]?date" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/calendar}fromDate']?date&lt;/A&gt;}&lt;BR /&gt;&lt;BR /&gt;from: ${document.properties["{&lt;A href="http://www.alfresco.org/model/calendar}fromDate%22]?time" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/calendar}fromDate']?time&lt;/A&gt;}&lt;BR /&gt;to: ${document.properties["{&lt;A href="http://www.alfresco.org/model/calendar}toDate%22]?time" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/calendar}toDate']?time&lt;/A&gt;}&lt;BR /&gt;&lt;BR /&gt;location: ${document.properties["{&lt;A href="http://www.alfresco.org/model/calendar}whereEvent" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/calendar}whereEvent&lt;/A&gt;"]}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please do not reply to this mail. Complete calendar is at:&lt;BR /&gt;&lt;A href="http://host:8080/share/page/site/${site}/calendar" rel="nofollow noopener noreferrer"&gt;http://host:8080/share/page/site/${site}/calendar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Event created by: ${document.properties["{&lt;A href="http://www.alfresco.org/model/content/1.0}creator" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}creator&lt;/A&gt;"]}&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 08:09:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201340#M154470</guid>
      <dc:creator>efestione</dc:creator>
      <dc:date>2011-10-21T08:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Some event notification by email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201341#M154471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks much, Alex, I'll Try!&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 09:23:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201341#M154471</guid>
      <dc:creator>filmaker83</dc:creator>
      <dc:date>2011-10-21T09:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Some event notification by email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201342#M154472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi filmaker83,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you could do is create a Scheduled Action - &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Scheduled_Actions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Scheduled_Actions&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have the action link to a script which creates an email action. Your script could check out if there is anything new added to the calendar and send that info to relevant parties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've developed something similar for Data Lists; the scheduled action checks all projects and all lists within a project once a day, if there's anything new, or matching a criteria (such as a Due Date coming in a week, or next day) then an email is sent to the user that list entry is actioned against.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 14:17:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201342#M154472</guid>
      <dc:creator>bengrah</dc:creator>
      <dc:date>2011-10-21T14:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Some event notification by email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201343#M154473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi all,&lt;BR /&gt;I wrote this piece of code for calendar notifications (call this template "calendar_notify_user_email.ftl"&amp;nbsp;&amp;nbsp;&amp;nbsp;and put it into "datadictionary-&amp;gt;email template" in order to use it with a send mail rule):&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;#assign displayPaths=document.displayPath?split("/")&amp;gt;&lt;BR /&gt;&amp;lt;#assign site=displayPaths[3]&amp;gt;&lt;BR /&gt;&amp;lt;#assign contenuto=document.content&amp;gt;&lt;BR /&gt;Event title: ${document.properties["{&lt;A href="http://www.alfresco.org/model/calendar}whatEvent" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/calendar}whatEvent&lt;/A&gt;"]}&lt;BR /&gt;&lt;BR /&gt;Description: ${document.properties["{&lt;A href="http://www.alfresco.org/model/calendar}descriptionEvent" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/calendar}descriptionEvent&lt;/A&gt;"]}&lt;BR /&gt;&lt;BR /&gt;Day of the event ${document.properties["{&lt;A href="http://www.alfresco.org/model/calendar}fromDate%22]?date" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/calendar}fromDate']?date&lt;/A&gt;}&lt;BR /&gt;&lt;BR /&gt;from: ${document.properties["{&lt;A href="http://www.alfresco.org/model/calendar}fromDate%22]?time" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/calendar}fromDate']?time&lt;/A&gt;}&lt;BR /&gt;to: ${document.properties["{&lt;A href="http://www.alfresco.org/model/calendar}toDate%22]?time" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/calendar}toDate']?time&lt;/A&gt;}&lt;BR /&gt;&lt;BR /&gt;location: ${document.properties["{&lt;A href="http://www.alfresco.org/model/calendar}whereEvent" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/calendar}whereEvent&lt;/A&gt;"]}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please do not reply to this mail. Complete calendar is at:&lt;BR /&gt;&lt;A href="http://host:8080/share/page/site/${site}/calendar" rel="nofollow noopener noreferrer"&gt;http://host:8080/share/page/site/${site}/calendar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Event created by: ${document.properties["{&lt;A href="http://www.alfresco.org/model/content/1.0}creator" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}creator&lt;/A&gt;"]}&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;Hope that helps&lt;BR /&gt;Alex&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Alex, thanks!!! It works&amp;nbsp; :mrgreen:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 14:39:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201343#M154473</guid>
      <dc:creator>cjimenez2581</dc:creator>
      <dc:date>2011-10-24T14:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Some event notification by email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201344#M154474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking to do the same thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone please spend a few minutes to help a newbie on how to implement notifications?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've deployed Alfresco Share for our department so users can collaborate files without the need for MS Sharepoint. Everything has been working great and everyone loves the 'Open Source' solution I've deployed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A request has now came in from my boss to see if an e-mail could be sent out to the 'Site Users' when a new user is created and when a new forum post has been inserted. I've already worked out setting up notifications when files are uploaded but I can't seem to wrap my head around this one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PLEASE PLEASE PLEASE for a few minutes of your time. You guys are awesome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 17:10:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201344#M154474</guid>
      <dc:creator>nickbsd</dc:creator>
      <dc:date>2011-10-24T17:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Some event notification by email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201345#M154475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Disregard my rant below. I just found out they released version 4.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm looking to do the same thing.&lt;BR /&gt;&lt;BR /&gt;Can someone please spend a few minutes to help a newbie on how to implement notifications?&lt;BR /&gt;&lt;BR /&gt;I've deployed Alfresco Share for our department so users can collaborate files without the need for MS Sharepoint. Everything has been working great and everyone loves the 'Open Source' solution I've deployed.&lt;BR /&gt;&lt;BR /&gt;A request has now came in from my boss to see if an e-mail could be sent out to the 'Site Users' when a new user is created and when a new forum post has been inserted. I've already worked out setting up notifications when files are uploaded but I can't seem to wrap my head around this one.&lt;BR /&gt;&lt;BR /&gt;PLEASE PLEASE PLEASE for a few minutes of your time. You guys are awesome.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 20:57:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-event-notification-by-email/m-p/201345#M154475</guid>
      <dc:creator>nickbsd</dc:creator>
      <dc:date>2011-10-24T20:57:09Z</dc:date>
    </item>
  </channel>
</rss>

