<?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/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Events - Totara Learning</title>
	<atom:link href="https://totara.com/us/events/feed/" rel="self" type="application/rss+xml" />
	<link>https://totara.com/us/events/</link>
	<description>Flexible talent development software, shaped by you. totara.combines skills and performance development to create lasting employee success.</description>
	<lastBuildDate>Fri, 18 Sep 2026 12:44:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://totara.com/wp-content/uploads/2022/12/cropped-Totara-Offical-Logo-32x32.png</url>
	<title>Events - Totara Learning</title>
	<link>https://totara.com/us/events/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>One platform, every role: inside Brightshores Health System&#8217;s approach to compliance training</title>
		<link>https://totara.com/us/events/one-platform-every-role-inside-brightshores-health-systems-approach-to-compliance-training/</link>
		
		<dc:creator><![CDATA[schemasupport]]></dc:creator>
		<pubDate>Thu, 17 Sep 2026 09:55:13 +0000</pubDate>
				<guid isPermaLink="false">https://totara.com/events/one-platform-every-role-inside-brightshores-health-systems-approach-to-compliance-training/</guid>

					<description><![CDATA[<p>The post <a href="https://totara.com/us/events/one-platform-every-role-inside-brightshores-health-systems-approach-to-compliance-training/">One platform, every role: inside Brightshores Health System&#8217;s approach to compliance training</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="event-heading themeMidBlue">
            <span class="event-heading__tag">WEBINAR</span>
                <h2 class="event-heading__title">One platform, every role:</h2>
                <p class="event-heading__subtitle">inside Brightshores Health System&#039;s approach to compliance training</p>
    </div>



<div class="event-details-intro themeMidBlue">
    <div class="event-details-intro__pills">
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M5.333 1.333v2M10.667 1.333v2M2 6.667h12M3.333 2.667h9.334c.736 0 1.333.597 1.333 1.333v9.333c0 .737-.597 1.334-1.333 1.334H3.333A1.333 1.333 0 0 1 2 13.333V4c0-.736.597-1.333 1.333-1.333Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span>14 October 2026</span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="8" cy="8" r="6.5" stroke="currentColor" stroke-width="1.2"/><path d="M8 4.667V8l2.333 1.333" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span class="event-details-intro__time"
                      data-event-time="16:00"
                                            data-event-timezone="Europe/London"
                      >
                    16:00 BST                </span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M13.333 6.667C13.333 10.667 8 14.667 8 14.667S2.667 10.667 2.667 6.667a5.333 5.333 0 1 1 10.666 0Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="6.667" r="1.667" stroke="currentColor" stroke-width="1.2"/></svg>                <span>Webinar</span>
            </span>
            </div>

            <div class="event-details-intro__text">
            <p>Join us inside Brightshores Health System&#8217;s approach to personalising compliance training, and the platform work behind it, in this practical, behind-the-scenes session.</p>
        </div>
    </div>

<script>
(function() {
    var el = document.querySelector(".event-details-intro__time[data-event-time]");
    if (!el) return;

    // Skip conversion if a manual timezone label is set (admin controls display)
    if (el.getAttribute("data-timezone-label")) return;

    var timeStart = el.getAttribute("data-event-time");
    var timeEnd = el.getAttribute("data-event-time-end");
    var eventTz = el.getAttribute("data-event-timezone");
    if (!timeStart || !eventTz) return;

    function convertTime(time) {
        var parts = time.split(":");
        var hour = parseInt(parts[0], 10);
        var minute = parseInt(parts[1], 10);

        var today = new Date();
        var dateStr = today.getFullYear() + "-" +
            String(today.getMonth() + 1).padStart(2, "0") + "-" +
            String(today.getDate()).padStart(2, "0") + "T" +
            String(hour).padStart(2, "0") + ":" +
            String(minute).padStart(2, "0") + ":00";

        var eventFormatter = new Intl.DateTimeFormat("en-US", {
            timeZone: eventTz,
            year: "numeric", month: "2-digit", day: "2-digit",
            hour: "2-digit", minute: "2-digit", second: "2-digit",
            hour12: false
        });

        var guess = new Date(dateStr + "Z");
        var eventParts = eventFormatter.formatToParts(guess);
        var eventHour = parseInt(eventParts.find(function(p) { return p.type === "hour"; }).value, 10);
        var diff = hour - eventHour;
        if (diff > 12) diff -= 24;
        if (diff < -12) diff += 24;
        return new Date(guess.getTime() + diff * 3600000);
    }

    var REGIONAL_TZ_LABELS = {"America\/New_York":"ET","America\/Detroit":"ET","America\/Kentucky\/Louisville":"ET","America\/Kentucky\/Monticello":"ET","America\/Indiana\/Indianapolis":"ET","America\/Indiana\/Vincennes":"ET","America\/Indiana\/Winamac":"ET","America\/Indiana\/Marengo":"ET","America\/Indiana\/Petersburg":"ET","America\/Indiana\/Vevay":"ET","America\/Chicago":"CT","America\/Indiana\/Tell_City":"CT","America\/Indiana\/Knox":"CT","America\/Menominee":"CT","America\/North_Dakota\/Center":"CT","America\/North_Dakota\/New_Salem":"CT","America\/North_Dakota\/Beulah":"CT","America\/Denver":"MT","America\/Boise":"MT","America\/Phoenix":"MT","America\/Los_Angeles":"PT","America\/Anchorage":"AKT","America\/Juneau":"AKT","America\/Sitka":"AKT","America\/Metlakatla":"AKT","America\/Yakutat":"AKT","America\/Nome":"AKT","America\/Adak":"HAT","Pacific\/Honolulu":"HAT"};

    try {
        var userTz = Intl.DateTimeFormat().resolvedOptions().timeZone;
        var regionalLabel = REGIONAL_TZ_LABELS[userTz];

        var timeFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz
        });
        var tzFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz,
            timeZoneName: "short"
        });

        var utcStart = convertTime(timeStart);
        var utcEnd = timeEnd ? convertTime(timeEnd) : null;

        if (regionalLabel) {
            var startText = timeFormatter.format(utcStart);
            if (utcEnd) {
                el.textContent = startText + " \u2013 " + timeFormatter.format(utcEnd) + " " + regionalLabel;
            } else {
                el.textContent = startText + " " + regionalLabel;
            }
        } else if (utcEnd) {
            el.textContent = timeFormatter.format(utcStart) + " \u2013 " + tzFormatter.format(utcEnd);
        } else {
            el.textContent = tzFormatter.format(utcStart);
        }
    } catch (e) {
        // Keep original text on error
    }
})();
</script>



<div class="full-text-block-container">
    <div class="wrapper">
        <div class="full-text-block__content richText">
            <p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-81102 size-full" src="https://totara.com/wp-content/uploads/2026/09/webinar_engage-resource_brightshores.jpg" alt="" width="834" height="334" srcset="https://totara.com/wp-content/uploads/2026/09/webinar_engage-resource_brightshores.jpg 834w, https://totara.com/wp-content/uploads/2026/09/webinar_engage-resource_brightshores-300x120.jpg 300w, https://totara.com/wp-content/uploads/2026/09/webinar_engage-resource_brightshores-768x308.jpg 768w" sizes="(max-width: 834px) 100vw, 834px" /></p>
<p>Hear how the Organisational Development team worked with <a href="https://totara.com/us/partners/lambda-learning/" target="_blank" rel="noopener"><strong>Totara Partner Lambda Learning</strong></a> to build a platform that recognises every role, from the course-to-role matrix and dynamic audiences that keep training assignments accurate, to the manager-facing reporting and user tours that bring it to life day to day.</p>
<p>This session also covers the wider journey behind that work: the upgrade to Totara 19 that got it started, and the Zoola Analytics layer now extending that further, for the more complex, cross-course reporting that sits beyond everyday native reporting.</p>
<p>Whether training requirements vary by role in your organisation, or you&#8217;re just interested in how a platform keeps evolving long after the big launch is done, this is where it starts. Bring your questions, there&#8217;ll be time for them live.</p>
<h3><strong>What You&#8217;ll Learn:</strong></h3>
<ul>
<li>How a course-to-role matrix and dynamic audiences keep training assignments accurate automatically</li>
<li>How reporting moved from a central admin function to something managers use directly</li>
<li>How user tours help bring new tools and processes to life for the wider team</li>
<li>What&#8217;s next as Zoola Analytics extends the model to more complex, cross-course reporting</li>
</ul>
        </div>
    </div>
</div>



<div class="event-simple-speaker">
            <h2 class="event-simple-speaker__title" style="text-align: left;">Speakers</h2>
    
            <div class="event-simple-speaker__grid">
                            <div class="event-simple-speaker__card">
                                            <img decoding="async"
                            class="event-simple-speaker__photo"
                            loading="lazy"
                            src="https://totara.com/wp-content/uploads/2026/09/1777341491713-300x300.png"
                            alt="Alexx Barlow"
                            srcset="https://totara.com/wp-content/uploads/2026/09/1777341491713-300x300.png 300w, https://totara.com/wp-content/uploads/2026/09/1777341491713-150x150.png 150w, https://totara.com/wp-content/uploads/2026/09/1777341491713-768x768.png 768w, https://totara.com/wp-content/uploads/2026/09/1777341491713.png 800w"
                            sizes="auto, (max-width: 200px) 100vw, 200px"
                            width="120"
                            height="120"
                        />
                                                                <p class="event-simple-speaker__name">Alexx Barlow</p>
                                                                <div class="event-simple-speaker__job"><p>Organizational Development and LMS Specialist, <strong>Brightshores Health System</strong></p>
</div>
                                    </div>
                    </div>
    </div>
<p>The post <a href="https://totara.com/us/events/one-platform-every-role-inside-brightshores-health-systems-approach-to-compliance-training/">One platform, every role: inside Brightshores Health System&#8217;s approach to compliance training</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://totara.com/wp-content/uploads/2026/09/webinar_engage-resource_brightshores-150x150.jpg" />
		<media:content url="https://totara.com/wp-content/uploads/2026/09/webinar_engage-resource_brightshores.jpg" medium="image">
			<media:title type="html">webinar_engage-resource_brightshores</media:title>
			<media:thumbnail url="https://totara.com/wp-content/uploads/2026/09/webinar_engage-resource_brightshores-150x150.jpg" />
		</media:content>
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/09/1777341491713-300x300.png" medium="image">
			<media:title type="html">Alexx Barlow</media:title>
		</media:content>
	</item>
		<item>
		<title>Workforce Readiness in the Age of AI: Rethinking Performance and Development</title>
		<link>https://totara.com/us/events/workforce-readiness-in-the-age-of-ai-rethinking-performance-and-development/</link>
		
		<dc:creator><![CDATA[schemasupport]]></dc:creator>
		<pubDate>Tue, 25 Aug 2026 15:08:49 +0000</pubDate>
				<guid isPermaLink="false">https://totara.com/events/workforce-readiness-in-the-age-of-ai-rethinking-performance-and-development/</guid>

					<description><![CDATA[<p>The post <a href="https://totara.com/us/events/workforce-readiness-in-the-age-of-ai-rethinking-performance-and-development/">Workforce Readiness in the Age of AI: Rethinking Performance and Development</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="event-heading themeLightBlue">
            <span class="event-heading__tag">WEBINAR</span>
                <h2 class="event-heading__title">Workforce Readiness in the Age of AI: Rethinking Performance and Development</h2>
        </div>



<div class="event-details-intro themeLightBlue">
    <div class="event-details-intro__pills">
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M5.333 1.333v2M10.667 1.333v2M2 6.667h12M3.333 2.667h9.334c.736 0 1.333.597 1.333 1.333v9.333c0 .737-.597 1.334-1.333 1.334H3.333A1.333 1.333 0 0 1 2 13.333V4c0-.736.597-1.333 1.333-1.333Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span>29 September 2026</span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="8" cy="8" r="6.5" stroke="currentColor" stroke-width="1.2"/><path d="M8 4.667V8l2.333 1.333" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span class="event-details-intro__time"
                      data-event-time="14:00"
                                            data-event-timezone="Asia/Dubai"
                      >
                    14:00 +04                </span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M13.333 6.667C13.333 10.667 8 14.667 8 14.667S2.667 10.667 2.667 6.667a5.333 5.333 0 1 1 10.666 0Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="6.667" r="1.667" stroke="currentColor" stroke-width="1.2"/></svg>                <span>Webinar</span>
            </span>
            </div>

            <div class="event-details-intro__text">
            <p>AI isn&#8217;t just changing what work gets done, it&#8217;s changing how fast the skills your business relies on go out of date.</p>
<p>Most performance processes weren&#8217;t built for that pace. Annual reviews tell you how someone did last year. They don&#8217;t tell you whether your workforce is ready for what&#8217;s coming next.</p>
        </div>
    </div>

<script>
(function() {
    var el = document.querySelector(".event-details-intro__time[data-event-time]");
    if (!el) return;

    // Skip conversion if a manual timezone label is set (admin controls display)
    if (el.getAttribute("data-timezone-label")) return;

    var timeStart = el.getAttribute("data-event-time");
    var timeEnd = el.getAttribute("data-event-time-end");
    var eventTz = el.getAttribute("data-event-timezone");
    if (!timeStart || !eventTz) return;

    function convertTime(time) {
        var parts = time.split(":");
        var hour = parseInt(parts[0], 10);
        var minute = parseInt(parts[1], 10);

        var today = new Date();
        var dateStr = today.getFullYear() + "-" +
            String(today.getMonth() + 1).padStart(2, "0") + "-" +
            String(today.getDate()).padStart(2, "0") + "T" +
            String(hour).padStart(2, "0") + ":" +
            String(minute).padStart(2, "0") + ":00";

        var eventFormatter = new Intl.DateTimeFormat("en-US", {
            timeZone: eventTz,
            year: "numeric", month: "2-digit", day: "2-digit",
            hour: "2-digit", minute: "2-digit", second: "2-digit",
            hour12: false
        });

        var guess = new Date(dateStr + "Z");
        var eventParts = eventFormatter.formatToParts(guess);
        var eventHour = parseInt(eventParts.find(function(p) { return p.type === "hour"; }).value, 10);
        var diff = hour - eventHour;
        if (diff > 12) diff -= 24;
        if (diff < -12) diff += 24;
        return new Date(guess.getTime() + diff * 3600000);
    }

    var REGIONAL_TZ_LABELS = {"America\/New_York":"ET","America\/Detroit":"ET","America\/Kentucky\/Louisville":"ET","America\/Kentucky\/Monticello":"ET","America\/Indiana\/Indianapolis":"ET","America\/Indiana\/Vincennes":"ET","America\/Indiana\/Winamac":"ET","America\/Indiana\/Marengo":"ET","America\/Indiana\/Petersburg":"ET","America\/Indiana\/Vevay":"ET","America\/Chicago":"CT","America\/Indiana\/Tell_City":"CT","America\/Indiana\/Knox":"CT","America\/Menominee":"CT","America\/North_Dakota\/Center":"CT","America\/North_Dakota\/New_Salem":"CT","America\/North_Dakota\/Beulah":"CT","America\/Denver":"MT","America\/Boise":"MT","America\/Phoenix":"MT","America\/Los_Angeles":"PT","America\/Anchorage":"AKT","America\/Juneau":"AKT","America\/Sitka":"AKT","America\/Metlakatla":"AKT","America\/Yakutat":"AKT","America\/Nome":"AKT","America\/Adak":"HAT","Pacific\/Honolulu":"HAT"};

    try {
        var userTz = Intl.DateTimeFormat().resolvedOptions().timeZone;
        var regionalLabel = REGIONAL_TZ_LABELS[userTz];

        var timeFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz
        });
        var tzFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz,
            timeZoneName: "short"
        });

        var utcStart = convertTime(timeStart);
        var utcEnd = timeEnd ? convertTime(timeEnd) : null;

        if (regionalLabel) {
            var startText = timeFormatter.format(utcStart);
            if (utcEnd) {
                el.textContent = startText + " \u2013 " + timeFormatter.format(utcEnd) + " " + regionalLabel;
            } else {
                el.textContent = startText + " " + regionalLabel;
            }
        } else if (utcEnd) {
            el.textContent = timeFormatter.format(utcStart) + " \u2013 " + tzFormatter.format(utcEnd);
        } else {
            el.textContent = tzFormatter.format(utcStart);
        }
    } catch (e) {
        // Keep original text on error
    }
})();
</script>



<div class="full-text-block-container">
    <div class="wrapper">
        <div class="full-text-block__content richText">
            <p><img decoding="async" class="aligncenter wp-image-80856" src="https://totara.com/wp-content/uploads/2026/08/webinar_rectangle_600x338__Workforce-Readiness-in-the-Age-of-AI.jpg" alt="" width="700" height="394" srcset="https://totara.com/wp-content/uploads/2026/08/webinar_rectangle_600x338__Workforce-Readiness-in-the-Age-of-AI.jpg 600w, https://totara.com/wp-content/uploads/2026/08/webinar_rectangle_600x338__Workforce-Readiness-in-the-Age-of-AI-300x169.jpg 300w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p style="font-weight: 400;">In this session, we&#8217;ll reframe performance management as more than a compliance cycle but as the mechanism organisations use to spot capability gaps early and build adaptability into how people work. We&#8217;ll look at what changes when the question shifts from &#8220;did you hit your goals&#8221; to &#8220;are we building the skills we&#8217;ll need in 12 months,&#8221; and how continuous feedback and goal-setting can act as an early-warning system for skills gaps before they become a business risk.</p>
<p style="font-weight: 400;">You&#8217;ll leave with:</p>
<ul style="font-weight: 400;">
<li>A framework for shifting from backward-looking reviews to forward-looking readiness</li>
<li>Practical ways to use goal-setting and check-ins to surface skills gaps early</li>
<li>A clearer view of where AI genuinely changes the performance conversation — and where it&#8217;s just noise</li>
</ul>
        </div>
    </div>
</div>



<div class="event-simple-speaker">
            <h2 class="event-simple-speaker__title" style="text-align: left;">Speakers</h2>
    
            <div class="event-simple-speaker__grid">
                            <div class="event-simple-speaker__card">
                                            <img decoding="async"
                            class="event-simple-speaker__photo"
                            loading="lazy"
                            src="https://totara.com/wp-content/uploads/2026/08/Sarah-Daly-Director-Ed-Tech-XpertLearning.jpeg"
                            alt="Sarah Daly"
                            srcset="https://totara.com/wp-content/uploads/2026/08/Sarah-Daly-Director-Ed-Tech-XpertLearning.jpeg 200w, https://totara.com/wp-content/uploads/2026/08/Sarah-Daly-Director-Ed-Tech-XpertLearning-150x150.jpeg 150w"
                            sizes="auto, (max-width: 200px) 100vw, 200px"
                            width="120"
                            height="120"
                        />
                                                                <p class="event-simple-speaker__name">Sarah Daly</p>
                                                                <div class="event-simple-speaker__job"><p>Director &#8211; Ed-Tech, XpertLearning</p>
</div>
                                    </div>
                            <div class="event-simple-speaker__card">
                                            <img decoding="async"
                            class="event-simple-speaker__photo"
                            loading="lazy"
                            src="https://totara.com/wp-content/uploads/2026/05/lee-cooper-headshot-300x300.jpeg"
                            alt="lee cooper"
                            srcset="https://totara.com/wp-content/uploads/2026/05/lee-cooper-headshot-300x300.jpeg 300w, https://totara.com/wp-content/uploads/2026/05/lee-cooper-headshot-150x150.jpeg 150w, https://totara.com/wp-content/uploads/2026/05/lee-cooper-headshot-768x768.jpeg 768w, https://totara.com/wp-content/uploads/2026/05/lee-cooper-headshot.jpeg 800w"
                            sizes="auto, (max-width: 200px) 100vw, 200px"
                            width="120"
                            height="120"
                        />
                                                                <p class="event-simple-speaker__name">Lee Cooper</p>
                                                                <div class="event-simple-speaker__job"><p>Senior Solutions Manager, Totara</p>
</div>
                                    </div>
                    </div>
    </div>
<p>The post <a href="https://totara.com/us/events/workforce-readiness-in-the-age-of-ai-rethinking-performance-and-development/">Workforce Readiness in the Age of AI: Rethinking Performance and Development</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://totara.com/wp-content/uploads/2026/08/webinar_rectangle_600x338__Workforce-Readiness-in-the-Age-of-AI-150x150.jpg" />
		<media:content url="https://totara.com/wp-content/uploads/2026/08/webinar_rectangle_600x338__Workforce-Readiness-in-the-Age-of-AI.jpg" medium="image">
			<media:title type="html">webinar_rectangle_600x338__Workforce Readiness in the Age of AI</media:title>
			<media:thumbnail url="https://totara.com/wp-content/uploads/2026/08/webinar_rectangle_600x338__Workforce-Readiness-in-the-Age-of-AI-150x150.jpg" />
		</media:content>
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/08/Sarah-Daly-Director-Ed-Tech-XpertLearning.jpeg" medium="image">
			<media:title type="html">Sarah Daly</media:title>
		</media:content>
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/05/lee-cooper-headshot-300x300.jpeg" medium="image">
			<media:title type="html">lee cooper</media:title>
		</media:content>
	</item>
		<item>
		<title>Inside Oxford Brookes University: Bringing staff learning to life</title>
		<link>https://totara.com/us/events/inside-oxford-brookes-university-bringing-staff-learning-to-life/</link>
		
		<dc:creator><![CDATA[schemasupport]]></dc:creator>
		<pubDate>Mon, 17 Aug 2026 14:02:44 +0000</pubDate>
				<guid isPermaLink="false">https://totara.com/events/inside-oxford-brookes-university-bringing-staff-learning-to-life/</guid>

					<description><![CDATA[<p>The post <a href="https://totara.com/us/events/inside-oxford-brookes-university-bringing-staff-learning-to-life/">Inside Oxford Brookes University: Bringing staff learning to life</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="event-heading themeLightBlue">
            <span class="event-heading__tag">WEBINAR</span>
                <h2 class="event-heading__title">Inside Oxford Brookes University: Bringing staff learning to life</h2>
        </div>



<div class="event-details-intro themeLightBlue">
    <div class="event-details-intro__pills">
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M5.333 1.333v2M10.667 1.333v2M2 6.667h12M3.333 2.667h9.334c.736 0 1.333.597 1.333 1.333v9.333c0 .737-.597 1.334-1.333 1.334H3.333A1.333 1.333 0 0 1 2 13.333V4c0-.736.597-1.333 1.333-1.333Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span>23 September 2026</span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="8" cy="8" r="6.5" stroke="currentColor" stroke-width="1.2"/><path d="M8 4.667V8l2.333 1.333" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span class="event-details-intro__time"
                      data-event-time="15:00"
                                            data-event-timezone="Europe/London"
                      data-timezone-label="BST">
                    15:00 BST                </span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M13.333 6.667C13.333 10.667 8 14.667 8 14.667S2.667 10.667 2.667 6.667a5.333 5.333 0 1 1 10.666 0Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="6.667" r="1.667" stroke="currentColor" stroke-width="1.2"/></svg>                <span>Webinar</span>
            </span>
            </div>

            <div class="event-details-intro__text">
            <p>Join Oxford Brookes University for a behind-the-scenes look at how Staff Learning supports people, learning and development across the university.</p>
        </div>
    </div>

<script>
(function() {
    var el = document.querySelector(".event-details-intro__time[data-event-time]");
    if (!el) return;

    // Skip conversion if a manual timezone label is set (admin controls display)
    if (el.getAttribute("data-timezone-label")) return;

    var timeStart = el.getAttribute("data-event-time");
    var timeEnd = el.getAttribute("data-event-time-end");
    var eventTz = el.getAttribute("data-event-timezone");
    if (!timeStart || !eventTz) return;

    function convertTime(time) {
        var parts = time.split(":");
        var hour = parseInt(parts[0], 10);
        var minute = parseInt(parts[1], 10);

        var today = new Date();
        var dateStr = today.getFullYear() + "-" +
            String(today.getMonth() + 1).padStart(2, "0") + "-" +
            String(today.getDate()).padStart(2, "0") + "T" +
            String(hour).padStart(2, "0") + ":" +
            String(minute).padStart(2, "0") + ":00";

        var eventFormatter = new Intl.DateTimeFormat("en-US", {
            timeZone: eventTz,
            year: "numeric", month: "2-digit", day: "2-digit",
            hour: "2-digit", minute: "2-digit", second: "2-digit",
            hour12: false
        });

        var guess = new Date(dateStr + "Z");
        var eventParts = eventFormatter.formatToParts(guess);
        var eventHour = parseInt(eventParts.find(function(p) { return p.type === "hour"; }).value, 10);
        var diff = hour - eventHour;
        if (diff > 12) diff -= 24;
        if (diff < -12) diff += 24;
        return new Date(guess.getTime() + diff * 3600000);
    }

    var REGIONAL_TZ_LABELS = {"America\/New_York":"ET","America\/Detroit":"ET","America\/Kentucky\/Louisville":"ET","America\/Kentucky\/Monticello":"ET","America\/Indiana\/Indianapolis":"ET","America\/Indiana\/Vincennes":"ET","America\/Indiana\/Winamac":"ET","America\/Indiana\/Marengo":"ET","America\/Indiana\/Petersburg":"ET","America\/Indiana\/Vevay":"ET","America\/Chicago":"CT","America\/Indiana\/Tell_City":"CT","America\/Indiana\/Knox":"CT","America\/Menominee":"CT","America\/North_Dakota\/Center":"CT","America\/North_Dakota\/New_Salem":"CT","America\/North_Dakota\/Beulah":"CT","America\/Denver":"MT","America\/Boise":"MT","America\/Phoenix":"MT","America\/Los_Angeles":"PT","America\/Anchorage":"AKT","America\/Juneau":"AKT","America\/Sitka":"AKT","America\/Metlakatla":"AKT","America\/Yakutat":"AKT","America\/Nome":"AKT","America\/Adak":"HAT","Pacific\/Honolulu":"HAT"};

    try {
        var userTz = Intl.DateTimeFormat().resolvedOptions().timeZone;
        var regionalLabel = REGIONAL_TZ_LABELS[userTz];

        var timeFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz
        });
        var tzFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz,
            timeZoneName: "short"
        });

        var utcStart = convertTime(timeStart);
        var utcEnd = timeEnd ? convertTime(timeEnd) : null;

        if (regionalLabel) {
            var startText = timeFormatter.format(utcStart);
            if (utcEnd) {
                el.textContent = startText + " \u2013 " + timeFormatter.format(utcEnd) + " " + regionalLabel;
            } else {
                el.textContent = startText + " " + regionalLabel;
            }
        } else if (utcEnd) {
            el.textContent = timeFormatter.format(utcStart) + " \u2013 " + tzFormatter.format(utcEnd);
        } else {
            el.textContent = tzFormatter.format(utcStart);
        }
    } catch (e) {
        // Keep original text on error
    }
})();
</script>



<div class="full-text-block-container">
    <div class="wrapper">
        <div class="full-text-block__content richText">
            <p><img loading="lazy" decoding="async" class="aligncenter wp-image-80819 size-full" src="https://totara.com/wp-content/uploads/2026/08/webinar_event-page__Inside-Oxford-Brookes-University.jpg" alt="" width="940" height="425" srcset="https://totara.com/wp-content/uploads/2026/08/webinar_event-page__Inside-Oxford-Brookes-University.jpg 940w, https://totara.com/wp-content/uploads/2026/08/webinar_event-page__Inside-Oxford-Brookes-University-300x136.jpg 300w, https://totara.com/wp-content/uploads/2026/08/webinar_event-page__Inside-Oxford-Brookes-University-768x347.jpg 768w" sizes="auto, (max-width: 940px) 100vw, 940px" /></p>
<p>In this practical session, <strong>Jenine Macey MCIPD, Head of Learning and Development at Oxford Brookes University</strong>, will share how the university has developed its approach over time – from supporting mandatory learning across a diverse workforce and achieving close to 95% compliance, to enabling academic development, research, health and safety, apprenticeships and more.</p>
<p>You&#8217;ll hear how a small central team manages learning for different groups across the university, reduces manual administration, gives other teams greater ownership and uses automation and self-service to make learning easier to manage.</p>
<p>Jenine will also share some of the practical ideas and solutions the team has developed along the way, giving you a chance to see what staff learning looks like in practice at Oxford Brookes and take away ideas you can apply in your own organisation.</p>
        </div>
    </div>
</div>



<div class="event-simple-speaker">
            <h2 class="event-simple-speaker__title" style="text-align: left;">Speaker</h2>
    
            <div class="event-simple-speaker__grid">
                            <div class="event-simple-speaker__card">
                                            <img decoding="async"
                            class="event-simple-speaker__photo"
                            loading="lazy"
                            src="https://totara.com/wp-content/uploads/2026/08/Jenine-Macey-headshot-257x300.jpg"
                            alt="Jenine Macey MCIPD"
                            srcset="https://totara.com/wp-content/uploads/2026/08/Jenine-Macey-headshot.jpg 1123w, https://totara.com/wp-content/uploads/2026/08/Jenine-Macey-headshot-257x300.jpg 257w, https://totara.com/wp-content/uploads/2026/08/Jenine-Macey-headshot-877x1024.jpg 877w, https://totara.com/wp-content/uploads/2026/08/Jenine-Macey-headshot-768x897.jpg 768w"
                            sizes="auto, (max-width: 171px) 100vw, 171px"
                            width="120"
                            height="120"
                        />
                                                                <p class="event-simple-speaker__name">Jenine Macey MCIPD</p>
                                                                <div class="event-simple-speaker__job"><p>Head of Learning and Development</p>
</div>
                                    </div>
                    </div>
    </div>
<p>The post <a href="https://totara.com/us/events/inside-oxford-brookes-university-bringing-staff-learning-to-life/">Inside Oxford Brookes University: Bringing staff learning to life</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://totara.com/wp-content/uploads/2026/08/webinar_event-page__Inside-Oxford-Brookes-University-150x150.jpg" />
		<media:content url="https://totara.com/wp-content/uploads/2026/08/webinar_event-page__Inside-Oxford-Brookes-University.jpg" medium="image">
			<media:title type="html">webinar_event-page__Inside-Oxford-Brookes-University</media:title>
			<media:thumbnail url="https://totara.com/wp-content/uploads/2026/08/webinar_event-page__Inside-Oxford-Brookes-University-150x150.jpg" />
		</media:content>
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/08/Jenine-Macey-headshot-257x300.jpg" medium="image">
			<media:title type="html">Jenine Macey MCIPD</media:title>
		</media:content>
	</item>
		<item>
		<title>Smarter learning operations at University College London Hospitals: Connecting HR and the LMS at scale</title>
		<link>https://totara.com/us/events/smarter-learning-operations-at-university-college-london-hospitals-connecting-hr-and-the-lms-at-scale/</link>
		
		<dc:creator><![CDATA[schemasupport]]></dc:creator>
		<pubDate>Thu, 13 Aug 2026 16:39:46 +0000</pubDate>
				<guid isPermaLink="false">https://totara.com/events/smarter-learning-operations-at-university-college-london-hospitals-connecting-hr-and-the-lms-at-scale/</guid>

					<description><![CDATA[<p>The post <a href="https://totara.com/us/events/smarter-learning-operations-at-university-college-london-hospitals-connecting-hr-and-the-lms-at-scale/">Smarter learning operations at University College London Hospitals: Connecting HR and the LMS at scale</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="event-heading themeLightBlue">
            <span class="event-heading__tag">WEBINAR</span>
                <h2 class="event-heading__title">Smarter learning operations at University College London Hospitals: Connecting HR and the LMS at scale</h2>
        </div>



<div class="event-details-intro themeLightBlue">
    <div class="event-details-intro__pills">
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M5.333 1.333v2M10.667 1.333v2M2 6.667h12M3.333 2.667h9.334c.736 0 1.333.597 1.333 1.333v9.333c0 .737-.597 1.334-1.333 1.334H3.333A1.333 1.333 0 0 1 2 13.333V4c0-.736.597-1.333 1.333-1.333Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span>7 October 2026</span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="8" cy="8" r="6.5" stroke="currentColor" stroke-width="1.2"/><path d="M8 4.667V8l2.333 1.333" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span class="event-details-intro__time"
                      data-event-time="16:00"
                                            data-event-timezone="Europe/London"
                      data-timezone-label="BST">
                    16:00 BST                </span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M13.333 6.667C13.333 10.667 8 14.667 8 14.667S2.667 10.667 2.667 6.667a5.333 5.333 0 1 1 10.666 0Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="6.667" r="1.667" stroke="currentColor" stroke-width="1.2"/></svg>                <span>Webinar</span>
            </span>
            </div>

            <div class="event-details-intro__text">
            <p>Managing learning and compliance at scale isn’t just a systems challenge, it’s an operational one.</p>
        </div>
    </div>

<script>
(function() {
    var el = document.querySelector(".event-details-intro__time[data-event-time]");
    if (!el) return;

    // Skip conversion if a manual timezone label is set (admin controls display)
    if (el.getAttribute("data-timezone-label")) return;

    var timeStart = el.getAttribute("data-event-time");
    var timeEnd = el.getAttribute("data-event-time-end");
    var eventTz = el.getAttribute("data-event-timezone");
    if (!timeStart || !eventTz) return;

    function convertTime(time) {
        var parts = time.split(":");
        var hour = parseInt(parts[0], 10);
        var minute = parseInt(parts[1], 10);

        var today = new Date();
        var dateStr = today.getFullYear() + "-" +
            String(today.getMonth() + 1).padStart(2, "0") + "-" +
            String(today.getDate()).padStart(2, "0") + "T" +
            String(hour).padStart(2, "0") + ":" +
            String(minute).padStart(2, "0") + ":00";

        var eventFormatter = new Intl.DateTimeFormat("en-US", {
            timeZone: eventTz,
            year: "numeric", month: "2-digit", day: "2-digit",
            hour: "2-digit", minute: "2-digit", second: "2-digit",
            hour12: false
        });

        var guess = new Date(dateStr + "Z");
        var eventParts = eventFormatter.formatToParts(guess);
        var eventHour = parseInt(eventParts.find(function(p) { return p.type === "hour"; }).value, 10);
        var diff = hour - eventHour;
        if (diff > 12) diff -= 24;
        if (diff < -12) diff += 24;
        return new Date(guess.getTime() + diff * 3600000);
    }

    var REGIONAL_TZ_LABELS = {"America\/New_York":"ET","America\/Detroit":"ET","America\/Kentucky\/Louisville":"ET","America\/Kentucky\/Monticello":"ET","America\/Indiana\/Indianapolis":"ET","America\/Indiana\/Vincennes":"ET","America\/Indiana\/Winamac":"ET","America\/Indiana\/Marengo":"ET","America\/Indiana\/Petersburg":"ET","America\/Indiana\/Vevay":"ET","America\/Chicago":"CT","America\/Indiana\/Tell_City":"CT","America\/Indiana\/Knox":"CT","America\/Menominee":"CT","America\/North_Dakota\/Center":"CT","America\/North_Dakota\/New_Salem":"CT","America\/North_Dakota\/Beulah":"CT","America\/Denver":"MT","America\/Boise":"MT","America\/Phoenix":"MT","America\/Los_Angeles":"PT","America\/Anchorage":"AKT","America\/Juneau":"AKT","America\/Sitka":"AKT","America\/Metlakatla":"AKT","America\/Yakutat":"AKT","America\/Nome":"AKT","America\/Adak":"HAT","Pacific\/Honolulu":"HAT"};

    try {
        var userTz = Intl.DateTimeFormat().resolvedOptions().timeZone;
        var regionalLabel = REGIONAL_TZ_LABELS[userTz];

        var timeFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz
        });
        var tzFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz,
            timeZoneName: "short"
        });

        var utcStart = convertTime(timeStart);
        var utcEnd = timeEnd ? convertTime(timeEnd) : null;

        if (regionalLabel) {
            var startText = timeFormatter.format(utcStart);
            if (utcEnd) {
                el.textContent = startText + " \u2013 " + timeFormatter.format(utcEnd) + " " + regionalLabel;
            } else {
                el.textContent = startText + " " + regionalLabel;
            }
        } else if (utcEnd) {
            el.textContent = timeFormatter.format(utcStart) + " \u2013 " + tzFormatter.format(utcEnd);
        } else {
            el.textContent = tzFormatter.format(utcStart);
        }
    } catch (e) {
        // Keep original text on error
    }
})();
</script>



<div class="full-text-block-container">
    <div class="wrapper">
        <div class="full-text-block__content richText">
            <p><img loading="lazy" decoding="async" class="aligncenter wp-image-80757 size-full" src="https://totara.com/wp-content/uploads/2026/08/webinar_event-page-image_Smarter-learning-operations-at-University-College-London-Hospital.jpg" alt="" width="940" height="425" srcset="https://totara.com/wp-content/uploads/2026/08/webinar_event-page-image_Smarter-learning-operations-at-University-College-London-Hospital.jpg 940w, https://totara.com/wp-content/uploads/2026/08/webinar_event-page-image_Smarter-learning-operations-at-University-College-London-Hospital-300x136.jpg 300w, https://totara.com/wp-content/uploads/2026/08/webinar_event-page-image_Smarter-learning-operations-at-University-College-London-Hospital-768x347.jpg 768w" sizes="auto, (max-width: 940px) 100vw, 940px" /></p>
<p>At <strong>University College London Hospitals</strong>, supporting over 16,000 staff means workforce data, compliance requirements and reporting must work seamlessly together.</p>
<p>In this session, Matthew Nolan shares how his team connected HR data, their LMS and reporting systems to create a smarter learning operation. By automating data flows and aligning learning requirements to organisational structure, the Trust improved data accuracy, reduced manual processing and enabled real-time compliance insight.</p>
<p>Join this practical case study to explore how better integration can strengthen learning operations and support more strategic L&amp;D decision-making.</p>
        </div>
    </div>
</div>



<div class="event-simple-speaker">
            <h2 class="event-simple-speaker__title" style="text-align: left;">Speaker</h2>
    
            <div class="event-simple-speaker__grid">
                            <div class="event-simple-speaker__card">
                                            <img decoding="async"
                            class="event-simple-speaker__photo"
                            loading="lazy"
                            src="https://totara.com/wp-content/uploads/2026/08/Matthew-Nolan-300x300.jpeg"
                            alt="Matthew Nolan"
                            srcset="https://totara.com/wp-content/uploads/2026/08/Matthew-Nolan-300x300.jpeg 300w, https://totara.com/wp-content/uploads/2026/08/Matthew-Nolan-150x150.jpeg 150w, https://totara.com/wp-content/uploads/2026/08/Matthew-Nolan.jpeg 400w"
                            sizes="auto, (max-width: 200px) 100vw, 200px"
                            width="120"
                            height="120"
                        />
                                                                <p class="event-simple-speaker__name">Matthew Nolan</p>
                                                                <div class="event-simple-speaker__job"><p>Head of Education Services, University College London Hospitals NHS Foundation Trust</p>
</div>
                                    </div>
                    </div>
    </div>
<p>The post <a href="https://totara.com/us/events/smarter-learning-operations-at-university-college-london-hospitals-connecting-hr-and-the-lms-at-scale/">Smarter learning operations at University College London Hospitals: Connecting HR and the LMS at scale</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://totara.com/wp-content/uploads/2026/08/webinar_event-page-image_Smarter-learning-operations-at-University-College-London-Hospital-150x150.jpg" />
		<media:content url="https://totara.com/wp-content/uploads/2026/08/webinar_event-page-image_Smarter-learning-operations-at-University-College-London-Hospital.jpg" medium="image">
			<media:title type="html">webinar_event-page-image_Smarter-learning-operations-at-University-College-London-Hospital</media:title>
			<media:thumbnail url="https://totara.com/wp-content/uploads/2026/08/webinar_event-page-image_Smarter-learning-operations-at-University-College-London-Hospital-150x150.jpg" />
		</media:content>
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/08/Matthew-Nolan-300x300.jpeg" medium="image">
			<media:title type="html">Matthew Nolan</media:title>
		</media:content>
	</item>
		<item>
		<title>The art of the possible: Creating an LMS that works your way</title>
		<link>https://totara.com/us/events/the-art-of-the-possible-creating-an-lms-that-works-your-way/</link>
		
		<dc:creator><![CDATA[Iris]]></dc:creator>
		<pubDate>Thu, 13 Aug 2026 16:18:01 +0000</pubDate>
				<guid isPermaLink="false">https://totara.com/events/the-art-of-the-possible-creating-an-lms-that-works-your-way/</guid>

					<description><![CDATA[<p>The post <a href="https://totara.com/us/events/the-art-of-the-possible-creating-an-lms-that-works-your-way/">The art of the possible: Creating an LMS that works your way</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="event-heading themeLightBlue">
            <span class="event-heading__tag">WEBINAR</span>
                <h2 class="event-heading__title">The art of the possible: Creating an LMS that works your way</h2>
        </div>



<div class="event-details-intro themeLightBlue">
    <div class="event-details-intro__pills">
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M5.333 1.333v2M10.667 1.333v2M2 6.667h12M3.333 2.667h9.334c.736 0 1.333.597 1.333 1.333v9.333c0 .737-.597 1.334-1.333 1.334H3.333A1.333 1.333 0 0 1 2 13.333V4c0-.736.597-1.333 1.333-1.333Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span>30 September 2026</span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="8" cy="8" r="6.5" stroke="currentColor" stroke-width="1.2"/><path d="M8 4.667V8l2.333 1.333" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span class="event-details-intro__time"
                      data-event-time="16:00"
                                            data-event-timezone="Europe/London"
                      data-timezone-label="BST">
                    16:00 BST                </span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M13.333 6.667C13.333 10.667 8 14.667 8 14.667S2.667 10.667 2.667 6.667a5.333 5.333 0 1 1 10.666 0Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="6.667" r="1.667" stroke="currentColor" stroke-width="1.2"/></svg>                <span>Webinar</span>
            </span>
            </div>

            <div class="event-details-intro__text">
            <p>Your organization is one-of-a-kind. Why should your LMS work like everyone else&#8217;s?</p>
        </div>
    </div>

<script>
(function() {
    var el = document.querySelector(".event-details-intro__time[data-event-time]");
    if (!el) return;

    // Skip conversion if a manual timezone label is set (admin controls display)
    if (el.getAttribute("data-timezone-label")) return;

    var timeStart = el.getAttribute("data-event-time");
    var timeEnd = el.getAttribute("data-event-time-end");
    var eventTz = el.getAttribute("data-event-timezone");
    if (!timeStart || !eventTz) return;

    function convertTime(time) {
        var parts = time.split(":");
        var hour = parseInt(parts[0], 10);
        var minute = parseInt(parts[1], 10);

        var today = new Date();
        var dateStr = today.getFullYear() + "-" +
            String(today.getMonth() + 1).padStart(2, "0") + "-" +
            String(today.getDate()).padStart(2, "0") + "T" +
            String(hour).padStart(2, "0") + ":" +
            String(minute).padStart(2, "0") + ":00";

        var eventFormatter = new Intl.DateTimeFormat("en-US", {
            timeZone: eventTz,
            year: "numeric", month: "2-digit", day: "2-digit",
            hour: "2-digit", minute: "2-digit", second: "2-digit",
            hour12: false
        });

        var guess = new Date(dateStr + "Z");
        var eventParts = eventFormatter.formatToParts(guess);
        var eventHour = parseInt(eventParts.find(function(p) { return p.type === "hour"; }).value, 10);
        var diff = hour - eventHour;
        if (diff > 12) diff -= 24;
        if (diff < -12) diff += 24;
        return new Date(guess.getTime() + diff * 3600000);
    }

    var REGIONAL_TZ_LABELS = {"America\/New_York":"ET","America\/Detroit":"ET","America\/Kentucky\/Louisville":"ET","America\/Kentucky\/Monticello":"ET","America\/Indiana\/Indianapolis":"ET","America\/Indiana\/Vincennes":"ET","America\/Indiana\/Winamac":"ET","America\/Indiana\/Marengo":"ET","America\/Indiana\/Petersburg":"ET","America\/Indiana\/Vevay":"ET","America\/Chicago":"CT","America\/Indiana\/Tell_City":"CT","America\/Indiana\/Knox":"CT","America\/Menominee":"CT","America\/North_Dakota\/Center":"CT","America\/North_Dakota\/New_Salem":"CT","America\/North_Dakota\/Beulah":"CT","America\/Denver":"MT","America\/Boise":"MT","America\/Phoenix":"MT","America\/Los_Angeles":"PT","America\/Anchorage":"AKT","America\/Juneau":"AKT","America\/Sitka":"AKT","America\/Metlakatla":"AKT","America\/Yakutat":"AKT","America\/Nome":"AKT","America\/Adak":"HAT","Pacific\/Honolulu":"HAT"};

    try {
        var userTz = Intl.DateTimeFormat().resolvedOptions().timeZone;
        var regionalLabel = REGIONAL_TZ_LABELS[userTz];

        var timeFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz
        });
        var tzFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz,
            timeZoneName: "short"
        });

        var utcStart = convertTime(timeStart);
        var utcEnd = timeEnd ? convertTime(timeEnd) : null;

        if (regionalLabel) {
            var startText = timeFormatter.format(utcStart);
            if (utcEnd) {
                el.textContent = startText + " \u2013 " + timeFormatter.format(utcEnd) + " " + regionalLabel;
            } else {
                el.textContent = startText + " " + regionalLabel;
            }
        } else if (utcEnd) {
            el.textContent = timeFormatter.format(utcStart) + " \u2013 " + tzFormatter.format(utcEnd);
        } else {
            el.textContent = tzFormatter.format(utcStart);
        }
    } catch (e) {
        // Keep original text on error
    }
})();
</script>



<div class="full-text-block-container">
    <div class="wrapper">
        <div class="full-text-block__content richText">
            <p><img loading="lazy" decoding="async" class="alignleft wp-image-80740 size-full" src="https://totara.com/wp-content/uploads/2026/08/webinar_event-page_-The-art-of-the-possible.jpg" alt="" width="940" height="425" srcset="https://totara.com/wp-content/uploads/2026/08/webinar_event-page_-The-art-of-the-possible.jpg 940w, https://totara.com/wp-content/uploads/2026/08/webinar_event-page_-The-art-of-the-possible-300x136.jpg 300w, https://totara.com/wp-content/uploads/2026/08/webinar_event-page_-The-art-of-the-possible-768x347.jpg 768w" sizes="auto, (max-width: 940px) 100vw, 940px" /></p>
<p>Too often, businesses bend their processes to fit existing technology. But it’s your LMS that should adapt to you. The flexibility of Totara gives teams just like yours the freedom to shape their LMS and learning journeys.</p>
<p>The best learning solutions aren&#8217;t built from a template. They flex to meet unique business and learner needs. Join us to discover what&#8217;s possible with Totara.</p>
<p>Through real-world examples and practical insights, you&#8217;ll see how organizations are pioneering learning experiences that evolve with them. Next-level learning, done your way.</p>
<p><strong>Ready to break the mold?</strong></p>
        </div>
    </div>
</div>



<div class="event-simple-speaker">
            <h2 class="event-simple-speaker__title" style="text-align: left;">Meet the speakers</h2>
    
            <div class="event-simple-speaker__grid">
                            <div class="event-simple-speaker__card">
                                            <img decoding="async"
                            class="event-simple-speaker__photo"
                            loading="lazy"
                            src="https://totara.com/wp-content/uploads/2026/08/Jason-Miller-2026-Refresh-300x300.png"
                            alt="Jason Miller"
                            srcset="https://totara.com/wp-content/uploads/2026/08/Jason-Miller-2026-Refresh-300x300.png 300w, https://totara.com/wp-content/uploads/2026/08/Jason-Miller-2026-Refresh-150x150.png 150w, https://totara.com/wp-content/uploads/2026/08/Jason-Miller-2026-Refresh.png 400w"
                            sizes="auto, (max-width: 200px) 100vw, 200px"
                            width="120"
                            height="120"
                        />
                                                                <p class="event-simple-speaker__name">Jason Miller</p>
                                                                <div class="event-simple-speaker__job"><p>Director, Synegen, Inc.</p>
</div>
                                    </div>
                            <div class="event-simple-speaker__card">
                                            <img decoding="async"
                            class="event-simple-speaker__photo"
                            loading="lazy"
                            src="https://totara.com/wp-content/uploads/2026/08/Jason-Zeilenga-Headshot.png"
                            alt="Jason Zeilenga"
                            srcset="https://totara.com/wp-content/uploads/2026/08/Jason-Zeilenga-Headshot.png 228w, https://totara.com/wp-content/uploads/2026/08/Jason-Zeilenga-Headshot-150x150.png 150w"
                            sizes="auto, (max-width: 200px) 100vw, 200px"
                            width="120"
                            height="120"
                        />
                                                                <p class="event-simple-speaker__name">Jason Zeilenga</p>
                                                                <div class="event-simple-speaker__job"><p>Partner, Synegen, Inc.</p>
</div>
                                    </div>
                    </div>
    </div>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://totara.com/us/events/the-art-of-the-possible-creating-an-lms-that-works-your-way/">The art of the possible: Creating an LMS that works your way</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://totara.com/wp-content/uploads/2026/08/webinar_event-page_-The-art-of-the-possible-150x150.jpg" />
		<media:content url="https://totara.com/wp-content/uploads/2026/08/webinar_event-page_-The-art-of-the-possible.jpg" medium="image">
			<media:title type="html">webinar_event-page_ The art of the possible</media:title>
			<media:thumbnail url="https://totara.com/wp-content/uploads/2026/08/webinar_event-page_-The-art-of-the-possible-150x150.jpg" />
		</media:content>
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/08/Jason-Miller-2026-Refresh-300x300.png" medium="image">
			<media:title type="html">Jason Miller</media:title>
		</media:content>
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/08/Jason-Zeilenga-Headshot.png" medium="image">
			<media:title type="html">Jason Zeilenga</media:title>
		</media:content>
	</item>
		<item>
		<title>How Royal Berkshire NHS Foundation Trust connected talent management, appraisals and workforce development with Totara</title>
		<link>https://totara.com/us/events/how-royal-berkshire-nhs-foundation-trust-connected-talent-management-appraisals-and-workforce-development-with-totara/</link>
		
		<dc:creator><![CDATA[schemasupport]]></dc:creator>
		<pubDate>Fri, 31 Jul 2026 09:29:16 +0000</pubDate>
				<guid isPermaLink="false">https://totara.com/events/how-royal-berkshire-nhs-foundation-trust-connected-talent-management-appraisals-and-workforce-development-with-totara/</guid>

					<description><![CDATA[<p>The post <a href="https://totara.com/us/events/how-royal-berkshire-nhs-foundation-trust-connected-talent-management-appraisals-and-workforce-development-with-totara/">How Royal Berkshire NHS Foundation Trust connected talent management, appraisals and workforce development with Totara</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="event-heading themeLightBlue">
            <span class="event-heading__tag">WEBINAR</span>
                <h2 class="event-heading__title">How Royal Berkshire NHS Foundation Trust connected talent management, appraisals and workforce development with Totara</h2>
        </div>



<div class="event-details-intro themeLightBlue">
    <div class="event-details-intro__pills">
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M5.333 1.333v2M10.667 1.333v2M2 6.667h12M3.333 2.667h9.334c.736 0 1.333.597 1.333 1.333v9.333c0 .737-.597 1.334-1.333 1.334H3.333A1.333 1.333 0 0 1 2 13.333V4c0-.736.597-1.333 1.333-1.333Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span>4 November 2026</span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="8" cy="8" r="6.5" stroke="currentColor" stroke-width="1.2"/><path d="M8 4.667V8l2.333 1.333" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span class="event-details-intro__time"
                      data-event-time="16:00"
                                            data-event-timezone="Europe/London"
                      data-timezone-label="BST">
                    16:00 BST                </span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M13.333 6.667C13.333 10.667 8 14.667 8 14.667S2.667 10.667 2.667 6.667a5.333 5.333 0 1 1 10.666 0Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="6.667" r="1.667" stroke="currentColor" stroke-width="1.2"/></svg>                <span>Webinar</span>
            </span>
            </div>

            <div class="event-details-intro__text">
            <p>Join Royal Berkshire NHS Foundation Trust (RBFT) to hear how they brought appraisals, learning, career development and workforce insight together in a single talent management approach with Totara.</p>
        </div>
    </div>

<script>
(function() {
    var el = document.querySelector(".event-details-intro__time[data-event-time]");
    if (!el) return;

    // Skip conversion if a manual timezone label is set (admin controls display)
    if (el.getAttribute("data-timezone-label")) return;

    var timeStart = el.getAttribute("data-event-time");
    var timeEnd = el.getAttribute("data-event-time-end");
    var eventTz = el.getAttribute("data-event-timezone");
    if (!timeStart || !eventTz) return;

    function convertTime(time) {
        var parts = time.split(":");
        var hour = parseInt(parts[0], 10);
        var minute = parseInt(parts[1], 10);

        var today = new Date();
        var dateStr = today.getFullYear() + "-" +
            String(today.getMonth() + 1).padStart(2, "0") + "-" +
            String(today.getDate()).padStart(2, "0") + "T" +
            String(hour).padStart(2, "0") + ":" +
            String(minute).padStart(2, "0") + ":00";

        var eventFormatter = new Intl.DateTimeFormat("en-US", {
            timeZone: eventTz,
            year: "numeric", month: "2-digit", day: "2-digit",
            hour: "2-digit", minute: "2-digit", second: "2-digit",
            hour12: false
        });

        var guess = new Date(dateStr + "Z");
        var eventParts = eventFormatter.formatToParts(guess);
        var eventHour = parseInt(eventParts.find(function(p) { return p.type === "hour"; }).value, 10);
        var diff = hour - eventHour;
        if (diff > 12) diff -= 24;
        if (diff < -12) diff += 24;
        return new Date(guess.getTime() + diff * 3600000);
    }

    var REGIONAL_TZ_LABELS = {"America\/New_York":"ET","America\/Detroit":"ET","America\/Kentucky\/Louisville":"ET","America\/Kentucky\/Monticello":"ET","America\/Indiana\/Indianapolis":"ET","America\/Indiana\/Vincennes":"ET","America\/Indiana\/Winamac":"ET","America\/Indiana\/Marengo":"ET","America\/Indiana\/Petersburg":"ET","America\/Indiana\/Vevay":"ET","America\/Chicago":"CT","America\/Indiana\/Tell_City":"CT","America\/Indiana\/Knox":"CT","America\/Menominee":"CT","America\/North_Dakota\/Center":"CT","America\/North_Dakota\/New_Salem":"CT","America\/North_Dakota\/Beulah":"CT","America\/Denver":"MT","America\/Boise":"MT","America\/Phoenix":"MT","America\/Los_Angeles":"PT","America\/Anchorage":"AKT","America\/Juneau":"AKT","America\/Sitka":"AKT","America\/Metlakatla":"AKT","America\/Yakutat":"AKT","America\/Nome":"AKT","America\/Adak":"HAT","Pacific\/Honolulu":"HAT"};

    try {
        var userTz = Intl.DateTimeFormat().resolvedOptions().timeZone;
        var regionalLabel = REGIONAL_TZ_LABELS[userTz];

        var timeFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz
        });
        var tzFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz,
            timeZoneName: "short"
        });

        var utcStart = convertTime(timeStart);
        var utcEnd = timeEnd ? convertTime(timeEnd) : null;

        if (regionalLabel) {
            var startText = timeFormatter.format(utcStart);
            if (utcEnd) {
                el.textContent = startText + " \u2013 " + timeFormatter.format(utcEnd) + " " + regionalLabel;
            } else {
                el.textContent = startText + " " + regionalLabel;
            }
        } else if (utcEnd) {
            el.textContent = timeFormatter.format(utcStart) + " \u2013 " + tzFormatter.format(utcEnd);
        } else {
            el.textContent = tzFormatter.format(utcStart);
        }
    } catch (e) {
        // Keep original text on error
    }
})();
</script>



<div class="full-text-block-container">
    <div class="wrapper">
        <div class="full-text-block__content richText">
            <p><img loading="lazy" decoding="async" class="wp-image-80505 size-full alignnone" src="https://totara.com/wp-content/uploads/2026/07/webinar_rectangle_Royal-Berkshire-NHS-Foundation-Trust.jpg" alt="" width="600" height="338" srcset="https://totara.com/wp-content/uploads/2026/07/webinar_rectangle_Royal-Berkshire-NHS-Foundation-Trust.jpg 600w, https://totara.com/wp-content/uploads/2026/07/webinar_rectangle_Royal-Berkshire-NHS-Foundation-Trust-300x169.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px" /></p>
<p>In this session, you&#8217;ll learn how the Trust created a more consistent and inclusive development experience, reduced administrative effort through connected workflows, and gave managers greater visibility of workforce capability and development opportunities.</p>
<p>Discover how a joined-up approach to talent management is helping inform leadership development, succession planning and workforce planning while supporting more meaningful development conversations across the organisation.</p>
<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png" alt="🎙" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Speakers:</strong></p>
<ul>
<li><strong>Lucy Bennett,</strong> Learning &amp; Digital Manager, RBFT</li>
<li><strong>Kirsty Dean</strong>, Learning &amp; Talent Consultant, RBFT</li>
</ul>
        </div>
    </div>
</div>
<p>The post <a href="https://totara.com/us/events/how-royal-berkshire-nhs-foundation-trust-connected-talent-management-appraisals-and-workforce-development-with-totara/">How Royal Berkshire NHS Foundation Trust connected talent management, appraisals and workforce development with Totara</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://totara.com/wp-content/uploads/2026/07/webinar_rectangle_Royal-Berkshire-NHS-Foundation-Trust-150x150.jpg" />
		<media:content url="https://totara.com/wp-content/uploads/2026/07/webinar_rectangle_Royal-Berkshire-NHS-Foundation-Trust.jpg" medium="image">
			<media:title type="html">webinar_rectangle_Royal Berkshire NHS Foundation Trust</media:title>
			<media:thumbnail url="https://totara.com/wp-content/uploads/2026/07/webinar_rectangle_Royal-Berkshire-NHS-Foundation-Trust-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Facilitated leadership in practice: From learning delivery to strategic influence</title>
		<link>https://totara.com/us/events/facilitated-leadership-in-practice-from-learning-delivery-to-strategic-influence/</link>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Fri, 19 Jun 2026 15:44:07 +0000</pubDate>
				<guid isPermaLink="false">https://totara.com/events/facilitated-leadership-in-practice-from-learning-delivery-to-strategic-influence/</guid>

					<description><![CDATA[<p>The post <a href="https://totara.com/us/events/facilitated-leadership-in-practice-from-learning-delivery-to-strategic-influence/">Facilitated leadership in practice: From learning delivery to strategic influence</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class='inline-text-container autoMobileAlignment autoDesktopAlignment'>
  <div class='richText'><p class="">You’re a learning professional, and you’re often expected to drive organisational impact without having formal authority. Yet you still influence strategy, culture, and performance through how you design learning, facilitate conversations, and embed development into the flow of work.</p>
<p class="">In this session, you’ll explore what facilitated leadership looks like in practice, and how you can strengthen your influence across the organisation. The focus is on leading through relationships, evidence, and learning systems, rather than hierarchy.</p>
<p class=""><strong>During the session, you will explore:</strong></p>
<ul>
<li>
<p class="">What facilitated leadership means when you’re leading without positional power</p>
</li>
<li>
<p class="">How you build influence through facilitation, insight, and credibility, rather than control</p>
</li>
<li>
<p class="">Ways you can align learning activity with organisational priorities and decision-making</p>
</li>
<li>
<p class="">How learning ecosystems such as Totara can support your influence through data, visibility, and flexible learning pathways</p>
</li>
<li>
<p class="">Practical approaches to help you move from “delivery” to trusted partner and advisor</p>
</li>
</ul>
<p class="">The session combines reflection, practical examples, and systems thinking. It will help you think differently about your role, your impact, and how technology can support learning-led change at scale.</p>
<p class="">You will leave with clear ideas you can apply immediately to strengthen your influence, use learning platforms more strategically, and lead with confidence as a learning professional.</p>
</div>
      <div class='cta'>
      
<a id="" class="button-link " target="_blank" href="https://lms.totara.com/facilitated-leadership-in-practice-from-learning-delivery-to-strategic-influence">
  <span class='container darkPrimaryTheme'>
    <div></div>
    <div></div>
    <div class='contents'>
      <span>Register today</span>
          </div>
  </span>
</a>    </div>
  </div>


<div class="event-simple-speaker">
            <h2 class="event-simple-speaker__title" style="text-align: left;">Meet the speakers</h2>
    
            <div class="event-simple-speaker__grid">
                            <div class="event-simple-speaker__card">
                                            <img decoding="async"
                            class="event-simple-speaker__photo"
                            loading="lazy"
                            src="https://totara.com/wp-content/uploads/2026/06/Kevin-Avis-280x300.png"
                            alt="Kevin Avis"
                            srcset="https://totara.com/wp-content/uploads/2026/06/Kevin-Avis.png 750w, https://totara.com/wp-content/uploads/2026/06/Kevin-Avis-280x300.png 280w"
                            sizes="auto, (max-width: 187px) 100vw, 187px"
                            width="120"
                            height="120"
                        />
                                                                <p class="event-simple-speaker__name">Kevin Avis</p>
                                                                <div class="event-simple-speaker__job"><p>Learning and Development Business Partner at Circle Health Group</p>
</div>
                                    </div>
                    </div>
    </div>
<p>The post <a href="https://totara.com/us/events/facilitated-leadership-in-practice-from-learning-delivery-to-strategic-influence/">Facilitated leadership in practice: From learning delivery to strategic influence</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/06/Kevin-Avis-280x300.png" />
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/06/Kevin-Avis-280x300.png" medium="image">
			<media:title type="html">Kevin Avis</media:title>
		</media:content>
	</item>
		<item>
		<title>The Leaders Forum 2026</title>
		<link>https://totara.com/us/events/join-totara-and-learning-syndicate-at-the-leaders-forum-2026/</link>
		
		<dc:creator><![CDATA[schemasupport]]></dc:creator>
		<pubDate>Tue, 09 Jun 2026 11:03:44 +0000</pubDate>
				<guid isPermaLink="false">https://totara.com/events/join-totara-and-learning-syndicate-at-the-leaders-forum-2026/</guid>

					<description><![CDATA[<p>The post <a href="https://totara.com/us/events/join-totara-and-learning-syndicate-at-the-leaders-forum-2026/">The Leaders Forum 2026</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class='inline-text-container autoMobileAlignment autoDesktopAlignment'>
  <div class='richText'><h3>Learn the latest in L&amp;D with fellow learning leaders</h3>
<p class="">Join <strong>Totara, <a href="https://totara.com/us/partners/learning-syndicate/" target="_blank" rel="noopener">Learning Syndicate</a></strong>, a trusted Totara partner, and fellow learning leaders in Boston Harbor for <strong><a href="https://learning-syndicate.com/boston-leadership-and-team-building/" target="_blank" rel="noopener">The Leaders Forum 2026.</a></strong></p>
<p class=""><strong><img loading="lazy" decoding="async" class="size-medium wp-image-76206 alignright" src="https://totara.com/wp-content/uploads/2026/06/Sailing-4-211x300.jpg" alt="" width="211" height="300" srcset="https://totara.com/wp-content/uploads/2026/06/Sailing-4-211x300.jpg 211w, https://totara.com/wp-content/uploads/2026/06/Sailing-4.jpg 700w" sizes="auto, (max-width: 211px) 100vw, 211px" /></strong>Across two days, attendees will explore the latest in AI, skills-led LMS, ecommerce, proctoring and mobile, with interactive sessions, peer learning and opportunities to connect with other professionals.</p>
<p class="">You’ll also have the opportunity to put leadership and teamwork into practice on the water, guided by experienced skippers and facilitators.</p>
<p><strong>Date:</strong> 21–22 July 2026<br />
<strong>Location:</strong> Boston Harbor, USA</p>
<h3>What’s included</h3>
<ul>
<li>Fully catered lunches and evening dinners</li>
<li>Refreshments throughout the day</li>
<li>Sailing yachts with professional crews</li>
<li>A central Boston Harbor location</li>
<li>Comfortable spaces for networking</li>
</ul>
</div>
  </div>


<div class="event-simple-speaker">
            <h2 class="event-simple-speaker__title" style="text-align: left;">Meet the Totara team </h2>
    
            <div class="event-simple-speaker__grid">
                            <div class="event-simple-speaker__card">
                                            <img decoding="async"
                            class="event-simple-speaker__photo"
                            loading="lazy"
                            src="https://totara.com/wp-content/uploads/2026/06/Iain-Regan-300x300.jpeg"
                            alt="Iain Regan"
                            srcset="https://totara.com/wp-content/uploads/2026/06/Iain-Regan-300x300.jpeg 300w, https://totara.com/wp-content/uploads/2026/06/Iain-Regan-150x150.jpeg 150w, https://totara.com/wp-content/uploads/2026/06/Iain-Regan-768x768.jpeg 768w, https://totara.com/wp-content/uploads/2026/06/Iain-Regan.jpeg 800w"
                            sizes="auto, (max-width: 200px) 100vw, 200px"
                            width="120"
                            height="120"
                        />
                                                                <p class="event-simple-speaker__name">Iain Regan</p>
                                                                <div class="event-simple-speaker__job"><p>Chief Commercial Officer</p>
</div>
                                    </div>
                            <div class="event-simple-speaker__card">
                                            <img decoding="async"
                            class="event-simple-speaker__photo"
                            loading="lazy"
                            src="https://totara.com/wp-content/uploads/2026/06/TimNewham-300x300.png"
                            alt="Tim Newham"
                            srcset="https://totara.com/wp-content/uploads/2026/06/TimNewham-300x300.png 300w, https://totara.com/wp-content/uploads/2026/06/TimNewham-150x150.png 150w, https://totara.com/wp-content/uploads/2026/06/TimNewham-768x768.png 768w, https://totara.com/wp-content/uploads/2026/06/TimNewham.png 800w"
                            sizes="auto, (max-width: 200px) 100vw, 200px"
                            width="120"
                            height="120"
                        />
                                                                <p class="event-simple-speaker__name">Tim Newham</p>
                                                                <div class="event-simple-speaker__job"><p>Head of Global Solutions</p>
</div>
                                    </div>
                            <div class="event-simple-speaker__card">
                                            <img decoding="async"
                            class="event-simple-speaker__photo"
                            loading="lazy"
                            src="https://totara.com/wp-content/uploads/2026/06/MikeMaurath-300x300.jpeg"
                            alt="Michael Maurath"
                            srcset="https://totara.com/wp-content/uploads/2026/06/MikeMaurath-300x300.jpeg 300w, https://totara.com/wp-content/uploads/2026/06/MikeMaurath-150x150.jpeg 150w, https://totara.com/wp-content/uploads/2026/06/MikeMaurath-768x768.jpeg 768w, https://totara.com/wp-content/uploads/2026/06/MikeMaurath.jpeg 800w"
                            sizes="auto, (max-width: 200px) 100vw, 200px"
                            width="120"
                            height="120"
                        />
                                                                <p class="event-simple-speaker__name">Michael Maurath</p>
                                                                <div class="event-simple-speaker__job"><p>Head of Public Sector and US Operations</p>
</div>
                                    </div>
                    </div>
    </div>



<div class='inline-text-container autoMobileAlignment autoDesktopAlignment'>
  <div class='richText'><h2></h2>
<h2>Programme overview</h2>
<h3><strong><span style="color: #017ab7;">Day One:</span> Totara and the latest from the L&amp;D world</strong></h3>
<p><img loading="lazy" decoding="async" class="size-medium wp-image-76210 alignright" src="https://totara.com/wp-content/uploads/2026/06/Sailing-8-300x300.jpeg" alt="" width="300" height="300" srcset="https://totara.com/wp-content/uploads/2026/06/Sailing-8-300x300.jpeg 300w, https://totara.com/wp-content/uploads/2026/06/Sailing-8-150x150.jpeg 150w, https://totara.com/wp-content/uploads/2026/06/Sailing-8.jpeg 700w" sizes="auto, (max-width: 300px) 100vw, 300px" />A focus on the latest trends in learning and how Learning Syndicate and Totara are adapting to them, including AI, skills-led LMS, ecommerce, proctoring, mobile, competency and performance management, federal business, FedRAMP rules, the latest Totara news and scaling learners from 400K to 1M.</p>
<h3><strong><span style="color: #017ab7;">Day Two:</span> Pier to peer learning</strong></h3>
<p>Join fellow L&amp;D and business leaders aboard Northern Lights to connect, share experiences and learn how other organisations solve problems that may be of interest to you.</p>
<p>One-to-one meetings will be arranged, and delegates will be back on land by 3pm.</p>
<p><strong>For further details and to confirm your place, please contact <a href="mailto:emma.steele@learning-syndicate.com">emma.steele@learning-syndicate.com</a></strong></p>
</div>
  </div>


<p class="wp-block-paragraph"></p>
<p>The post <a href="https://totara.com/us/events/join-totara-and-learning-syndicate-at-the-leaders-forum-2026/">The Leaders Forum 2026</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://totara.com/wp-content/uploads/2026/06/Sailing-4-150x150.jpg" />
		<media:content url="https://totara.com/wp-content/uploads/2026/06/Sailing-4.jpg" medium="image">
			<media:title type="html">Sailing-4</media:title>
			<media:thumbnail url="https://totara.com/wp-content/uploads/2026/06/Sailing-4-150x150.jpg" />
		</media:content>
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/06/Iain-Regan-300x300.jpeg" medium="image">
			<media:title type="html">Iain Regan</media:title>
		</media:content>
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/06/TimNewham-300x300.png" medium="image">
			<media:title type="html">Tim Newham</media:title>
		</media:content>
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/06/MikeMaurath-300x300.jpeg" medium="image">
			<media:title type="html">Michael Maurath</media:title>
		</media:content>
		<media:content url="https://totara.com/wp-content/uploads/2026/06/Sailing-8.jpeg" medium="image">
			<media:title type="html">Sailing-8</media:title>
			<media:thumbnail url="https://totara.com/wp-content/uploads/2026/06/Sailing-8-150x150.jpeg" />
		</media:content>
	</item>
		<item>
		<title>Announcing the winners of the Totara Awards 2026</title>
		<link>https://totara.com/us/events/announcing-the-winners-of-the-totara-awards-2026/</link>
		
		<dc:creator><![CDATA[schemasupport]]></dc:creator>
		<pubDate>Wed, 03 Jun 2026 13:14:52 +0000</pubDate>
				<guid isPermaLink="false">https://totara.com/events/announcing-the-winners-of-the-totara-awards-2026/</guid>

					<description><![CDATA[<p>The post <a href="https://totara.com/us/events/announcing-the-winners-of-the-totara-awards-2026/">Announcing the winners of the Totara Awards 2026</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="event-heading themeMidBlue">
            <span class="event-heading__tag">WEBINAR</span>
                <h2 class="event-heading__title">Announcing the winners of the Totara Awards 2026</h2>
        </div>



<div class="event-details-intro themeMidBlue">
    <div class="event-details-intro__pills">
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M5.333 1.333v2M10.667 1.333v2M2 6.667h12M3.333 2.667h9.334c.736 0 1.333.597 1.333 1.333v9.333c0 .737-.597 1.334-1.333 1.334H3.333A1.333 1.333 0 0 1 2 13.333V4c0-.736.597-1.333 1.333-1.333Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span>7 July 2026</span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="8" cy="8" r="6.5" stroke="currentColor" stroke-width="1.2"/><path d="M8 4.667V8l2.333 1.333" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span class="event-details-intro__time"
                      data-event-time="15:00"
                                            data-event-timezone="Europe/London"
                      data-timezone-label="BST">
                    15:00 BST                </span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M13.333 6.667C13.333 10.667 8 14.667 8 14.667S2.667 10.667 2.667 6.667a5.333 5.333 0 1 1 10.666 0Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="6.667" r="1.667" stroke="currentColor" stroke-width="1.2"/></svg>                <span>Webinar</span>
            </span>
            </div>

            <div class="event-details-intro__text">
            <p>Join us as we reveal the winners of the Totara Awards 2026 and celebrate the organisations delivering outstanding learning experiences with Totara</p>
        </div>
    </div>

<script>
(function() {
    var el = document.querySelector(".event-details-intro__time[data-event-time]");
    if (!el) return;

    // Skip conversion if a manual timezone label is set (admin controls display)
    if (el.getAttribute("data-timezone-label")) return;

    var timeStart = el.getAttribute("data-event-time");
    var timeEnd = el.getAttribute("data-event-time-end");
    var eventTz = el.getAttribute("data-event-timezone");
    if (!timeStart || !eventTz) return;

    function convertTime(time) {
        var parts = time.split(":");
        var hour = parseInt(parts[0], 10);
        var minute = parseInt(parts[1], 10);

        var today = new Date();
        var dateStr = today.getFullYear() + "-" +
            String(today.getMonth() + 1).padStart(2, "0") + "-" +
            String(today.getDate()).padStart(2, "0") + "T" +
            String(hour).padStart(2, "0") + ":" +
            String(minute).padStart(2, "0") + ":00";

        var eventFormatter = new Intl.DateTimeFormat("en-US", {
            timeZone: eventTz,
            year: "numeric", month: "2-digit", day: "2-digit",
            hour: "2-digit", minute: "2-digit", second: "2-digit",
            hour12: false
        });

        var guess = new Date(dateStr + "Z");
        var eventParts = eventFormatter.formatToParts(guess);
        var eventHour = parseInt(eventParts.find(function(p) { return p.type === "hour"; }).value, 10);
        var diff = hour - eventHour;
        if (diff > 12) diff -= 24;
        if (diff < -12) diff += 24;
        return new Date(guess.getTime() + diff * 3600000);
    }

    var REGIONAL_TZ_LABELS = {"America\/New_York":"ET","America\/Detroit":"ET","America\/Kentucky\/Louisville":"ET","America\/Kentucky\/Monticello":"ET","America\/Indiana\/Indianapolis":"ET","America\/Indiana\/Vincennes":"ET","America\/Indiana\/Winamac":"ET","America\/Indiana\/Marengo":"ET","America\/Indiana\/Petersburg":"ET","America\/Indiana\/Vevay":"ET","America\/Chicago":"CT","America\/Indiana\/Tell_City":"CT","America\/Indiana\/Knox":"CT","America\/Menominee":"CT","America\/North_Dakota\/Center":"CT","America\/North_Dakota\/New_Salem":"CT","America\/North_Dakota\/Beulah":"CT","America\/Denver":"MT","America\/Boise":"MT","America\/Phoenix":"MT","America\/Los_Angeles":"PT","America\/Anchorage":"AKT","America\/Juneau":"AKT","America\/Sitka":"AKT","America\/Metlakatla":"AKT","America\/Yakutat":"AKT","America\/Nome":"AKT","America\/Adak":"HAT","Pacific\/Honolulu":"HAT"};

    try {
        var userTz = Intl.DateTimeFormat().resolvedOptions().timeZone;
        var regionalLabel = REGIONAL_TZ_LABELS[userTz];

        var timeFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz
        });
        var tzFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz,
            timeZoneName: "short"
        });

        var utcStart = convertTime(timeStart);
        var utcEnd = timeEnd ? convertTime(timeEnd) : null;

        if (regionalLabel) {
            var startText = timeFormatter.format(utcStart);
            if (utcEnd) {
                el.textContent = startText + " \u2013 " + timeFormatter.format(utcEnd) + " " + regionalLabel;
            } else {
                el.textContent = startText + " " + regionalLabel;
            }
        } else if (utcEnd) {
            el.textContent = timeFormatter.format(utcStart) + " \u2013 " + tzFormatter.format(utcEnd);
        } else {
            el.textContent = tzFormatter.format(utcStart);
        }
    } catch (e) {
        // Keep original text on error
    }
})();
</script>



<div class="event-multimedia">
            <img decoding="async"
            class="event-multimedia__image"
            loading="lazy"
            src="https://totara.com/wp-content/uploads/2026/06/webinar_website-image-2.jpg"
            alt=""
            srcset="https://totara.com/wp-content/uploads/2026/06/webinar_website-image-2.jpg 834w, https://totara.com/wp-content/uploads/2026/06/webinar_website-image-2-300x105.jpg 300w, https://totara.com/wp-content/uploads/2026/06/webinar_website-image-2-768x269.jpg 768w"
            sizes="(max-width: 834px) 100vw, 834px"
        />
    </div>



<div class="full-text-block-container">
    <div class="wrapper">
        <div class="full-text-block__content richText">
            <p>&nbsp;</p>
<p>From impactful onboarding and compliance programmes to innovative uses of AI, personalisation, and extended enterprise learning, this year’s winners showcase what’s possible when learning technology is aligned with real organisational goals.</p>
<p><strong>In this special webinar, we’ll spotlight the projects recognised across this year’s Totara Project Awards, sharing the stories, achievements, and standout approaches behind the winning entries.</strong></p>
<p>Whether you’re looking for inspiration for your own learning platform or simply want to see some of the best work happening across the Totara community, this session is your chance to discover the projects setting the benchmark for learning innovation and impact.</p>
        </div>
    </div>
</div>
<p>The post <a href="https://totara.com/us/events/announcing-the-winners-of-the-totara-awards-2026/">Announcing the winners of the Totara Awards 2026</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/06/webinar_website-image-2.jpg" />
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/06/webinar_website-image-2.jpg" medium="image" />
	</item>
		<item>
		<title>Introducing BuildAI – AI-powered course creation in Totara</title>
		<link>https://totara.com/us/events/introducing-buildai-ai-powered-course-creation-in-totara/</link>
		
		<dc:creator><![CDATA[Iris]]></dc:creator>
		<pubDate>Tue, 26 May 2026 11:22:08 +0000</pubDate>
				<guid isPermaLink="false">https://totara.com/events/introducing-buildai-ai-powered-course-creation-in-totara/</guid>

					<description><![CDATA[<p>The post <a href="https://totara.com/us/events/introducing-buildai-ai-powered-course-creation-in-totara/">Introducing BuildAI – AI-powered course creation in Totara</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="event-heading themeTeal">
            <span class="event-heading__tag">WEBINAR</span>
                <h2 class="event-heading__title">Introducing BuildAI – AI-powered course creation in Totara</h2>
        </div>



<div class="event-details-intro themeTeal">
    <div class="event-details-intro__pills">
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M5.333 1.333v2M10.667 1.333v2M2 6.667h12M3.333 2.667h9.334c.736 0 1.333.597 1.333 1.333v9.333c0 .737-.597 1.334-1.333 1.334H3.333A1.333 1.333 0 0 1 2 13.333V4c0-.736.597-1.333 1.333-1.333Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span>22 July 2026</span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="8" cy="8" r="6.5" stroke="currentColor" stroke-width="1.2"/><path d="M8 4.667V8l2.333 1.333" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>                <span class="event-details-intro__time"
                      data-event-time="16:00"
                                            data-event-timezone="Europe/London"
                      data-timezone-label="BST">
                    16:00 BST                </span>
            </span>
        
                    <span class="event-details-intro__pill">
                <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M13.333 6.667C13.333 10.667 8 14.667 8 14.667S2.667 10.667 2.667 6.667a5.333 5.333 0 1 1 10.666 0Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="6.667" r="1.667" stroke="currentColor" stroke-width="1.2"/></svg>                <span>Webinar</span>
            </span>
            </div>

            <div class="event-details-intro__text">
            <p>Streamline your content creation with the power of AI. BuildAI helps you creates engaging learning content &#8211; directly in Totara.</p>
        </div>
    </div>

<script>
(function() {
    var el = document.querySelector(".event-details-intro__time[data-event-time]");
    if (!el) return;

    // Skip conversion if a manual timezone label is set (admin controls display)
    if (el.getAttribute("data-timezone-label")) return;

    var timeStart = el.getAttribute("data-event-time");
    var timeEnd = el.getAttribute("data-event-time-end");
    var eventTz = el.getAttribute("data-event-timezone");
    if (!timeStart || !eventTz) return;

    function convertTime(time) {
        var parts = time.split(":");
        var hour = parseInt(parts[0], 10);
        var minute = parseInt(parts[1], 10);

        var today = new Date();
        var dateStr = today.getFullYear() + "-" +
            String(today.getMonth() + 1).padStart(2, "0") + "-" +
            String(today.getDate()).padStart(2, "0") + "T" +
            String(hour).padStart(2, "0") + ":" +
            String(minute).padStart(2, "0") + ":00";

        var eventFormatter = new Intl.DateTimeFormat("en-US", {
            timeZone: eventTz,
            year: "numeric", month: "2-digit", day: "2-digit",
            hour: "2-digit", minute: "2-digit", second: "2-digit",
            hour12: false
        });

        var guess = new Date(dateStr + "Z");
        var eventParts = eventFormatter.formatToParts(guess);
        var eventHour = parseInt(eventParts.find(function(p) { return p.type === "hour"; }).value, 10);
        var diff = hour - eventHour;
        if (diff > 12) diff -= 24;
        if (diff < -12) diff += 24;
        return new Date(guess.getTime() + diff * 3600000);
    }

    var REGIONAL_TZ_LABELS = {"America\/New_York":"ET","America\/Detroit":"ET","America\/Kentucky\/Louisville":"ET","America\/Kentucky\/Monticello":"ET","America\/Indiana\/Indianapolis":"ET","America\/Indiana\/Vincennes":"ET","America\/Indiana\/Winamac":"ET","America\/Indiana\/Marengo":"ET","America\/Indiana\/Petersburg":"ET","America\/Indiana\/Vevay":"ET","America\/Chicago":"CT","America\/Indiana\/Tell_City":"CT","America\/Indiana\/Knox":"CT","America\/Menominee":"CT","America\/North_Dakota\/Center":"CT","America\/North_Dakota\/New_Salem":"CT","America\/North_Dakota\/Beulah":"CT","America\/Denver":"MT","America\/Boise":"MT","America\/Phoenix":"MT","America\/Los_Angeles":"PT","America\/Anchorage":"AKT","America\/Juneau":"AKT","America\/Sitka":"AKT","America\/Metlakatla":"AKT","America\/Yakutat":"AKT","America\/Nome":"AKT","America\/Adak":"HAT","Pacific\/Honolulu":"HAT"};

    try {
        var userTz = Intl.DateTimeFormat().resolvedOptions().timeZone;
        var regionalLabel = REGIONAL_TZ_LABELS[userTz];

        var timeFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz
        });
        var tzFormatter = new Intl.DateTimeFormat("en-GB", {
            hour: "numeric",
            minute: "2-digit",
            hour12: true,
            timeZone: userTz,
            timeZoneName: "short"
        });

        var utcStart = convertTime(timeStart);
        var utcEnd = timeEnd ? convertTime(timeEnd) : null;

        if (regionalLabel) {
            var startText = timeFormatter.format(utcStart);
            if (utcEnd) {
                el.textContent = startText + " \u2013 " + timeFormatter.format(utcEnd) + " " + regionalLabel;
            } else {
                el.textContent = startText + " " + regionalLabel;
            }
        } else if (utcEnd) {
            el.textContent = timeFormatter.format(utcStart) + " \u2013 " + tzFormatter.format(utcEnd);
        } else {
            el.textContent = tzFormatter.format(utcStart);
        }
    } catch (e) {
        // Keep original text on error
    }
})();
</script>



<div class="event-multimedia">
            <img decoding="async"
            class="event-multimedia__image"
            loading="lazy"
            src="https://totara.com/wp-content/uploads/2026/05/webinar_website-image_Introducing-BuildAI.jpg"
            alt="BuildAI preview"
            srcset="https://totara.com/wp-content/uploads/2026/05/webinar_website-image_Introducing-BuildAI.jpg 940w, https://totara.com/wp-content/uploads/2026/05/webinar_website-image_Introducing-BuildAI-300x136.jpg 300w, https://totara.com/wp-content/uploads/2026/05/webinar_website-image_Introducing-BuildAI-768x347.jpg 768w"
            sizes="(max-width: 940px) 100vw, 940px"
        />
    </div>



<div class="full-text-block-container">
    <div class="wrapper">
        <div class="full-text-block__content richText">
            <p style="font-weight: 400;">Transform essential policies, procedures, and documents into smart learning experiences, or use prompts to create from scratch &#8211; <b><strong>in minutes, not weeks.</strong></b></p>
<p style="font-weight: 400;">BuildAI is friendly and intuitive to use. Smart prompts help you focus on your audience needs and tailors the content to meet their learning objectives. Layout, content and quizzes are created in a flash, ready for you to review, edit and publish.</p>
<p style="font-weight: 400;"><b><strong>Join our </strong></b>webinar for a first look at how BuildAI:</p>
<ul>
<li>Turns essential organisational knowledge into trackable, reportable training</li>
<li>Delivers speed and scale that’s always on-brand</li>
<li>Empowers your SMEs and non-learning designers to share knowledge</li>
<li>Uses prompts to guide you through the creation process</li>
<li>Seamlessly integrates into your Totara site</li>
<li>Is being used – we&#8217;ll share case studies and use cases</li>
</ul>
        </div>
    </div>
</div>



<div class="event-simple-speaker">
            <h2 class="event-simple-speaker__title" style="text-align: left;">Meet the speaker</h2>
    
            <div class="event-simple-speaker__grid">
                            <div class="event-simple-speaker__card">
                                            <img decoding="async"
                            class="event-simple-speaker__photo"
                            loading="lazy"
                            src="https://totara.com/wp-content/uploads/2026/05/lee-cooper-headshot-300x300.jpeg"
                            alt="lee cooper"
                            srcset="https://totara.com/wp-content/uploads/2026/05/lee-cooper-headshot-300x300.jpeg 300w, https://totara.com/wp-content/uploads/2026/05/lee-cooper-headshot-150x150.jpeg 150w, https://totara.com/wp-content/uploads/2026/05/lee-cooper-headshot-768x768.jpeg 768w, https://totara.com/wp-content/uploads/2026/05/lee-cooper-headshot.jpeg 800w"
                            sizes="auto, (max-width: 200px) 100vw, 200px"
                            width="120"
                            height="120"
                        />
                                                                <p class="event-simple-speaker__name">Lee Cooper</p>
                                                                <div class="event-simple-speaker__job"><p>Senior Solutions Manager at Totara Learning</p>
</div>
                                    </div>
                    </div>
    </div>
<p>The post <a href="https://totara.com/us/events/introducing-buildai-ai-powered-course-creation-in-totara/">Introducing BuildAI – AI-powered course creation in Totara</a> appeared first on <a href="https://totara.com/us/">Totara Learning</a>.</p>
]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/05/webinar_website-image_Introducing-BuildAI.jpg" />
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/05/webinar_website-image_Introducing-BuildAI.jpg" medium="image">
			<media:title type="html">BuildAI preview</media:title>
		</media:content>
		<media:content url="https://totara.com/us/totara.com/us/wp-content/uploads/2026/05/lee-cooper-headshot-300x300.jpeg" medium="image">
			<media:title type="html">lee cooper</media:title>
		</media:content>
	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: totara.com @ 2026-09-20 09:30:32 by W3 Total Cache
-->