<?xml version='1.0' encoding='utf-8' ?>
<iCalendar xmlns:pentabarf='http://pentabarf.org' xmlns:xCal='urn:ietf:params:xml:ns:xcal'>
    <vcalendar>
        <version>2.0</version>
        <prodid>-//Pentabarf//Schedule//EN</prodid>
        <x-wr-caldesc></x-wr-caldesc>
        <x-wr-calname></x-wr-calname>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>3CNMCB@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-3CNMCB</pentabarf:event-slug>
            <pentabarf:title>Welcome to KiCon</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250911T090000</dtstart>
            <dtend>20250911T094000</dtend>
            <duration>0.04000</duration>
            <summary>Welcome to KiCon</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/3CNMCB/</url>
            <location>Main KiCon Presentation Space</location>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>ZWQ7WX@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-ZWQ7WX</pentabarf:event-slug>
            <pentabarf:title>How can AI - LLMs and VLMs - be useful in KiCad</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250911T094000</dtstart>
            <dtend>20250911T102000</dtend>
            <duration>0.04000</duration>
            <summary>How can AI - LLMs and VLMs - be useful in KiCad</summary>
            <description>This session is a practical demonstration of what is possible when AI is given the right tools to understand a hardware project. We will show how this structured approach moves beyond simple chatbots to create a genuinely useful design copilot.

The talk will be structured as follows:

**1. Live Demo: An AI Copilot for KiCad (15 min)**

We will begin with a live demonstration of the AmpereBrain AI assistant, showcasing its multi-level understanding of a KiCad project:

*   **High-Level Task (Project Specs):** We&#x27;ll ask the AI to &quot;Update the specifications to require reverse-polarity protection on the main power input.&quot; The AI will read and apply a diff to the `specifications.md` file.
*   **Structural Analysis (Schematic View):** We&#x27;ll then ask, &quot;Show me the power input circuit and check if it has a protection diode.&quot; The AI will generate a Mermaid diagram of the relevant schematic section for review.
*   **Detailed Query (Component Data):** Following up, we&#x27;ll ask, &quot;What is the maximum reverse voltage of diode D1?&quot; The AI will find the component, access its linked datasheet, and provide the specific parameter.
*   **Basic Design Review:** Finally, we&#x27;ll ask the AI to &quot;Verify that every IC has a bypass capacitor connected between its power and ground pins,&quot; demonstrating its ability to traverse the netlist to perform simple design rule checks.

**2. How It Works: A Structured Approach to AI (10 min)**

After the demo, we&#x27;ll briefly explain the core concepts that make this possible:

*   **The Foundation: Multi-Level Context:** We&#x27;ll show how the AI builds a holistic understanding by processing the project at three levels:
    1.  **Intent:** Reading Markdown files (`requirements.md`, `specifications.md`) to grasp project goals.
    2.  **Structure:** Parsing the schematic to create block diagrams and understand circuit topology.
    3.  **Detail:** Accessing individual symbol properties and datasheet content.
*   **Organizing the AI Workforce:** We&#x27;ll introduce our two agent architectures: a hierarchical &quot;Orchestrator&quot; for delegating simple tasks and a collaborative &quot;Swarm&quot; for solving more complex problems. We&#x27;ll outline the roles of the specialist agents (circuit expert, documentation writer, calculator).

**3. The Future: From Proof-of-Concept to Product (5 min)**

This proof-of-concept is the first step. We will conclude by discussing the roadmap to a commercial product:

*   **The Key to Reliable Editing: Schematics as Code.** We&#x27;ll explain our core principle: for an AI to safely *edit* a design, schematic elements like placement and wiring must be represented as structured, version-controllable text.
*   **The Roadmap:** We will outline the path from this POC to a robust design tool. While the core file-parsing engine is open-source, the advanced AI features shown are part of the AmpereBrain commercial offering. Our goal is to build a reliable, professional tool that leverages AI to accelerate the hardware design process.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/ZWQ7WX/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>Charles Henri Gayot</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>WQLGCX@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-WQLGCX</pentabarf:event-slug>
            <pentabarf:title>KiCad Project Status</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250911T105000</dtstart>
            <dtend>20250911T115000</dtend>
            <duration>1.00000</duration>
            <summary>KiCad Project Status</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/WQLGCX/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>Wayne Stambaugh</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>JMLQLH@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-JMLQLH</pentabarf:event-slug>
            <pentabarf:title>Drag-and-drop libraries: Git-Powered, AI-Supercharged Component Management</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250911T130000</dtstart>
            <dtend>20250911T132000</dtend>
            <duration>0.02000</duration>
            <summary>Drag-and-drop libraries: Git-Powered, AI-Supercharged Component Management</summary>
            <description>This session is a practical demonstration of how to eliminate library management friction and build an intelligent, automated component ecosystem. We will move beyond theory and show you a system that works today.

The talk will cover:

The &quot;One-Click&quot; Library Setup (5 min): We&#x27;ll start by configuring a project&#x27;s library system by linking it to a remote Git repository with a single command. This sets the stage for a robust, version-controlled, and shareable library.

Drag-and-Drop Component Ingestion (5 min): A live demo of the core workflow. We will drag a component .zip file into AmpereBrain, and you will see it automatically:

Extract the symbol, footprint, and 3D model.
Place them into the correct directory structure within the local Git repository and edit the paths accordingly.
Commit the new component with a descriptive message and push it to the remote library.
The Intelligent Datasheet Engine (5 min): We&#x27;ll showcase the multi-tiered datasheet system in action. When a component is added or a project is loaded, AmpereBrain automatically:

Offer to search for the datasheet if one isn&#x27;t provided.
Downloads and processes the PDF into clean, searchable Markdown for local and custom components.
Creates a direct link for global components to save space.
Query Your Schematics or Library with an LLM (5 min): We will demonstrate how the processed datasheets are fed to a local Large Language Model. You&#x27;ll see us ask questions directly like:

&quot;What is the maximum operating temperature for U1?&quot;
&quot;Find me a capacitor in my library with a value between 1uF and 10uF and a voltage rating of at least 25V.&quot;
&quot;Does this op-amp have a rail-to-rail output?&quot;
This talk is for every KiCad user who wants to spend less time managing files and more time designing. You will leave with a clear understanding of how to build a smarter, more automated library workflow.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/JMLQLH/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>Charles Henri Gayot</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>KFXGHP@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-KFXGHP</pentabarf:event-slug>
            <pentabarf:title>Towards a Unified Schematic for Simulation and Design in KiCad</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250911T132000</dtstart>
            <dtend>20250911T134000</dtend>
            <duration>0.02000</duration>
            <summary>Towards a Unified Schematic for Simulation and Design in KiCad</summary>
            <description>This session will provide a practical guide to eliminating the need for separate design and simulation schematics. We will demonstrate how to use a single source of truth for your design while supporting multiple, complex simulation scenarios.

The talk will be structured as follows:

The Problem: A Tale of Two Schematics (5 min): We&#x27;ll begin by outlining the common pain points of the traditional workflow: design-for-layout vs. design-for-simulation, the difficulty of managing simulation-only components, and the risk of the two schematics drifting apart over time.

The Solution: Simulation as a View, Not a File (10 min): We will introduce the core concept of our approach: treating simulation setup as a &quot;view&quot; of your main schematic. Instead of editing files, you define logical blocks using KiCad&#x27;s grouping feature. We&#x27;ll show how AmpereBrain:

Uses these named groups (e.g., &quot;Power Supply,&quot; &quot;Amplifier Stage,&quot; &quot;Digital Logic&quot;) as the building blocks for simulation.
Allows you to define a simulation run by simply selecting which groups to include.
Automatically identifies and excludes components that are irrelevant to simulation, such as parts marked &quot;DNP&quot; (Do Not Populate), mounting hardware, and fiducials, ensuring a clean netlist without manual intervention.
Live Demo: Multi-Simulation Management (10 min): A live demonstration of the workflow in action. We will take a standard amplifier circuit and perform several simulation runs from the same schematic:

DC Operating Point: We&#x27;ll run a baseline simulation including the &quot;Power Supply&quot; and &quot;Amplifier Stage&quot; groups.
AC Analysis: We will then define a new simulation view that excludes the &quot;Power Supply&quot; group and includes an &quot;AC Source&quot; group to perform a frequency response analysis on the amplifier.
Noise Analysis: Finally, we&#x27;ll show how to simulate only the &quot;Amplifier Stage&quot; group to isolate and analyze its noise performance without interference from other circuit blocks.
The Future: CI/CD for Hardware and AI-Driven TDD (5 min): We&#x27;ll conclude by connecting this methodology to the future of hardware development.

Bringing CI/CD to Hardware: By defining simulation setups as code, we can create a &quot;simulation test suite.&quot; This allows for automated, repeatable verification of circuit performance, much like a CI/CD pipeline in software. We can even introduce metrics like &quot;simulation coverage&quot; to ensure all critical blocks are tested, where the results sit as part of the ERC.
AI-Generated Tests: The next step is to use AI to automate the creation of this test suite. We envision an AI that reads the project requirements and automatically generates the necessary simulation configurations to verify them, effectively enabling Test-Driven Development (TDD) for hardware design.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/KFXGHP/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>Charles Henri Gayot</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>XTZAPW@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-XTZAPW</pentabarf:event-slug>
            <pentabarf:title>Licensing of hardware designs and AI/LLM learning</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250911T134000</dtstart>
            <dtend>20250911T141000</dtend>
            <duration>0.03000</duration>
            <summary>Licensing of hardware designs and AI/LLM learning</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/XTZAPW/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>cpresser</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>QV8PEN@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-QV8PEN</pentabarf:event-slug>
            <pentabarf:title>Implementing netclass to netclass constraints using custom DRC</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250911T144000</dtstart>
            <dtend>20250911T152000</dtend>
            <duration>0.04000</duration>
            <summary>Implementing netclass to netclass constraints using custom DRC</summary>
            <description>This talk will use an offline converter as its basis for setting up improved constraints. An offline converter is a good example of a design where rudimentary netclass rules are insufficient to ensure correct electrical spacing and clearances. KiCAD allows the user to enter custom constraints which can be used to improve the rudimentary netclass rules, that can be entered via the user interface. The presentation will go through the following topics:

* Short introduction to constraints and why they are important
* Introduction to the offline converter and why it is necessary to use improved constraint management
* A step by step guide to incorporate the constraint management in your designs and entering the needed custom rules
* Q &amp; A</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/QV8PEN/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>Sigurd Henriksen</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>X3ZQCG@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-X3ZQCG</pentabarf:event-slug>
            <pentabarf:title>Variants</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250911T152000</dtstart>
            <dtend>20250911T160000</dtend>
            <duration>0.04000</duration>
            <summary>Variants</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/X3ZQCG/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>Wayne Stambaugh</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>3EMKDH@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-3EMKDH</pentabarf:event-slug>
            <pentabarf:title>KiCad Developer Roundtable</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250911T160000</dtstart>
            <dtend>20250911T170000</dtend>
            <duration>1.00000</duration>
            <summary>KiCad Developer Roundtable</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/3EMKDH/</url>
            <location>Main KiCon Presentation Space</location>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>QKSUQQ@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-QKSUQQ</pentabarf:event-slug>
            <pentabarf:title>Design for Manufacturability (DFM) Best Practices with KiCad</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250912T090000</dtstart>
            <dtend>20250912T094000</dtend>
            <duration>0.04000</duration>
            <summary>Design for Manufacturability (DFM) Best Practices with KiCad</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/QKSUQQ/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>Pierre Ribeiro Gomes</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>SLVWNR@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-SLVWNR</pentabarf:event-slug>
            <pentabarf:title>Setting up Electronics Manufacturing from Scratch: One Year into the Journey</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250912T094000</dtstart>
            <dtend>20250912T103000</dtend>
            <duration>0.05000</duration>
            <summary>Setting up Electronics Manufacturing from Scratch: One Year into the Journey</summary>
            <description>Our work is based on our belief that accessible high-mix/low-volume manufacturing of electronics in Europe is economically viable and depends on small innovative companies.

By using open-source hardware and software wherever possible, we strive to solve this challenge in a way that allows us to share the solutions and collectively reclaim ownership of the means of production. Our talk will cover various elements of this concept, including:

* The economics of in-house PCB assembly, soldering and testing
* Managing design data and component inventory using KiCAD and InvenTree
* Handling the boring part: compliance, accounting, etc.
* Common pitfalls that creators encounter when trying to produce and sell their PCB projects

We will show case examples of how by building our own custom tools, we can gear our entire business towards high-mix/low-volume that enable unique production capabilities.

To learn more about Eilbek Research and our mission, read here: https://eilbek-research.de/</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/SLVWNR/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>Alexander Willer</attendee>
            
            <attendee>Augustin Bielefeld</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>APGM88@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-APGM88</pentabarf:event-slug>
            <pentabarf:title>Using the new IPC for plugin development</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250912T110000</dtstart>
            <dtend>20250912T113000</dtend>
            <duration>0.03000</duration>
            <summary>Using the new IPC for plugin development</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/APGM88/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>Otto Strydom</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>3CPMVC@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-3CPMVC</pentabarf:event-slug>
            <pentabarf:title>Generating the KiCad libraries - a recent history</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250912T113000</dtstart>
            <dtend>20250912T120000</dtend>
            <duration>0.03000</duration>
            <summary>Generating the KiCad libraries - a recent history</summary>
            <description>This and last year have seen significant progress with KiCad&#x27;s generator framework. We&#x27;ve unified the 3d model and footprint generator repositories, made all 11000+ generated footprints able to regenerate in less than a minute, and built testing and continuous integration to be able to make major changes. And now, we&#x27;re starting to implement some changes and reworks that have been in the pipeline for a while. Last year, we switched pin 1 indicator style across the library. This year, we went from ~30% to over 70% generated footprints delivered to users, and switched all model references to STEP. I want to tell you what is happening behind the scenes and where the generators are going next.</description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/3CPMVC/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>Kliment</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>DKJB9Q@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-DKJB9Q</pentabarf:event-slug>
            <pentabarf:title>Poor mans intro to Wire-Bonding</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250912T133000</dtstart>
            <dtend>20250912T141000</dtend>
            <duration>0.04000</duration>
            <summary>Poor mans intro to Wire-Bonding</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/DKJB9Q/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>Stephan Bökelmann</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>9M8PDH@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-9M8PDH</pentabarf:event-slug>
            <pentabarf:title>Symbolic Linear Circuit Analysis with KiCAD schematics</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250912T143000</dtstart>
            <dtend>20250912T151000</dtend>
            <duration>0.04000</duration>
            <summary>Symbolic Linear Circuit Analysis with KiCAD schematics</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/9M8PDH/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>Anton Montagne</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>N78GXG@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-N78GXG</pentabarf:event-slug>
            <pentabarf:title>Storing more information in your git</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250912T154000</dtstart>
            <dtend>20250912T162000</dtend>
            <duration>0.04000</duration>
            <summary>Storing more information in your git</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/N78GXG/</url>
            <location>Main KiCon Presentation Space</location>
            
            <attendee>Tabea Röthemeyer</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>V8NKVL@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-V8NKVL</pentabarf:event-slug>
            <pentabarf:title>KiCon Europe Closing Session</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250912T162000</dtstart>
            <dtend>20250912T170000</dtend>
            <duration>0.04000</duration>
            <summary>KiCon Europe Closing Session</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Talk</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/V8NKVL/</url>
            <location>Main KiCon Presentation Space</location>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>HJVMJB@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-HJVMJB</pentabarf:event-slug>
            <pentabarf:title>Circuit Simulation with KiCad/ngspice</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250912T100000</dtstart>
            <dtend>20250912T120000</dtend>
            <duration>2.00000</duration>
            <summary>Circuit Simulation with KiCad/ngspice</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/HJVMJB/</url>
            <location>Workshop Room</location>
            
            <attendee>Holger Vogt</attendee>
            
        </vevent>
        
        <vevent>
            <method>PUBLISH</method>
            <uid>NFCDLN@@pretalx.kicad.org</uid>
            <pentabarf:event-id></pentabarf:event-id>
            <pentabarf:event-slug>-NFCDLN</pentabarf:event-slug>
            <pentabarf:title>Recreating the enclosure for an Electric Guitar Effect PCB in FreeCAD from Linus Torvalds&#x27; side-project</pentabarf:title>
            <pentabarf:subtitle></pentabarf:subtitle>
            <pentabarf:language>en</pentabarf:language>
            <pentabarf:language-code>en</pentabarf:language-code>
            <dtstart>20250912T140000</dtstart>
            <dtend>20250912T160000</dtend>
            <duration>2.00000</duration>
            <summary>Recreating the enclosure for an Electric Guitar Effect PCB in FreeCAD from Linus Torvalds&#x27; side-project</summary>
            <description></description>
            <class>PUBLIC</class>
            <status>CONFIRMED</status>
            <category>Workshop</category>
            <url>https://pretalx.kicad.org/kicon-europe-2025/talk/NFCDLN/</url>
            <location>Workshop Room</location>
            
            <attendee>Aleksander Sadowski</attendee>
            
        </vevent>
        
    </vcalendar>
</iCalendar>
