<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarcrm.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Change Meeting/Call Reminder Template to include Description value?</title><link>https://sugarclub.sugarcrm.com/dev-club/f/questions-answers/6561/change-meeting-call-reminder-template-to-include-description-value</link><description>What variable am i to use to add the meeting &amp;#39;description&amp;#39; to the template? My change looked like this: &amp;lt;!-- BEGIN: MeetingReminder_Subject --&amp;gt; Meeting Reminder - {MEETING_SUBJECT} &amp;lt;!-- END: MeetingSpecial_Subject --&amp;gt; &amp;lt;!-- BEGIN: MeetingReminder --&amp;gt; Title</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Change Meeting/Call Reminder Template to include Description value?</title><link>https://sugarclub.sugarcrm.com/thread/29268?ContentTypeID=1</link><pubDate>Tue, 27 Jun 2023 08:17:40 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:cb2a410b-647a-465f-95c0-8f91d7e42682</guid><dc:creator>Harald Kuske</dc:creator><description>&lt;p&gt;For each language the notifications are stored in the include/language/&amp;lt;lang&amp;gt;.notify_template.html, e.g. for English in include/language/en_us.notify_template.html.&lt;/p&gt;
&lt;p&gt;You&amp;nbsp;should be able to customize these templates by creating own custom/include/language/&amp;lt;lang&amp;gt;.notify_template.html files.&lt;/p&gt;
&lt;p&gt;The notification for meetings looks like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;!-- BEGIN: MeetingReminder_Subject --&amp;gt;
Meeting Reminder - {MEETING_SUBJECT}
&amp;lt;!-- END: MeetingSpecial_Subject --&amp;gt;
&amp;lt;!-- BEGIN: MeetingReminder --&amp;gt;
Title: {MEETING_SUBJECT}
When: {MEETING_STARTDATE}
Location: {MEETING_LOCATION}
Created By: {MEETING_CREATED_BY}
&amp;lt;!-- END: MeetingReminder --&amp;gt;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Here you could add your Description: {MEETING_DESCRIPTION}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>