<!DOCTYPE html>
<html>
<head>
  <title>VMware-Calendar DC5</title>
  <link rel="stylesheet" href="css/footer.css">
</head>
<body><link rel="stylesheet" href="css/menu.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">

<nav class="topnav">
  <div class="topnav-inner">
    <a href="./" class="topnav-brand">
      <span class="topnav-brand-icon">&#9881;</span> DC5
    </a>
    <button class="topnav-toggle" id="navToggle" aria-label="Toggle menu">
      <span></span><span></span><span></span>
    </button>
    <div class="topnav-links" id="navLinks">
      <a href="./calendar_view.php"><i class="fa-regular fa-calendar"></i> Events</a>
      <a href="./vmware_releases.php"><i class="fa-solid fa-box-open"></i> VMware Releases</a>
      <a href="./releases.php"><i class="fa-solid fa-list"></i> Tracker</a>
      <div class="topnav-dropdown">
        <button class="topnav-dropdown-btn"><i class="fa-brands fa-github"></i> GitHub <i class="fa-solid fa-caret-down fa-xs"></i></button>
        <div class="topnav-dropdown-content">
          <a href="https://github.com/musil/vSphere_scripts" target="_blank" rel="noopener"><i class="fa-solid fa-code-branch"></i> VMware Scripts</a>
          <a href="https://github.com/musil/vmware-evidence" target="_blank" rel="noopener"><i class="fa-solid fa-file-alt"></i> VM Evidence</a>
        </div>
      </div>
      <a href="https://www.dc5.cz" target="_blank" rel="noopener"><i class="fa-solid fa-globe"></i> DC5.cz</a>
    </div>
  </div>
</nav>

<script>
document.getElementById('navToggle').addEventListener('click', function() {
  document.getElementById('navLinks').classList.toggle('open');
  this.classList.toggle('active');
});
</script>

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Your Company//NONSGML//EN
BEGIN:VEVENT
DTSTART:20260802
DTEND:20260802
SUMMARY:NSX 4.x
DESCRIPTION:
URL:https://www.vmware.com
END:VEVENT
BEGIN:VEVENT
DTSTART:20250407
DTEND:20250407
SUMMARY:NSX-T Data Center 3.x
DESCRIPTION:
URL:https://www.vmware.com
END:VEVENT
BEGIN:VEVENT
DTSTART:20240217
DTEND:20240217
SUMMARY:Fusion 13.0.0
DESCRIPTION:
URL:https://www.vmware.com
END:VEVENT
BEGIN:VEVENT
DTSTART:20240217
DTEND:20240217
SUMMARY:Workstation 17.0.0
DESCRIPTION:
URL:https://www.vmware.com
END:VEVENT
BEGIN:VEVENT
DTSTART:20221015
DTEND:20221015
SUMMARY:vSAN 6.7
DESCRIPTION:
URL:https://www.vmware.com
END:VEVENT
BEGIN:VEVENT
DTSTART:20250402
DTEND:20250402
SUMMARY:vSAN 7.0
DESCRIPTION:
URL:https://www.vmware.com
END:VEVENT
BEGIN:VEVENT
DTSTART:20271011
DTEND:20271011
SUMMARY:vSAN 8.0
DESCRIPTION:
URL:https://www.vmware.com
END:VEVENT
BEGIN:VEVENT
DTSTART:20280418
DTEND:20280418
SUMMARY:vSAN 8.0U1
DESCRIPTION:
URL:https://www.vmware.com
END:VEVENT
BEGIN:VEVENT
DTSTART:20230715
DTEND:20230715
SUMMARY:Cloud Director 10.3
DESCRIPTION:
URL:https://www.vmware.com
END:VEVENT
BEGIN:VEVENT
DTSTART:20240714
DTEND:20240714
SUMMARY:Cloud Director 10.4
DESCRIPTION:
URL:https://www.vmware.com
END:VEVENT
BEGIN:VEVENT
DTSTART:20250402
DTEND:20250402
SUMMARY:ESXi 7.0
DESCRIPTION:vSphere ESXi 7.0
URL:https://www.vmware.com
END:VEVENT
BEGIN:VEVENT
DTSTART:20271011
DTEND:20271011
SUMMARY:ESXi 8.0
DESCRIPTION:vSphere ESXi 8.0
URL:https://www.vmware.com
END:VEVENT
END:VCALENDAR<footer class="site-footer">
	<div class="site-footer-inner">
		<div class="site-footer-top">
			<div class="site-footer-brand">
				<span>&#9881;</span>
				<span>DC5 VMware Calendar</span>
			</div>

			<div class="site-footer-version">
				Version:
				<strong>5.2</strong>
			</div>
		</div>

		<div class="site-footer-line"></div>

		<div class="site-footer-meta">
			<span>Data source:</span>
			<a href="https://www.virten.net/vmware/product-release-tracker/" target="_blank" rel="noopener">virten.net / VMware Product Release Tracker</a>
		</div>

		<div class="site-footer-copy">
			&copy; 2026 DC5.cz. All rights reserved.
		</div>
	</div>
</footer>

</body>
</html>
