<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Team Calendar Archives - Caliach</title>
	<atom:link href="https://caliach.com/article-categories/team-calendar/feed/" rel="self" type="application/rss+xml" />
	<link>https://caliach.com/article-categories/team-calendar/</link>
	<description>Manufacturing Software Solutions</description>
	<lastBuildDate>Tue, 12 Sep 2023 07:30:45 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://caliach.com/wp-content/uploads/2022/11/fav-150x150.png</url>
	<title>Team Calendar Archives - Caliach</title>
	<link>https://caliach.com/article-categories/team-calendar/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Team Calendar: Team Calendar Event Maintenance</title>
		<link>https://caliach.com/knowledge-base/wteamcalevent/</link>
		
		<dc:creator><![CDATA[Brendan Proctor]]></dc:creator>
		<pubDate>Wed, 27 May 2020 09:15:09 +0000</pubDate>
				<guid isPermaLink="false">https://kb.caliach.com/index.php/knowledge-base/wteamcalevent/</guid>

					<description><![CDATA[<p>Team Calendar: Team Calendar Event Maintenance</p>
<p>The post <a href="https://caliach.com/knowledge-base/wteamcalevent/">Team Calendar: Team Calendar Event Maintenance</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><body></p>
<h2><a name="top"/>Team Calendar Event Maintenance</h2>
<p id="navline"><img decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a> &gt; <a href="index">Team Calendar</a> &gt; Team Calendar Event Maintenance</p>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcalevent1.jpg"><img fetchpriority="high" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcalevent1.jpg" width="371" height="389" alt="Team Calendar Event Maintenance"/></a></p>
<p>Events are the core data component of the Team Calendar system. An event has a start and end date and time a title and details.</p>
<p>An event must be of a particular <b>type</b>. Such types are defined in the <a href="wteamcaldefmaint">Team Calendar Type and Resource Maintenance</a> window which is accessible using the File &#8212; System Manager &#8212; Team Calendar menu sequence.</p>
<p>Also events are assigned to one or more <b>resources</b>. These are also defined in the <a href="wteamcaldefmaint">Team Calendar Type and Resource Maintenance</a> window which is accessible using the File &#8212; System Manager &#8212; Team Calendar menu sequence.</p>
<p>Events can straddle several days by having any later end date, but you can also setup multiple linked events. Firstly, linked events are discrete events and therefore can repeat on non-consecutive days. Secondly, when they are linked, changes made to them can, if so chosen, be applied to all future linked events. Thirdly, they are created all in one go. An example of a use of linked events would be a monthly management meeting taking place on the 2nd Tuesday of each month. You would create the event with the first meeting dates, the number would be 11 for a full year and the period would be &#8220;Every Same Day in Month&#8221;. If later you want to add a further resource to the meeting event, edit the event on the occasion you want the resource to start attending and when you save that change you will be asked &#8220;There are NN future linked events. Do you want to apply the change to these (Yes)? Or just to this single event (No)? Press Cancel to abandon the change.&#8221;. On this occasion you answer Yes.</p>
<p>A further feature of events is their ability to be linked to an address and contact for a marketing, customer or supplier record. This is done through a context menu on the Linked Address field. There is no structural value in this as far as the program is concerned but it can help to remind others of the location of the meeting and you can print letters, etc. from the event directly rather than having to go and find the master record first.</p>
<p>Finally, you can link external documents to the event after it has been created. You can do this when viewing or editing an event, or when an event is selected in the calendar using the ScratchPads &#8212; Open Link or Create Link menu functions. If it is a multi-linked event, you will be asked if you want the external document to be similarly linked to future linked events. For more information on external document linking see the <a href="../linkedfiles/linkintro">Introduction to the Linked File System</a> help.</p>
<p/>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Field</p>
</th>
<th valign="top">
<p align="left">Description</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Title</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Event title. {EVEFILE.EVETITL char 60}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Details</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Event details. {EVEFILE.EVEDETA char 100000000}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">All day</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. All day event flag. {EVEFILE.EVEALLD boolean}</p>
<p>This is exploited by the calendar (oCal external V10.4 or greater) to display the event on a separate pane on Day, Week, Fortnight and DayPlan views of the calendar.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Start date and time</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Event start date and time. {EVEFILE.EVESTAR date datetime Idx}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/12068.jpg" width="16" height="16" alt="Calendar"/> button</p>
</td>
<td valign="top">
<p align="left">Opens a small pop-up calendar (see below) to set the start date.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Start time slider</p>
</td>
<td valign="top">
<p align="left">Use the slider to increase or decrease the time of day.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">End date and time</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Event end date and time. {EVEFILE.EVEEND date datetime Idx}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/12068.jpg" width="16" height="16" alt="Calendar"/> button</p>
</td>
<td valign="top">
<p align="left">Opens a small pop-up calendar (see below) to set the end date.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">End time slider</p>
</td>
<td valign="top">
<p align="left">Use the slider to increase or decrease the time of day.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Event type drop-list</p>
</td>
<td valign="top">
<p align="left">Select a event type for this event.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Type charcteristics</p>
</td>
<td valign="top">
<p align="left">An example of the icon and background and text colour.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Resources</p>
</td>
<td valign="top">
<p align="left">Select one or more resources for this event. The second icon indicates your privileges level and for events already created further status icons are shown. When creating an event you can only select those resources that you have full permissions.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Resource charcateristics</p>
</td>
<td valign="top">
<p align="left">An example of the icon and background and text colour of selected resources will be shown.</p>
</td>
</tr>
</table>
<p>Further fields distributed onto two tab panes. See below for details.</p>
<h5>Pup-Up Calendar for date selection</h5>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Button</p>
</th>
<th valign="top">
<p align="left">Action</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/19015.jpg" width="16" height="16" alt="Back Year"/></p>
</td>
<td valign="top">
<p align="left">Back one year.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/19016.jpg" width="16" height="16" alt="Back Month"/></p>
</td>
<td valign="top">
<p align="left">Back one month.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/19000.jpg" width="16" height="16" alt="Today"/></p>
</td>
<td valign="top">
<p align="left">Select today&#8217;s date.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/19017.jpg" width="16" height="16" alt="Month Forward"/></p>
</td>
<td valign="top">
<p align="left">Forward one month.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/19018.jpg" width="16" height="16" alt="Year Forward"/></p>
</td>
<td valign="top">
<p align="left">Forward one year.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Calendar Month View</p>
</td>
<td valign="top">
<p align="left">Click to select a day in the calendar. When you click on a day shown outside the month, you will switch the calendar to the new month.</p>
</td>
</tr>
</table>
<p/>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Button</p>
</th>
<th valign="top">
<p align="left">Action</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Cancel</p>
</td>
<td valign="top">
<p align="left">Aborts the process currently in session. The keyboard equivalent is the Esc key for Windows computers and Command-.(full stop or period) for the Mac.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Save</p>
</td>
<td valign="top">
<p align="left">Click to proceed to build the event calendar from your selection.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/10012.jpg" width="16" height="16" alt="Link"/> External File Linking</p>
</td>
<td valign="top">
<p align="left">With a suitable record selected, click to view any linked external file(s). Hold the shift key down and click to create a new file link for the record.</p>
</td>
</tr>
</table>
<p>The window has 2 tab panes.</p>
<p><span class="helpTab"><a href="#tab1">Linking and Status</a></span> <br />
<span class="helpTab"><a href="#tab2">History</a></span> </p>
<h3><a name="tab1" id="tab1"/>Linking and Status</h3>
<p>Additional parameters for the event.</p>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Field</p>
</th>
<th valign="top">
<p align="left">Description</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Number of linked multiple events</p>
</td>
<td valign="top">
<p align="left">The number of linked events, originally duplicate events on alternative days. Maximum of 255.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Linked date sequence</p>
</td>
<td valign="top">
<p align="left">Select an alternative linked date sequence period. There are the following options:</p>
<ol>
<li>Every Day</li>
<li>Every Weekday</li>
<li>Every Week</li>
<li>Every Fortnight</li>
<li>Every 4 Weeks</li>
<li>Every Month</li>
<li>Every Same Day in Month</li>
<li>Every Same Day in Quarter</li>
</ol>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Linked date sequence</p>
</td>
<td valign="top">
<p align="left">The list of future events start date. You can deselect some before confirmation.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Address and Contact linked to the event</p>
</td>
<td valign="top">
<p align="left">Contact and address that the event has been linked to. Right-click for options.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Owner</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Owner user id (related to USPID). {EVEFILE.EVEOWNE char 3 Idx}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Created date and time</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Created date and time. {EVEFILE.EVECREA date datetime}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Owner Name</p>
</td>
<td valign="top">
<p align="left">The owner user name and job.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Last modified date and time</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Last modified date and time. {EVEFILE.EVEMODI date datetime Idx}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Last modified user</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Last modified user id. {EVEFILE.EVEMODU char 3}</p>
</td>
</tr>
</table>
<p/>
<h4>Address Context Menu</h4>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Line</p>
</th>
<th valign="top">
<p align="left">Function</p>
</th>
<th valign="top">
<p align="left">Keys</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Change Linked Address</p>
</td>
<td valign="top">
<p align="left">To select an alternative Address and Contact for the marketing/customer/supplier already selected.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Remove Linked Address</p>
</td>
<td valign="top">
<p align="left">To remove the linked Address and Contact from the event.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">View/Edit the Event</p>
</td>
<td valign="top">
<p align="left">Operate to view and/or edit the event. If you have privileges to do so, this will open the master record associated with the address.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">New Marketing Address Link</p>
</td>
<td valign="top">
<p align="left">To select a marketing record then Address and Contact to be linked to the event. Any existing link will be replaced. This will open the <a href="../market/wmarketsel">Marketing Business Selection</a> window in which you can choose a business.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">New Customer Address Link</p>
</td>
<td valign="top">
<p align="left">To select a customer and then Address and Contact to be linked to the event. Any existing link will be replaced.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">New Supplier Address Link</p>
</td>
<td valign="top">
<p align="left">To select a supplier Address and Contact to be linked to the event. Any existing link will be replaced.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Copy Address to Clipboard</p>
</td>
<td valign="top">
<p align="left">Copies the address and contact according to the elements chosen.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Print Standard Letter</p>
</td>
<td valign="top">
<p align="left">To print a standard letter to the selected contact.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Print Envelope</p>
</td>
<td valign="top">
<p align="left">To print an envelope for the selected contact.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Print 4&#215;4 Label</p>
</td>
<td valign="top">
<p align="left">To print a 4&#215;4 label for the selected contact.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
</table>
<p><a href="#top">Back to top</a></p>
<h3><a name="tab2" id="tab2"/>History</h3>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcalevent2.jpg"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcalevent2.jpg" width="327" height="96" alt="Team Calendar Event Maintenance - History tab pane"/></a></p>
<p>A list of history of this event.</p>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Field</p>
</th>
<th valign="top">
<p align="left">Description</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">History List</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Event history log list (DateTime,UserId,History). {EVEFILE.EVEHIST list}</p>
</td>
</tr>
</table>
<p><a href="#top">Back to top</a></p>
<table border="0" cellspacing="0" cellpadding="2">
<tr valign="top" align="left">
<td width="80">See also: &#8211;</td>
<td>
<ul>
<li><a href="../calendar/wteamcalendar">Team Calendar</a></li>
</ul>
</td>
</tr>
</table>
<p id="versionline">Compiled in Program Version 5.10. Help data last modified 4 Jun 2012 04:47:00.00. Class wTeamCalEvent last modified 23 Sep 2017  10:51:12.</p>
<p id="navline"><img decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a> &gt; <a href="index">Team Calendar</a> &gt; Team Calendar Event Maintenance</p>
<p></body></p>
<p>The post <a href="https://caliach.com/knowledge-base/wteamcalevent/">Team Calendar: Team Calendar Event Maintenance</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Team Calendar: Team Calendar Event Selection</title>
		<link>https://caliach.com/knowledge-base/wteamcalevselect/</link>
		
		<dc:creator><![CDATA[Brendan Proctor]]></dc:creator>
		<pubDate>Wed, 27 May 2020 09:15:09 +0000</pubDate>
				<guid isPermaLink="false">https://kb.caliach.com/index.php/knowledge-base/wteamcalevselect/</guid>

					<description><![CDATA[<p>Team Calendar: Team Calendar Event Selection</p>
<p>The post <a href="https://caliach.com/knowledge-base/wteamcalevselect/">Team Calendar: Team Calendar Event Selection</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><body></p>
<h2><a name="top"/>Team Calendar Event Selection</h2>
<p id="navline"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a> &gt; <a href="index">Team Calendar</a> &gt; Team Calendar Event Selection</p>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcalevselect.jpg"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcalevselect.jpg" width="294" height="259" alt="Team Calendar Event Selection"/></a></p>
<p>This window opens when you click on the <b>Event Selection</b> button below Groups Showing list in the <a href="wteamcalendar">Team Calendar</a> window.</p>
<p>It is used to set the search criteria for events that will show on the calendar. It also has a special <b>Set Default</b> feature that allows you to set up a selection set that will be used when populating the calendar with events when opened in the first place (see the Set Default button below).</p>
<h3>Select Team Calendar Events</h3>
<p>Within this group you can set the rules to be followed when selecting calendar events to list.</p>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Field</p>
</th>
<th valign="top">
<p align="left">Description</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Date From</p>
</td>
<td valign="top">
<p align="left">Any event end date falling before this will be ignored. For the purposes of the default, future uses will be based on a date relative to the first day of the current month. A blank from date effectively means all past events.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Date To</p>
</td>
<td valign="top">
<p align="left">Any event with a start day falling after this date will be ignored. For the purposes of the default, future uses will be based on a date relative to the from date, although a blank to date will effectively mean all future events.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Only Those Owned by Me</p>
</td>
<td valign="top">
<p align="left">Check to include only those events owned by me. In this context owned means events that you have created, not events where you have &#8216;owner&#8217; status of associated resources.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">All Types</p>
</td>
<td valign="top">
<p align="left">Check to include all event types listed.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Event Types List</p>
</td>
<td valign="top">
<p align="left">Select one or more event types.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">All Resources</p>
</td>
<td valign="top">
<p align="left">Check to include all team resources listed.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Team Resources</p>
</td>
<td valign="top">
<p align="left">Select one or more resources. The resources listed here are not necessarily ALL resources on the system. They are only the ones which you have at least View permissions.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Custom Search button</p>
</td>
<td valign="top">
<p align="left">Opens the <a href="../general/wsearchselect">Custom Search Selection</a> window and checks the <strong>Use custom</strong> checkbox.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Use custom checkbox</p>
</td>
<td valign="top">
<p align="left">To turn on and off the use of the custom search design.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">User Serach Name</p>
</td>
<td valign="top">
<p align="left">The name of the currently selected custom search. To use it click on the checkbox. To change it click on the Custom Search button.</p>
</td>
</tr>
</table>
<p/>
<h3>Options For Display</h3>
<p>Within this group you can control the criteria for grouping events. Events grouped have the same colours and are listed in the Groups Showing list and therefore can be switch on and off using the checkboxes. You can also control the icons that show on an event in the calendar.</p>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Field</p>
</th>
<th valign="top">
<p align="left">Description</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Group by Type</p>
</td>
<td valign="top">
<p align="left">Events will be grouped by event type. The same type will have the same background colour.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Group by Resource</p>
</td>
<td valign="top">
<p align="left">Events will be grouped by team resource. The same resource will have the same background colour.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Group by Invited status</p>
</td>
<td valign="top">
<p align="left">Events will be grouped by it&#8217;s Invited status. The same status will have the same background colour.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Group by Completed status</p>
</td>
<td valign="top">
<p align="left">Events will be grouped by it&#8217;s Completed status. The same status will have the same background colour.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Icon by Type</p>
</td>
<td valign="top">
<p align="left">Events will show icons based on event type. The same type will have the same icon.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Icon by Resource</p>
</td>
<td valign="top">
<p align="left">Events will show icons based on the team resource. The same resource will have the same icon.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Icon by Invited status</p>
</td>
<td valign="top">
<p align="left">Events will show icons based on it&#8217;s Invited status. The same status will have the icon.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Icon by Completed status</p>
</td>
<td valign="top">
<p align="left">Events will show icons based on it&#8217;s Completed status. The same status will have the same icon.</p>
</td>
</tr>
</table>
<p/>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Button</p>
</th>
<th valign="top">
<p align="left">Action</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Set Default</p>
</td>
<td valign="top">
<p align="left">Click to set the current search criteria and options as your default. They will be saved in your user settings.</p>
<p>Whenever you open the Team Calendar it will be automatically populated with events found using the default search criteria.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Cancel</p>
</td>
<td valign="top">
<p align="left">Aborts the process currently in session. The keyboard equivalent is the Esc key for Windows computers and Command-.(full stop or period) for the Mac.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Build Event Calendar</p>
</td>
<td valign="top">
<p align="left">Click to proceed to build the event calendar from your selection.</p>
</td>
</tr>
</table>
<p/>
<table border="0" cellspacing="0" cellpadding="2">
<tr valign="top" align="left">
<td width="80">See also: &#8211;</td>
<td>
<ul>
<li><a href="../calendar/wteamcalendar">Team Calendar</a></li>
</ul>
</td>
</tr>
</table>
<p id="versionline">Compiled in Program Version 5.10. Help data last modified 4 Jun 2012 04:47:00.00. Class wTeamCalEvSelect last modified 23 Sep 2017  10:51:12.</p>
<p id="navline"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a> &gt; <a href="index">Team Calendar</a> &gt; Team Calendar Event Selection</p>
<p></body></p>
<p>The post <a href="https://caliach.com/knowledge-base/wteamcalevselect/">Team Calendar: Team Calendar Event Selection</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Team Calendar: Team Calendar Notifications</title>
		<link>https://caliach.com/knowledge-base/wteamcalnotify/</link>
		
		<dc:creator><![CDATA[Brendan Proctor]]></dc:creator>
		<pubDate>Wed, 27 May 2020 09:15:09 +0000</pubDate>
				<guid isPermaLink="false">https://kb.caliach.com/index.php/knowledge-base/wteamcalnotify/</guid>

					<description><![CDATA[<p>Team Calendar: Team Calendar Notifications</p>
<p>The post <a href="https://caliach.com/knowledge-base/wteamcalnotify/">Team Calendar: Team Calendar Notifications</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><body></p>
<h2><a name="top"/>Team Calendar Notifications</h2>
<p id="navline"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a> &gt; <a href="index">Team Calendar</a> &gt; Team Calendar Notifications</p>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcalnotify.jpg"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcalnotify.jpg" width="413" height="227" alt="Team Calendar Notifications"/></a></p>
<p>The <b>Notification</b> users and groups or resources (see also <a href="wteamcaldefmaint">Team Calendar Type and Resource Maintenance</a>.) will be sent notices of event changes.</p>
<p>Every time the <a href="wteamcalendar">Team Calendar</a> is opened, a check is made on whether there are any unacknowledged notifications for the user. If there are this window will open and list all existing notifications for the user.</p>
<p>Within the list of notifications you can select notifications and use the toolbar tools to accept or decline any event resource invitations. More normally though, you can  <b>acknowledge</b> the notifications. This is a speedy way to dispose of the notifications and automatically accept any unaccepted and not declined invitations. The acceptance of invitations only takes place if you have at least status permissions for the associated resource.</p>
<p>Selecting a notification in the list will select the event in the calendar, if the event is shown in the calendar.</p>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Field</p>
</th>
<th valign="top">
<p align="left">Description</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Notification List</p>
</td>
<td valign="top">
<p align="left">List of all notifications that have been sent to you as a consequence of event additions and changes made by others where you are a notify member of an assigned resource.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Notification date and time</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Notices. Date and time notification was made. {EVNFILE.EVNDATE date datetime}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Notification Message</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Notices. Notice message. {EVNFILE.EVNMESS char 1000}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Event Title</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Event title. {EVEFILE.EVETITL char 60}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Event Detail</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Event details. {EVEFILE.EVEDETA char 100000000}</p>
</td>
</tr>
</table>
<p/>
<h2>Toolbar</h2>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Icon</p>
</th>
<th valign="top">
<p align="left">Text</p>
</th>
<th valign="top">
<p align="left">Function</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/19019.jpg" width="16" height="16" alt="Acknowledge"/></p>
</td>
<td valign="top">
<p align="left">Acknowledge</p>
</td>
<td valign="top">
<p align="left">Click to acknowledge the selected notifications and delete the notices. If each resource invitation has not been accepted and you have status privileges, the invitation will be accepted.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/19003.jpg" width="16" height="16" alt="Accept Invitation"/></p>
</td>
<td valign="top">
<p align="left">Accept Invitation</p>
</td>
<td valign="top">
<p align="left">Click to accept invitations for the selected events. You must have status privileges for the resource for the invitation to be accepted.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/19004.jpg" width="16" height="16" alt="Decline Invitation"/></p>
</td>
<td valign="top">
<p align="left">Decline Invitation</p>
</td>
<td valign="top">
<p align="left">Click to decline invitations for the selected events. You must have status privileges for the resource for the invitation to be declined.</p>
</td>
</tr>
</table>
<p/>
<table border="0" cellspacing="0" cellpadding="2">
<tr valign="top" align="left">
<td width="80">See also: &#8211;</td>
<td>
<ul>
<li><a href="../calendar/wteamcalendar">Team Calendar</a></li>
</ul>
</td>
</tr>
</table>
<p id="versionline">Compiled in Program Version 5.10. Help data last modified 17 May 2012 10:56:00.00. Class wTeamCalNotify last modified 23 Sep 2017  10:51:12.</p>
<p id="navline"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a> &gt; <a href="index">Team Calendar</a> &gt; Team Calendar Notifications</p>
<p></body></p>
<p>The post <a href="https://caliach.com/knowledge-base/wteamcalnotify/">Team Calendar: Team Calendar Notifications</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Team Calendar: Team Calendar Settings</title>
		<link>https://caliach.com/knowledge-base/wteamcalsettings/</link>
		
		<dc:creator><![CDATA[Brendan Proctor]]></dc:creator>
		<pubDate>Wed, 27 May 2020 08:15:09 +0000</pubDate>
				<guid isPermaLink="false">https://kb.caliach.com/index.php/knowledge-base/wteamcalsettings/</guid>

					<description><![CDATA[<p>Team Calendar: Team Calendar Settings</p>
<p>The post <a href="https://caliach.com/knowledge-base/wteamcalsettings/">Team Calendar: Team Calendar Settings</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><body></p>
<h2><a name="top"/>Team Calendar Settings</h2>
<p id="navline"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a> &gt; <a href="index">Team Calendar</a> &gt; Team Calendar Settings</p>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcalsettings.jpg"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcalsettings.jpg" width="284" height="329" alt="Team Calendar Settings"/></a></p>
<p>This window opens when you click on the <b>Settings</b> button below and to the left of the main calender in the <a href="wteamcalendar">Team Calendar</a> window.</p>
<p>There are numerous settings that can be adjusted to reflect the way a user wants to view and work with the Team Calendar. These are stored along with other user settings in the datafile. When a user opens the Team Calendar the stored settings are re-applied along with default event search parameters, default event parameters and the view mode that the user last operated the Team Calendar with.</p>
<p>These settings are automatically saved when the user closes the Team Calendar window and therefore there is no need for a Save or Ok button on this window. Any change to a setting you make will immediately be reflected in the Team Calendar window.</p>
<p/>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Field</p>
</th>
<th valign="top">
<p align="left">Description</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Show Today Bold</p>
</td>
<td valign="top">
<p align="left">Check to show today&#8217;s date in bold font.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Show Icons</p>
</td>
<td valign="top">
<p align="left">To control whether icons are shown on event boxes.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Show Times</p>
</td>
<td valign="top">
<p align="left">To control whether the start time is shown on event boxes.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Show Rounded Boxes</p>
</td>
<td valign="top">
<p align="left">To control whether event boxes are shown as rounded box style.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">No Background</p>
</td>
<td valign="top">
<p align="left">When not rounded boxes, this controls whether there is any background colour.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Am/Pm string</p>
</td>
<td valign="top">
<p align="left">Enter a am/pm set of characters which controls how the time is displayed for morning and afternoon, separated by a / character. Leave blank for a 24hr clock representation.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Snap events at (minutes)</p>
</td>
<td valign="top">
<p align="left">During drag-and-drop, this controls the units or minutes the event will snap to.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Minimum event width (%)</p>
</td>
<td valign="top">
<p align="left">When events overlap, this controls how small concurrent events are shown before up-down arrows are used. This applies to day views.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Title font size</p>
</td>
<td valign="top">
<p align="left">Use the slider to set the size of the title font.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Heading font size</p>
</td>
<td valign="top">
<p align="left">Use the slider to set the size of the heading font.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Day/event font size</p>
</td>
<td valign="top">
<p align="left">Use the slider to set the size of the main calendar and events font.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Day starts at</p>
</td>
<td valign="top">
<p align="left">For day views, this controls the start of the indicated working day.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Day ends at</p>
</td>
<td valign="top">
<p align="left">For day views, this controls the end of the indicated working day.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Show hours at a time</p>
</td>
<td valign="top">
<p align="left">This controls the vertical scale of the day views in hours before scrolling is needed.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Show days in Day Plan</p>
</td>
<td valign="top">
<p align="left">This controls the number of days shown in the Day Plan view.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Start week on</p>
</td>
<td valign="top">
<p align="left">This controls the start day of the week for some views.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Days shown in week view</p>
</td>
<td valign="top">
<p align="left">This controls the number of days shown starting on the start day when in week view.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Auto-Complete Past Events</p>
</td>
<td valign="top">
<p align="left">To control whether on opening the calendar any past events will be automatically marked completed when you have a minimum of status privileges for the resource.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Auto-Delete Events older than:</p>
</td>
<td valign="top">
<p align="left">To control whether on opening the calendar past events older than the following number of days will be automatically deleted when you have full privileges for an associated resource.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Days</p>
</td>
<td valign="top">
<p align="left">The number of days old an event has to be before auto-deletion is effective.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Item of colour list</p>
</td>
<td valign="top">
<p align="left">Click to select a colour to change. Use the toolbar to change background and text colour.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Sample colours</p>
</td>
<td valign="top">
<p align="left">An example of the background and/or text colour of the selected item of colour. Use the toolbar to change background and text colour depending on your list selection.</p>
</td>
</tr>
</table>
<p><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/tip40-6.jpg" width="24" height="24" alt="Tip"/><strong> TIP:</strong> The font size controls are a slight exception to other settings in that they control  <b><i>Environment Style</i></b> properties. Environment Style Properties are stored in the copy of Caliach Vision (Vision.lbs) that you running with. Therefore in the case of font sizes, if you log in under your user ID on another copy of the programme, different font sizes may apply. This is because it is <b><i>platform-dependant</i></b> (different on Windows, Linux and Macintosh).</p>
<p>There are in fact 6 Environment Scheme Elements for the Team Calendar, Title, Heading and Main for both the small and large calendars. In each of these six you can control the Font and Size and for the title and heading also the font style (bold, etc.). The main part of the calendars do not have control of font style otherwise the today-bold would not be possible. Note that if you play with these with the <a href="../advanced/wenvironmentdesigner">Environment Designer</a>, changes only take effect when when the calendars are redrawn by you activating the calendar window.</p>
<p/>
<table border="0" cellspacing="0" cellpadding="2">
<tr valign="top" align="left">
<td width="80">See also: &#8211;</td>
<td>
<ul>
<li><a href="../calendar/wteamcalendar">Team Calendar</a></li>
</ul>
</td>
</tr>
</table>
<p id="versionline">Compiled in Program Version 5.10. Help data last modified 4 Jun 2012 04:47:00.00. Class wTeamCalSettings last modified 10 Oct 2017  11:48:58.</p>
<p id="navline"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a> &gt; <a href="index">Team Calendar</a> &gt; Team Calendar Settings</p>
<p></body></p>
<p>The post <a href="https://caliach.com/knowledge-base/wteamcalsettings/">Team Calendar: Team Calendar Settings</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Team Calendar Topic Contents</title>
		<link>https://caliach.com/knowledge-base/index-7/</link>
		
		<dc:creator><![CDATA[Brendan Proctor]]></dc:creator>
		<pubDate>Wed, 27 May 2020 09:15:09 +0000</pubDate>
				<guid isPermaLink="false">https://kb.caliach.com/index.php/knowledge-base/index-7/</guid>

					<description><![CDATA[<p>Team Calendar Topic Contents</p>
<p>The post <a href="https://caliach.com/knowledge-base/index-7/">Team Calendar Topic Contents</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><body></p>
<h2><a name="top"/>Team Calendar Topic Contents</h2>
<p id="navline"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a></p>
<p>Most topics are related directly to functional windows, menus or toolbars. Click on the topic to view details.</p>
<ul>
<li><a href="wteamcalendar">Team Calendar</a></li>
<li><a href="wteamcalevent">Team Calendar Event Maintenance</a></li>
<li><a href="wteamcalevselect">Team Calendar Event Selection</a></li>
<li><a href="wteamcalnotify">Team Calendar Notifications</a></li>
<li><a href="wteamcalsettings">Team Calendar Settings</a></li>
<li><a href="wteamcaldefmaint">Team Calendar Type and Resource Maintenance</a></li>
</ul>
<p id="navline"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a></p>
<p></body></p>
<p>The post <a href="https://caliach.com/knowledge-base/index-7/">Team Calendar Topic Contents</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Team Calendar: Team Calendar Type and Resource Maintenance</title>
		<link>https://caliach.com/knowledge-base/wteamcaldefmaint/</link>
		
		<dc:creator><![CDATA[Brendan Proctor]]></dc:creator>
		<pubDate>Wed, 27 May 2020 09:15:09 +0000</pubDate>
				<guid isPermaLink="false">https://kb.caliach.com/index.php/knowledge-base/wteamcaldefmaint/</guid>

					<description><![CDATA[<p>Team Calendar: Team Calendar Type and Resource Maintenance</p>
<p>The post <a href="https://caliach.com/knowledge-base/wteamcaldefmaint/">Team Calendar: Team Calendar Type and Resource Maintenance</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><body></p>
<h2><a name="top"/>Team Calendar Type and Resource Maintenance</h2>
<p id="navline"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a> &gt; <a href="index">Team Calendar</a> &gt; Team Calendar Type and Resource Maintenance</p>
<p>This window enables a system manager setup event types and resources for the Team Calendar feature. Generally only a system manager would have access to this as it enables control of resource permissions.</p>
<p>For full help on the Team Calendar feature go to the <a href="wteamcalendar">Team Calendar</a> window help.</p>
<p>The following buttons and toolbar tools apply to both tab panes of this window.</p>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Button</p>
</th>
<th valign="top">
<p align="left">Action</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Print Report</p>
</td>
<td valign="top">
<p align="left">To print a report of both event types and resources. Right-click to change report destination.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Revert</p>
</td>
<td valign="top">
<p align="left">Revert the edited types and resources to that saved on file.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Save</p>
</td>
<td valign="top">
<p align="left">Save the edited event types and resources to file.</p>
</td>
</tr>
</table>
<p/>
<h3>Toolbar Tools</h3>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Icon</p>
</th>
<th valign="top">
<p align="left">Text</p>
</th>
<th valign="top">
<p align="left">Function</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Colour Picker</p>
</td>
<td valign="top">
<p align="left">Background Colour</p>
</td>
<td valign="top">
<p align="left">Colour picker for the background.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Colour Picker</p>
</td>
<td valign="top">
<p align="left">Text Colour</p>
</td>
<td valign="top">
<p align="left">Colour picker for the text.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/1925.jpg" width="16" height="16" alt="Icon Selection"/></p>
</td>
<td valign="top">
<p align="left">Icon Selection</p>
</td>
<td valign="top">
<p align="left">Select and Icon.</p>
</td>
</tr>
</table>
<p>The window has 3 tab panes.</p>
<p><span class="helpTab"><a href="#tab1">Event Types</a></span> <br />
<span class="helpTab"><a href="#tab2">Event Resources</a></span> <br />
<span class="helpTab"><a href="#tab3">Holiday Dates</a></span> </p>
<h3><a name="tab1" id="tab1"/>Event Types</h3>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcaldefmaint1.jpg"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcaldefmaint1.jpg" width="440" height="301" alt="Team Calendar Type and Resource Maintenance Event Type Tab"/></a></p>
<p>To define team calendar event types. Each event is designated with a type, defined here.</p>
<p>The list on the left is of all event types. Each team calendar event is designated with an event type. Click to select, view and change. Use the delete key to delete and unwanted type.</p>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Field</p>
</th>
<th valign="top">
<p align="left">Description</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Type code</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Types. Event type code. {EVTFILE.EVTCODE char 2 Idx}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Description</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Types. Event type description. {EVTFILE.EVTDESC char 30}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Icon and colours</p>
</td>
<td valign="top">
<p align="left">An example of the icon and background and text colour. Use the toolbar to change background and text colour and icon. Also you can right-click to change icon.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Last modified date and time</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Types. Last modified date and time. {EVTFILE.EVTMODI date datetime Idx}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Last modified user</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Types. Last modified user id (m_UserId). {EVTFILE.EVTMODU char 3}</p>
</td>
</tr>
</table>
<p/>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Button</p>
</th>
<th valign="top">
<p align="left">Action</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">New Type</p>
</td>
<td valign="top">
<p align="left">Click to add a new event type to the system.</p>
</td>
</tr>
</table>
<p><a href="#top">Back to top</a></p>
<h3><a name="tab2" id="tab2"/>Event Resources</h3>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcaldefmaint2.jpg"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcaldefmaint2.jpg" width="439" height="322" alt="Team Calendar Type and Resource Maintenance Event Resources Tab"/></a></p>
<p>Team Calendar event resources define what or who is involved in a calendar event. Your resources are defined here.</p>
<p>List of all event resources. Each team calendar event is linked to one or more resources. Click on a resource line to view and edit the details. To delete a resource, select it in the list and use the delete key.</p>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Field</p>
</th>
<th valign="top">
<p align="left">Description</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Resource Code</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Resources. Resource code. {EVRFILE.EVRCODE char 4 Idx}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Description</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Resources. Resource description. {EVRFILE.EVRDESC char 30}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Icon and colours</p>
</td>
<td valign="top">
<p align="left">An example of the icon and background and text colour. Use the toolbar to change background and text colour and icon. Also you can right-click to change the icon.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"> </p>
</td>
<td valign="top">
<p align="left">The <b>Owners</b> of an event resource generally have the highest level of permissions. The actual user attempting to view an event is granted the highest permission awarded him by the three permissions.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Owner Users and Groups</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Resources. Owner user,group comma-separated list. {EVRFILE.EVROWNE char 120}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Owner Permissions</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Resources. Owner permission level (0-4). {EVRFILE.EVROLEV integer shortint}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"> </p>
</td>
<td valign="top">
<p align="left">The <b>Notification</b> users and groups will be sent notices of event changes. They generally have a lower level of permissions. The actual user attempting to view an event is granted the highest permission awarded him by the three permissions.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Notification Users and Groups</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Resources. Notify user,group comma-separated list. {EVRFILE.EVRNOTI char 120}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Notification Permissions</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Resources. Notify permission level (0-4). {EVRFILE.EVRNLEV integer shortint}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"> </p>
</td>
<td valign="top">
<p align="left"><b>Everyone</b> else not covered above generally have a lowest level of permissions. The actual user attempting to view an event is granted the highest permission awarded him by the three permissions.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Everyone Permissions</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Resources. Everyone permission level (0-4). {EVRFILE.EVRELEV integer shortint}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Last modified date and time</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Resources. Last modified date and time. {EVRFILE.EVRMODI date datetime Idx}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Last modified user</p>
</td>
<td valign="top">
<p align="left">Team Calendar Event Resources. Last modified user id (m_UserId). {EVRFILE.EVRMODU char 3}</p>
</td>
</tr>
</table>
<p/>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Button</p>
</th>
<th valign="top">
<p align="left">Action</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">New Resource</p>
</td>
<td valign="top">
<p align="left">Click to add a new event resource to the system.</p>
</td>
</tr>
</table>
<p><a href="#top">Back to top</a></p>
<h3><a name="tab3" id="tab3"/>Holiday Dates</h3>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcaldefmaint3.jpg"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcaldefmaint3.jpg" width="440" height="323" alt="Team Calendar Type and Resource Maintenance Holiday Dates Tab"/></a></p>
<p>Particular dates which show on the calendar with different colours and descriptions. Typically holidays. This feature only can be used if you are using oCal V10.4.2 or later calendar external.</p>
<p>List of all special dates that show on the calendar as holidays. Click on a date line to view and edit the details. To delete a date, select it in the list and use the delete key.</p>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Field</p>
</th>
<th valign="top">
<p align="left">Description</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Date</p>
</td>
<td valign="top">
<p align="left">Team Calendar Holiday Dates. Date for a Team Calendar holiday. {EVHFILE.EVHDATE date short Idx}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Description</p>
</td>
<td valign="top">
<p align="left">Team Calendar Holiday Dates. Holiday description. {EVHFILE.EVHDESC char 30}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Colours</p>
</td>
<td valign="top">
<p align="left">An example of the background and text colour. Use the toolbar to change background and text colour.</p>
</td>
</tr>
</table>
<p/>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Button</p>
</th>
<th valign="top">
<p align="left">Action</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">New Date</p>
</td>
<td valign="top">
<p align="left">Click to add a new holiday date to the system.</p>
</td>
</tr>
</table>
<p><a href="#top">Back to top</a></p>
<table border="0" cellspacing="0" cellpadding="2">
<tr valign="top" align="left">
<td width="80">See also: &#8211;</td>
<td>
<ul>
<li><a href="../calendar/wteamcalendar">Team Calendar</a></li>
</ul>
</td>
</tr>
</table>
<p id="versionline">Compiled in Program Version 5.10. Help data last modified 17 May 2012 11:34:00.00. Class wTeamCalDefMaint last modified 23 Sep 2017  10:51:12.</p>
<p id="navline"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a> &gt; <a href="index">Team Calendar</a> &gt; Team Calendar Type and Resource Maintenance</p>
<p></body></p>
<p>The post <a href="https://caliach.com/knowledge-base/wteamcaldefmaint/">Team Calendar: Team Calendar Type and Resource Maintenance</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Team Calendar: Team Calendar</title>
		<link>https://caliach.com/knowledge-base/wteamcalendar/</link>
		
		<dc:creator><![CDATA[Brendan Proctor]]></dc:creator>
		<pubDate>Wed, 27 May 2020 09:15:09 +0000</pubDate>
				<guid isPermaLink="false">https://kb.caliach.com/index.php/knowledge-base/wteamcalendar/</guid>

					<description><![CDATA[<p>Team Calendar: Team Calendar</p>
<p>The post <a href="https://caliach.com/knowledge-base/wteamcalendar/">Team Calendar: Team Calendar</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><body></p>
<h2><a name="top"/>Team Calendar</h2>
<p id="navline"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a> &gt; <a href="index">Team Calendar</a> &gt; Team Calendar</p>
<h3>Introduction to the Team Calendar</h3>
<p>The Team Calendar feature of Caliach Vision provides for the multi-user management of planned events. It can be used to schedule meetings and commitments and avoid conflicts in the use of resources, both human and abstract.</p>
<p>The system stores data in the form of a table of events. Each event is of a particular <b><i>type</i></b> and any number of <b><i>resources</i></b> can be assigned to it. Both types and resources first need to be defined in the <a href="wteamcaldefmaint">Team Calendar Type and Resource Maintenance</a> window which is accessible using the File &#8212; System Manager &#8212; Team Calendar menu sequence.</p>
<p>Because users are assigned <b><i>permissions</i></b> at various levels to resources, each user of the Team Calendar feature can effectively view a personal calendar of events, only relevant to him or her self. There is further refinement with default selection and settings for users so they can tailor the presentation of their calendar of events.</p>
<p>The main Team Calendar window has a myriad of features to make maintenance of events simple and speedy. Extensive use is made of drag and drop and context menus.</p>
<p>There is also a system of event grouping so that you can see switch on and off groups of events in the calendar display in an instant.</p>
<h3>Operation of the Team Calendar</h3>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcalendar0.jpg"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcalendar0.jpg" width="460" height="355" alt="Team Calendar in Month view."/></a></p>
<p>The Team Calendar is a single window accessible using the File &#8212; Team Calendar menu sequence.</p>
<p>As the window opens a number of relevant activities automatically happen:</p>
<ol>
<li>The settings from your previous Team Calendar session are applied to the window.</li>
<li>Any unwanted historic events are automatically deleted from the database, if the appropriate setting has been activated.</li>
<li>The current default search is used to collect the events from the database.</li>
<li>Any events listed before today that have not been marked as completed are so marked, if the appropriate setting has been activated.</li>
<li>If there are any notifications on file for the user the notification window is opened and the notifications are displayed.</li>
</ol>
<p>The window is made up of four quadrant areas. Upper left are a series of small month calendars which can be used to select the main calendar period, the lower left is a list of event groups and the Event Selection button, the lower right shows details of the currently selected event and the upper right is the main calendar view.</p>
<p>The main calendar has alternative views of day, week, fortnight (2 weeks), day plan, month and event list controlled using the buttons at the bottom.</p>
<p>Other than the event list, all views have the same functionality which includes:</p>
<ol>
<li>Click to select a date and/or event.</li>
<li>Double-click to view, edit or add an event.</li>
<li>Drag-and-drop to move an event.</li>
<li>Drag-start and drag-end to re-time an event (not month view).</li>
<li>Drag-then-control to copy an event.</li>
<li>Right-click on events for a context menu of functions.</li>
</ol>
<p>Besides using the left-side small calendars for period selection you can use the following keyboard keys once you have positioned the focus on the calendar (clicked in it):</p>
<ol>
<li>Up, Down, Left and Right arrow keys will step through the events.</li>
<li>Page Up and Page Down will move the period range showing back and forward respectively.</li>
<li>With an event selected the Delete key can be used to delete the event.</li>
</ol>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcalendar1.jpg"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcalendar1.jpg" width="357" height="283" alt="Team Calendar in Day view."/></a></p>
<p>The <b>Day</b> view is the most convenient for tweaking start and finish times by drag-and-drop of the upper or lower event borders and by dragging the event to change both times together.</p>
<p>There is a setting that determines the start and end times of the working day and how many hours the calendar scales before scrolling is called for. These apply to all views other than month and list.</p>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcalendar2.jpg"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcalendar2.jpg" width="356" height="283" alt="Team Calendar in Week view."/></a></p>
<p>The <b>Week</b> view has a setting that determines the start day of the week and how many days are shown.</p>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcalendar3.jpg"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcalendar3.jpg" width="356" height="283" alt="Team Calendar in Fortnight view."/></a></p>
<p>The <b>Fortnight</b> (2 week) view always shows the full two weeks.</p>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcalendar4.jpg"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcalendar4.jpg" width="356" height="283" alt="Team Calendar in Day Plan view."/></a></p>
<p>The <b>Day Plan</b> view has a setting that determines how many days are shown.</p>
<p><a href="https://caliach.com/wp-content/uploads/2022/12/wteamcalendar5.jpg"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/wteamcalendar5.jpg" width="358" height="283" alt="Team Calendar in List view."/></a></p>
<p>Finally, there is the <b>List</b> view which is not a calendar but a simple listing of the event/resource sets shown in the calendar. This has none of the drag-and-drop functions but it does have the right-click-context menu. Double-clicking on a listed event will open the <a href="wteamcalevent">Team Calendar Event Maintenance</a> window.</p>
<p><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/note40-6.jpg" width="24" height="24" alt="Note"/><strong> NOTE:</strong> It is important to understand here that <b><i>an event</i></b> shown on the calendar and in the list is actually an <b><i>event-resource combination</i></b>. This is because you can select events for a number of resources and some of these events may have several resource allocations more than one of which may be included in your resource selection. For example, say you had a personal resource of yourself and a resource for a conference room. An event was created for a meeting which included both your personal resource and the conference room resource. If you were to include the conference room resource in your Event Selection for the calendar, that meeting event would show twice, once for you and once for the conference room.</p>
<p/>
<h4>Event Context Menu</h4>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Line</p>
</th>
<th valign="top">
<p align="left">Function</p>
</th>
<th valign="top">
<p align="left">Keys</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Invitation Accepted</p>
</td>
<td valign="top">
<p align="left">Operate to accept the invitation to attend the calendar event. It is only enabled if you have a minimum of Status permissions for the the resource in question.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Invitation Declined</p>
</td>
<td valign="top">
<p align="left">Operate to decline the invitation to attend the calendar event. It is only enabled if you have a minimum of Status permissions for the the resource in question.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Clear Invitation Status</p>
</td>
<td valign="top">
<p align="left">Operate to remove the Accepted or Declined status for this resource. It is only enabled if you have a minimum of Status permissions for the the resource in question.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Completed</p>
</td>
<td valign="top">
<p align="left">Operate to mark the calendar event and completed for this resource. It is only enabled if you have a minimum of Status permissions for the the resource in question.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Cancelled</p>
</td>
<td valign="top">
<p align="left">Operate to cancel the calendar event for this resource. It is only enabled if you have a minimum of Status permissions for the the resource in question.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Clear Completed Status</p>
</td>
<td valign="top">
<p align="left">Operate to remove the Completed or Cancelled status for this resource. It is only enabled if you have a minimum of Status permissions for the the resource in question.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">View/Edit the Event</p>
</td>
<td valign="top">
<p align="left">Operate to view and/or edit the event. This function opens the <a href="wteamcalevent">Team Calendar Event Maintenance</a>window with the selected event loaded. It is the same as double-clicking on the an event in the calendar or on a list view line.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Add New Event</p>
</td>
<td valign="top">
<p align="left">Operate to add a new event. This function opens the <a href="wteamcalevent">Team Calendar Event Maintenance</a>window for a new event. It is the same as double-clicking on the calendar away from an event.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Copy the Event</p>
</td>
<td valign="top">
<p align="left">Operate to copy the selected event. You can also copy an event by dragging it will the mouse, then press the Control key before dropping it on a new date. This Drag-Control-Drop copies a single event, whereas this menu function opens the <a href="wteamcalevent">Team Calendar Event Maintenance</a>window and allows you to copy an event and any future linked events.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Delete the Event</p>
</td>
<td valign="top">
<p align="left">Operate to delete the event for all resources and with all associations. This is the same as selecting the event and using the Delete key on the keyboard. You will be asked for confirmation.</p>
</td>
<td valign="top">
<p align="left"> </p>
</td>
</tr>
</table>
<p/>
<h4>Small Month Calendars</h4>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Button</p>
</th>
<th valign="top">
<p align="left">Action</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/19015.jpg" width="16" height="16" alt="Back Year"/></p>
</td>
<td valign="top">
<p align="left">Back one year.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/19016.jpg" width="16" height="16" alt="Back Month"/></p>
</td>
<td valign="top">
<p align="left">Back one month.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/19000.jpg" width="16" height="16" alt="Today"/></p>
</td>
<td valign="top">
<p align="left">Select today&#8217;s date.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/19017.jpg" width="16" height="16" alt="Month Forward"/></p>
</td>
<td valign="top">
<p align="left">Forward one month.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/19018.jpg" width="16" height="16" alt="Year Forward"/></p>
</td>
<td valign="top">
<p align="left">Forward one year.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Small Month Calendars</p>
</td>
<td valign="top">
<p align="left">You can select a day for the main calendar in the three small month calendars.</p>
</td>
</tr>
</table>
<p/>
<h4>Groups Showing</h4>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Field</p>
</th>
<th valign="top">
<p align="left">Description</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Checkbox for Group</p>
</td>
<td valign="top">
<p align="left">Click to switch on or off the group of events.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Group Title</p>
</td>
<td valign="top">
<p align="left">Events on the calendar can be broken into groups, coloured accordingly.</p>
</td>
</tr>
</table>
<p/>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Button</p>
</th>
<th valign="top">
<p align="left">Action</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Event Selection</p>
</td>
<td valign="top">
<p align="left">Click to select a new range of events. This will open the <a href="wteamcalevselect">Team Calendar Event Selection</a> window in which you can control the range of events shown in your calendar and how they are organised.</p>
</td>
</tr>
</table>
<p/>
<h4>Calendar Area</h4>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Field</p>
</th>
<th valign="top">
<p align="left">Description</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Selected Event Title</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Event title. {EVEFILE.EVETITL char 60}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Selected Event Start</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Event start date and time. {EVEFILE.EVESTAR date datetime Idx}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Selected Event End</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Event end date and time. {EVEFILE.EVEEND date datetime Idx}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Selected Event Details</p>
</td>
<td valign="top">
<p align="left">Team Calendar Events. Event details. {EVEFILE.EVEDETA char 100000000}</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Calendar Views</p>
</td>
<td valign="top">
<p align="left">The Calendar can be in one of five views controlled by the buttons below. There is a month matrix view and four day-planner type views. Drag and drop and context menu control of events is available. You can move from event to event using the arrow keys and scroll up and down periods of time using the page up and page down keys. You can delete events with the delete key.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">List View</p>
</td>
<td valign="top">
<p align="left">List of all event resource combinations making up the calendar. Double-click to view and edit and event. Right-click for other options.</p>
</td>
</tr>
</table>
<p/>
<table border="1" width="100%" cellspacing="0" cellpadding="2">
<tr>
<th valign="top">
<p align="left">Button</p>
</th>
<th valign="top">
<p align="left">Action</p>
</th>
</tr>
<tr>
<td valign="top">
<p align="left">Settings</p>
</td>
<td valign="top">
<p align="left">Click to open the settings control window. Settings such as colours and numerous visual controls are saved in your user settings and when the Team Calendar is next opened by you, these settings will be applied. This button opens the <a href="wteamcalsettings">Team Calendar Settings</a> window.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Day</p>
</td>
<td valign="top">
<p align="left">Click to switch the calendar to a single day view for the currently selected day.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Week</p>
</td>
<td valign="top">
<p align="left">Click to switch the calendar to a week view for the for the week containing the currently selected day.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">F&#8217;night</p>
</td>
<td valign="top">
<p align="left">Click to switch the calendar to a fortnight (2-week) view starting with the week containing the currently selected day.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Day Plan</p>
</td>
<td valign="top">
<p align="left">Click to switch the calendar to a day planner view centred on the currently selected day.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Month</p>
</td>
<td valign="top">
<p align="left">Click to switch the calendar to a month matrix view for the month containing the currently selected day.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">List</p>
</td>
<td valign="top">
<p align="left">Click to switch to the list view of events.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Notifications</p>
</td>
<td valign="top">
<p align="left">Click to list any notifications you may have. This opens the <a href="wteamcalnotify">Team Calendar Notifications</a> window. When the Team Calendar is opened, this function automatically operates if there are any pending Notifications for you.</p>
</td>
</tr>
<tr>
<td valign="top">
<p align="left">Print</p>
</td>
<td valign="top">
<p align="left">Click to print the displayed calendar or event listing. When showing the list view, holding the Shift key will cause history to be included.</p>
</td>
</tr>
</table>
<p/>
<table border="0" cellspacing="0" cellpadding="2">
<tr valign="top" align="left">
<td width="80">See also: &#8211;</td>
<td>
<ul>
<li><a href="../calendar/wteamcalevselect">Team Calendar Event Selection</a></li>
<li><a href="../calendar/wteamcalevent">Team Calendar Event Maintenance</a></li>
<li><a href="../calendar/wteamcalsettings">Team Calendar Settings</a></li>
<li><a href="../calendar/wteamcalnotify">Team Calendar Notifications</a></li>
</ul>
</td>
</tr>
</table>
<p id="versionline">Compiled in Program Version 5.10. Help data last modified 4 Jun 2012 04:47:00.00. Class wTeamCalendar last modified 24 Sep 2017  05:26:14.</p>
<p id="navline"><img loading="lazy" decoding="async" src="https://caliach.com/wp-content/uploads/2022/12/arrowright-6.gif" width="9" height="10" alt="Document path" align="bottom"/> <a href="../index">Reference Contents</a> &gt; <a href="index">Team Calendar</a> &gt; Team Calendar</p>
<p></body></p>
<p>The post <a href="https://caliach.com/knowledge-base/wteamcalendar/">Team Calendar: Team Calendar</a> appeared first on <a href="https://caliach.com">Caliach</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
