I am pleased to announce that there is a new version of Meeting Schedule Assistant now available.
What’s New
It is true that the Workbook always has at most 2 assignments. But there are the odd occasions when might need to include a third item. Now this is possible!
The Workbook templates do not require change adjustments for displaying this new information. However …
Worksheet Templates
The Chairman Worksheet templates did require a minor adjustment. These changes have already been made to the default files. You will need to make the following adjustments if you are using your own versions of the worksheet template:
<xsl:if test="LivingAsChristians/@ItemCount >= 2"> <tr> <td class="borderDotTimeDuration"> [<xsl:value-of select="LivingAsChristians/Item2/Time/@EndTime24"/>] </td> <td class="borderDotTime"> <xsl:value-of select="LivingAsChristians/Item2/Time"/> </td> <td class="borderDotTheme"> <xsl:value-of select="LivingAsChristians/Item2/Theme" disable-output-escaping="yes"/> <span class="textMethod"> [<xsl:value-of select="LivingAsChristians/Item2/Method" disable-output-escaping="yes"/>] </span> <xsl:call-template name="Display_DemoInfo"> <xsl:with-param name="Item" select="LivingAsChristians/Item2"/> </xsl:call-template> </td> <td class="borderDotName"> <xsl:value-of select="LivingAsChristians/Item2/Name"/> </td> </tr> </xsl:if> <xsl:if test="LivingAsChristians/@ItemCount = 3"> <tr> <td class="borderDotTimeDuration"> [<xsl:value-of select="LivingAsChristians/Item3/Time/@EndTime24"/>] </td> <td class="borderDotTime"> <xsl:value-of select="LivingAsChristians/Item3/Time"/> </td> <td class="borderDotTheme"> <xsl:value-of select="LivingAsChristians/Item3/Theme" disable-output-escaping="yes"/> <span class="textMethod"> [<xsl:value-of select="LivingAsChristians/Item3/Method" disable-output-escaping="yes"/>] </span> </td> <td class="borderDotName"> <xsl:value-of select="LivingAsChristians/Item3/Name"/> </td> </tr> </xsl:if>
Other Improvements
- The Weekend Meeting window has been improved. You can now copy the Host and Co-host from the Midweek Meeting. This is handy if you always use the same two brothers for both meetings.
- Importing Public Talk assignments has also been improved on the Weekend Meeting window. It will no longer reset any existing assignments if they have not been assigned in the Public Talks database.
Latest Download
Supported Operating Systems
- Windows 10
- Windows 11
Deprecated Operating Systems
These operating systems are no longer supported:
- Windows 7 (Service Pack 1)
- Windows 8.1
You can still download the last supported version of Meeting Schedule Assistant (which was 23.1.0) from here. But this version is no longer maintained. You are encouraged to use version 23.1.1 or higher.
Supported Operating Systems
- Windows 10
- Windows 11
Deprecated Operating Systems
These operating systems are no longer supported:
- Windows 7 (Service Pack 1)
- Windows 8.1
You can still download the last supported version of Meeting Schedule Assistant (which was 23.1.0) from here. But this version is no longer maintained. You are encouraged to use version 23.1.1 or higher.
Setup the software to update automatically or upgrade by using the Check for Update feature from the Help menu.