
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Events and Meetings</title>
<link>https://coatings.org.uk/events/event_list.asp</link>
<description><![CDATA[  
 
	#breadCrumbNav {margin-left: 15px;}
	#EventList th {text-transform: uppercase; font-weight: normal; text-align: center;}
	#EventList td {padding-left: 0; padding-right: 0; border: none;}
	#EventList td > div {margin-left: 0 !important;}
	#EventList h3, #EventList a[id^="AddToCalendarHoverLink"] {display: none !important;}
	#EventList a[title="Register"] {float: left;}
	#EventList .calDate {float: left; width: 90px; margin-right: 20px; border: 1px solid #009fe3; border-radius: 6px; line-height: 1.25; font-size: 12px; text-align: center; background-color: hsl(198deg 100% 45% / 25%); color: hsl(198deg 100% 30%); white-space: nowrap; overflow: hidden;}
	#EventList .calMonthYear {padding: 2px 6px; font-weight: bold; background-color: #009fe3; color: #fff; white-space: normal;}
	#EventList .calDay {padding: 2px 6px; font-size: 38px;}
	#EventList .calDayOfWeek {padding: 0px 6px 4px;}
	#EventList .calBlank {visibility: hidden;}
	#EventList .calRule {position: absolute; width: 100px; margin-top: -10px; border-top: 1px dotted;}
	@media (max-width: 575.98px) {
		#EventList td:last-child {display: none;}
		#EventList .small > a {display: inline-block;}
	}
 
 
	if (window.name.toLowerCase() !== 'stop') {
		$(function(){
			console.log('Calendar Formatting v1.11');
			var eventHTML, prevDate = new Date('2000-01-01'), eventDate;
			$('#EventList th[colspan]').each(function(){  // fix any colspans for new column
				this.colSpan++;
			});
			$('#EventList td div').each(function(){  // iterate thru events

				if (this.innerHTML.includes(' [\d\/]{10} /g, '> ');  // remove old date display

							if (prevDate.toDateString() !== eventDate.toDateString()) {
								$(this).parent().before('   ' + eventDate.toLocaleString('default', {month:'long'}) + ((new Date()).getYear() === eventDate.getYear() ? '' : ' ' + eventDate.toLocaleString('default',{year: 'numeric'})) + '  ' + eventDate.toLocaleString('default',{day: '2-digit'}) + '  ' + eventDate.toLocaleString('default',{weekday: 'long'}) + '   ');
							} else {
								// another event on same date
								$(this).parent().before('    ');
								eventHTML = '  ' + eventHTML;
							}

							prevDate = eventDate;
							this.innerHTML = eventHTML;
						}

					} catch(err) {
						console.log('error parsing event date', err);
					}

				}

			});
		});
	}
 
 

 
    table#EventList i {
    font-style: normal;
}
 ]]></description>
<lastBuildDate>Sat, 18 Jul 2026 07:17:18 GMT</lastBuildDate>
<copyright>Copyright &#xA9; 2026 British Coatings Federation Ltd</copyright>
<atom:link href="https://coatings.org.uk/events/event_rss.asp?cat=25620" rel="self" type="application/rss+xml"></atom:link>
</channel>
</rss>
