{"id":103571,"date":"2024-07-15T18:10:45","date_gmt":"2024-07-15T16:10:45","guid":{"rendered":"https:\/\/nextcloud.com\/?page_id=103571"},"modified":"2024-11-07T14:17:26","modified_gmt":"2024-11-07T13:17:26","slug":"enterprise-day","status":"publish","type":"page","link":"https:\/\/nextcloud.com\/nl\/enterprise-day\/","title":{"rendered":"Nextcloud Enterprise Day 2024"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_section video_bg=&#8221;yes&#8221; video_bg_url=&#8221;https:\/\/nextcloud.com\/c\/uploads\/2024\/10\/ed-2024-30-second-B-roll.mp4&#8243; el_class=&#8221;titlebar enterprise_day&#8221; css=&#8221;.vc_custom_1728553288245{padding-top: 10rem !important;padding-bottom: 5rem !important;background-image: url(https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/frankfurt-sunset-skyline-1.jpg?id=244868) !important;}&#8221;][vc_row gap=&#8221;30&#8243; content_placement=&#8221;bottom&#8221;][vc_column offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;event_date simple&#8221;]<\/p>\n<p style=\"text-align: center;\"><i class=\"fas fa-calendar-alt\"><\/i> November 6, 2024 <i class=\"fas fa-map-marker-alt\"><\/i> Frankfurt, Germany<\/p>\n<p>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1728462409085{margin-top: 0px !important;}&#8221; el_class=&#8221;page-title&#8221;]<\/p>\n<h1>Nextcloud<br \/>\nEnterprise Day 2024<\/h1>\n<p>[\/vc_column_text][vc_column_text css=&#8221;&#8221; el_class=&#8221;page-subtitle notBold&#8221;]<\/p>\n<h4>Designed for IT professionals, project managers, and decision-makers, this event will help you shape your strategy and maximize the value of your content collaboration platform.<\/h4>\n<p>[\/vc_column_text][vc_row_inner gap=&#8221;10&#8243; el_class=&#8221;btns-inline left&#8221; css=&#8221;.vc_custom_1689257905215{margin-bottom: 2rem !important;}&#8221;][vc_column_inner el_class=&#8221;positionRelative&#8221;][vc_btn title=&#8221;Register now&#8221; i_icon_fontawesome=&#8221;fas fa-edit&#8221; css=&#8221;&#8221; add_icon=&#8221;true&#8221; link=&#8221;title:Register%20now&#8221; el_class=&#8221;btn-white open-popup-link disabled&#8221;][vc_message message_box_color=&#8221;warning&#8221; icon_fontawesome=&#8221;fas fa-tag&#8221; css=&#8221;&#8221; el_class=&#8221;price_notice_box&#8221;]Tickets sold out![\/vc_message][vc_btn title=&#8221;Check the agenda&#8221; i_icon_fontawesome=&#8221;far fa-calendar-check&#8221; css=&#8221;&#8221; add_icon=&#8221;true&#8221; link=&#8221;url:%23agenda|title:Check%20the%20agenda&#8221; el_class=&#8221;btn-white-outline&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;nc_default_section&#8221; css=&#8221;.vc_custom_1708421643760{margin-top: -7rem !important;}&#8221;][vc_row gap=&#8221;10&#8243; content_placement=&#8221;middle&#8221;][vc_column][vc_row_inner content_placement=&#8221;middle&#8221; gap=&#8221;20&#8243; css=&#8221;.vc_custom_1694107154057{margin-bottom: 3.5rem !important;}&#8221;][vc_column_inner offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;][\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;][vc_video link=&#8221;https:\/\/www.youtube.com\/watch?v=BlVtMwTaTD4&#8243; css=&#8221;&#8221;][vc_single_image image=&#8221;244863&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; css=&#8221;&#8221; el_class=&#8221;imageRoundShadow hidden&#8221;][vc_column_text css=&#8221;&#8221;]<\/p>\n<h3 style=\"text-align: center;\">Stay tuned for Nextcloud Enterprise Day 2025!<\/h3>\n<p>[\/vc_column_text][vc_separator color=&#8221;custom&#8221; border_width=&#8221;2&#8243; el_width=&#8221;20&#8243; el_class=&#8221;nc_separator_line&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;hidden&#8221;]<\/p>\n<p style=\"text-align: center;\">\t\t\n\n\t\t\n\t\t<div id=\"countdown\" class=\"countdown blue\"><\/div>\n\t\t<script>\n\t\t\/\/ Set the date we're counting down to\n\t\tvar countDownDate = new Date(\"Nov 6, 2024 09:00:00\").getTime();\n\t\t\/\/ Update the count down every 1 second\n\t\tvar x = setInterval(function() {\n\n\t\t\/\/ Get today's date and time\n\t\tvar now = new Date().getTime();\n\t\t\t\n\t\t\/\/ Find the distance between now and the count down date\n\t\tvar distance = countDownDate - now;\n\t\t\t\n\t\t\/\/ Time calculations for days, hours, minutes and seconds\n\t\tvar days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n\t\tvar hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n\t\tvar minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n\t\tvar seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n\n\t\t\n\t\tif(days == 1){\n\t\t\tvar days_label = \"Dag\";\n\t\t} else {\n\t\t\tvar days_label = \"Dagen\";\n\t\t}\n\n\t\tif(hours == 1){\n\t\t\tvar hours_label = \"hour\";\n\t\t} else {\n\t\t\tvar hours_label = \"Uren\";\n\t\t}\n\n\t\tif(minutes == 1){\n\t\t\tvar minutes_label = \"Minute\";\n\t\t} else {\n\t\t\tvar minutes_label = \"Minuten\";\n\t\t}\n\n\t\tif(seconds == 1){\n\t\t\tvar seconds_label = \"second\";\n\t\t} else {\n\t\t\tvar seconds_label = \"Seconden\";\n\t\t}\n\t\t\n\t\t\t\n\t\t\/\/ Output the result in an element with id=\"demo\"\n\t\tvar full_content = '';\n\t\tvar days_div = \"<div class='days'>\" + days + \"<span class=''>\"+days_label+\"<\/span><\/div>\";\n\t\t\n\t\tif(days != 0){\n\t\t\tfull_content = full_content + days_div;\n\t\t}\n\t\t\n\t\tfull_content = full_content + \"<div class='hours'>\" +hours + \"<span class=''>\"+hours_label+\"<\/span><\/div>\" + \"<div class='min'>\" + minutes + \"<span class=''>\"+minutes_label+\"<\/span><\/div>\" + \"<div class='sec'>\" + seconds + \"<span class=''>\"+seconds_label+\"<\/span><\/div>\";\n\n\t\tdocument.getElementById(\"countdown\").innerHTML = full_content;\n\t\t\t\n\t\t\/\/ If the count down is over, write some text \n\t\tif (distance < 0) {\n\t\t\tclearInterval(x);\n\t\t\tdocument.getElementById(\"countdown\").innerHTML = \" - \";\n\t\t}\n\t\t}, 1000);\n\t\t<\/script>\n\t\t<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;][\/vc_column_inner][\/vc_row_inner][vc_row_inner equal_height=&#8221;yes&#8221; el_class=&#8221;justifyContenCenter&#8221;][vc_column_inner width=&#8221;1\/3&#8243;]<div class=\"nc_iconbox feature_iconbox \"><a href=\"#agenda\" target=\"\" title=\"\" class=\"\"><div class=\"iconbox_container \"><div class=\"icon\"><i class=\"fas fa-calendar-alt\"><\/i><\/div>\n\t<div class=\"title_and_description\"><h4 class=\"title\">Event schedule<\/h4><div class=\"description\">The event will be held on Wednesday, November 6, 2024 in Frankfurt am Main, Germany.<\/div><span class=\"see_more\">See more <svg id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" version=\"1.1\" viewBox=\"0 0 24 24\"><path class=\"st0\" d=\"M12.6,12l-4.6-4.6,1.4-1.4,6,6-6,6-1.4-1.4,4.6-4.6Z\"\/><\/svg><\/span><\/div><\/div><\/a><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;]<div class=\"nc_iconbox feature_iconbox \"><a href=\"#venue\" target=\"\" title=\"Location\" class=\"\"><div class=\"iconbox_container \"><div class=\"icon\"><i class=\"fas fa-map-marked-alt\"><\/i><\/div>\n\t<div class=\"title_and_description\"><h4 class=\"title\">Location<\/h4><div class=\"description\">We'll meet in Frankfurt at the spectacular Radisson Blu located at Franklinstra\u00dfe 65, 60486 Frankfurt am Main.<\/div><span class=\"see_more\">See more <svg id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" version=\"1.1\" viewBox=\"0 0 24 24\"><path class=\"st0\" d=\"M12.6,12l-4.6-4.6,1.4-1.4,6,6-6,6-1.4-1.4,4.6-4.6Z\"\/><\/svg><\/span><\/div><\/div><\/a><\/div>[\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;]<div class=\"nc_iconbox feature_iconbox ed_sponsors \"><a href=\"#sponsors\" target=\"\" title=\"Sponsors\" class=\"\"><div class=\"iconbox_container \"><div class=\"icon\"><div class=\"attached_images\"><div class=\"img_holder\"><img decoding=\"async\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2022\/11\/LOGO_IONOS.svg\" class=\"attached_image\" \/><\/div><div class=\"img_holder\"><img decoding=\"async\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/10\/Bechtle_logo_new.svg\" class=\"attached_image\" \/><\/div><div class=\"img_holder\"><img decoding=\"async\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/02\/OVHcloud-logo-row.svg\" class=\"attached_image\" \/><\/div><\/div><\/div>\n\t<div class=\"title_and_description\"><h4 class=\"title\">Sponsors<\/h4><div class=\"description\">We are excited to present the Nextcloud Enterprise Day sponsors, showcasing industry leaders who bring innovation and excellence.<\/div><span class=\"see_more\">See more <svg id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" version=\"1.1\" viewBox=\"0 0 24 24\"><path class=\"st0\" d=\"M12.6,12l-4.6-4.6,1.4-1.4,6,6-6,6-1.4-1.4,4.6-4.6Z\"\/><\/svg><\/span><\/div><\/div><\/a><\/div>[\/vc_column_inner][\/vc_row_inner][vc_btn title=&#8221;See all events&#8221; align=&#8221;left&#8221; i_align=&#8221;right&#8221; i_icon_fontawesome=&#8221;fas fa-angle-right&#8221; css=&#8221;.vc_custom_1667568739823{margin-top: 2rem !important;}&#8221; add_icon=&#8221;true&#8221; el_class=&#8221;btn-main&#8221; link=&#8221;url:%2Fevents%2F|title:See%20all%20Nextcloud%20events&#8221;][\/vc_column][vc_column el_class=&#8221;btns-inline-centered hidden&#8221;][vc_btn title=&#8221;Everything you need to know&#8221; i_icon_fontawesome=&#8221;fas fa-info-circle&#8221; css=&#8221;&#8221; add_icon=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fnextcloud.com%2Fblog%2Feverything-you-need-to-know-for-the-nextcloud-conference-2%2F|target:_blank&#8221; el_class=&#8221;btn-main&#8221;][vc_btn title=&#8221;Livestream&#8221; i_icon_fontawesome=&#8221;fab fa-youtube&#8221; add_icon=&#8221;true&#8221; link=&#8221;url:http%3A%2F%2Fyoutube.com%2F|title:Livestream|target:_blank&#8221; el_class=&#8221;btn-outline youtube&#8221;][\/vc_column][\/vc_row][vc_row][vc_column el_class=&#8221;btns-inline-centered&#8221;][vc_btn title=&#8221;Register now&#8221; align=&#8221;center&#8221; i_icon_fontawesome=&#8221;fas fa-edit&#8221; css=&#8221;&#8221; add_icon=&#8221;true&#8221; link=&#8221;title:Register%20now&#8221; el_class=&#8221;btn-main open-popup-link disabled&#8221;][vc_btn title=&#8221;Speakers&#8221; i_icon_fontawesome=&#8221;fas fa-microphone-alt&#8221; css=&#8221;&#8221; add_icon=&#8221;true&#8221; link=&#8221;url:%23speakers|title:Speakers&#8221; el_class=&#8221;btn-outline&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;nc_default_section lightBG&#8221; css=&#8221;.vc_custom_1723189503026{margin-bottom: 0px !important;padding-bottom: 4rem !important;}&#8221; el_id=&#8221;agenda&#8221;][vc_row][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;left-side-text fixedScroll&#8221; css=&#8221;.vc_custom_1687165905512{padding-top: 3rem !important;}&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text el_class=&#8221;nc_text_as_separator&#8221;]<\/p>\n<p style=\"text-align: center;\">Event schedule<\/p>\n<p>[\/vc_column_text][vc_column_text el_class=&#8221;nc-section-title&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Why you can\u2019t miss this<br \/>\nNextcloud event<\/h2>\n<p>[\/vc_column_text][vc_separator color=&#8221;custom&#8221; border_width=&#8221;2&#8243; el_width=&#8221;20&#8243; el_class=&#8221;nc_separator_line&#8221;][vc_column_text css=&#8221;&#8221;]<\/p>\n<p style=\"text-align: center;\">On Wednesday, <strong>November 6th, 2024,<\/strong> we have a program packed with technical talks and success stories designed to help you and your team discover what Nextcloud can do for you. Stay tuned for more announcements!<\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243;][\/vc_column][\/vc_row][vc_row gap=&#8221;30&#8243; equal_height=&#8221;yes&#8221;][vc_column width=&#8221;1\/12&#8243;][\/vc_column][vc_column el_class=&#8221;nc-table schedule&#8221; offset=&#8221;vc_col-lg-10 vc_col-md-10&#8243;][vc_column_text css=&#8221;&#8221;]<\/p>\n<table>\n<thead>\n<tr>\n<td class=\"\">Time<\/td>\n<td class=\"\">Topic<\/td>\n<td class=\"\">Speaker<\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><b>8:00<b><\/b><\/b><\/td>\n<td colspan=\"2\">Registrations and welcome coffee and tea. Meet our partners and our Nextcloud experts at the info booths<\/td>\n<\/tr>\n<tr>\n<td><b>9:00<b><\/b><\/b><\/td>\n<td><strong>Opening keynote &#8220;The future of Nextcloud&#8221;<\/strong><\/td>\n<td>Overview of Nextcloud\u2019s vision, roadmap, and latest updates by CEO and founder Frank Karlitschek and the Nextcloud team<\/td>\n<\/tr>\n<tr>\n<td><b>10:30<\/b><\/td>\n<td colspan=\"2\"><b>Break and networking<b><\/b><\/b><\/td>\n<\/tr>\n<tr>\n<td>11:00<\/td>\n<td><span lang=\"EN-US\">Schleswig-Holstein and Nextcloud: Driving digital transformation through collaboration, automation and artificial intelligence<\/span><\/td>\n<td>Felix Gebauer, Program Lead and Project Manager for the transition to Open Source Software in the Schleswig-Holstein state administration<\/td>\n<\/tr>\n<tr>\n<td>11:30<\/td>\n<td>\n<p data-pm-slice=\"1 1 [&quot;bulletList&quot;,{&quot;isList&quot;:true,&quot;bullet&quot;:&quot;-&quot;},&quot;listItem&quot;,{}]\">Air gapped Nextcloud: Ultimate security for the most critical data<\/p>\n<\/td>\n<td>Bj\u00f6rn Schie\u00dfle, PreSales Lead and Co-Founder of Nextcloud<\/td>\n<\/tr>\n<tr>\n<td>11:45<\/td>\n<td>Nextcloud powered by MariaDB: scalable collaboration with high availability<\/td>\n<td>Stefan Schmit, Solution Engineer at MariaDB<\/td>\n<\/tr>\n<tr>\n<td><b>12:00<\/b><\/td>\n<td colspan=\"2\"><b>Lunch and networking<\/b><\/td>\n<\/tr>\n<tr>\n<td>13:30<\/td>\n<td>Migrating from SharePoint to Nextcloud: What we&#8217;ve learned<\/td>\n<td>Dr. Frank Dengler, CEO and Founder of audriga<\/td>\n<\/tr>\n<tr>\n<td>13:45<\/td>\n<td>\n<p data-pm-slice=\"1 1 []\">Bechtle Managed Worksuite Nextcloud \u2013 Care less Do more<\/p>\n<\/td>\n<td>Manuel Thellmann, Cloud Expert Sales Public Sector at Bechtle<\/td>\n<\/tr>\n<tr>\n<td>14:00<\/td>\n<td>Achieve more with Nextcloud Ultimate: AI, process automation and integrations<\/td>\n<td>Jos Poortvliet, Director Communications<br \/>\nand Co-Founder of Nextcloud<\/td>\n<\/tr>\n<tr>\n<td>14:15<\/td>\n<td>The Strength of Nextcloud Ultimate: Bridging Microsoft via Sendent<\/td>\n<td>Richard Marx, Co-Founder of Sendent<\/td>\n<\/tr>\n<tr>\n<td><b>14:30<\/b><\/td>\n<td colspan=\"2\"><b>Break and networking<\/b><\/td>\n<\/tr>\n<tr>\n<td>15:00<\/td>\n<td>Driving digital independence in Europe with OVHcloud and Nextcloud<\/td>\n<td>Eike Vomberg, Marketing Development Manager at OVHcloud<\/td>\n<\/tr>\n<tr>\n<td>15:15<\/td>\n<td>Round tripping documents at high-fidelity with Nextcloud Office<\/td>\n<td>Michael Meeks, General Manager at Collabora Productivity<\/td>\n<\/tr>\n<tr>\n<td>15:30<\/td>\n<td>Enterprise grade email with Nextcloud and Dovecot<\/td>\n<td>Hans-Georg Kie\u00dfer, Director Presales at Open-Xchange and<\/p>\n<p>Daniel Halbe, Director Presales at Open-Xchange<\/td>\n<\/tr>\n<tr>\n<td>15:45<\/td>\n<td>Managed Nextcloud in practice: AWO, CGIE and more<\/td>\n<td>Dominik Goletz, Senior Account Manager at HKN<\/td>\n<\/tr>\n<tr>\n<td><b>16:00<\/b><\/td>\n<td colspan=\"2\"><b>Break and networking<\/b><\/td>\n<\/tr>\n<tr>\n<td>16:30<\/td>\n<td>Q&amp;A session with the Nextcloud team<\/td>\n<td>Interactive Q&amp;A session addressing attendee questions and feedback<\/td>\n<\/tr>\n<tr>\n<td>17:00<\/td>\n<td>Closing remarks<\/td>\n<td>Summary of the day\u2019s highlights<\/td>\n<\/tr>\n<tr>\n<td>17:15<\/td>\n<td>Networking reception with drinks<\/td>\n<td>Informal networking session with drinks, providing an opportunity for attendees to discuss the day\u2019s events and connect further<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/12&#8243;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text css=&#8221;.vc_custom_1723185457751{margin-top: 1.5rem !important;margin-bottom: 1.5rem !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\"><strong>Stay tuned for upcoming details on success stories and other subjects.<br \/>\n<\/strong><\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;nc_default_section&#8221; css=&#8221;.vc_custom_1728462721418{padding-bottom: 4rem !important;}&#8221; el_id=&#8221;speakers&#8221;][vc_row][vc_column el_class=&#8221;left-side-text fixedScroll&#8221; css=&#8221;.vc_custom_1687165905512{padding-top: 3rem !important;}&#8221; el_id=&#8221;advantages-left-sticky&#8221;][vc_column_text css=&#8221;.vc_custom_1728499197166{margin-bottom: 1.5rem !important;}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Speakers<\/h2>\n<p>[\/vc_column_text][vc_separator color=&#8221;custom&#8221; border_width=&#8221;2&#8243; el_width=&#8221;20&#8243; el_class=&#8221;nc_separator_line&#8221;][vc_row_inner disable_element=&#8221;yes&#8221; css=&#8221;.vc_custom_1728478383433{margin-top: 3rem !important;}&#8221;][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;259600&#8243; img_size=&#8221;full&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; css_animation=&#8221;fadeInLeft&#8221; css=&#8221;&#8221; link=&#8221;https:\/\/nextcloud.com\/blog\/nextcloud-enterprise-day-frankfurt-2024-speaker-spotlight-felix-gebauer\/&#8221; el_class=&#8221;imageRoundShadow&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;nc_default_section&#8221; css=&#8221;.vc_custom_1727333511850{margin-top: 0px !important;margin-bottom: 0px !important;}&#8221; el_id=&#8221;sponsors&#8221;][vc_row gap=&#8221;20&#8243; content_placement=&#8221;middle&#8221;][vc_column el_class=&#8221;text-right centerTablet&#8221;][vc_column_text css=&#8221;&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Enterprise Day sponsors<\/h2>\n<p>[\/vc_column_text][vc_separator color=&#8221;custom&#8221; border_width=&#8221;2&#8243; el_width=&#8221;20&#8243; css=&#8221;&#8221; el_class=&#8221;nc_separator_line&#8221;]      <div class=\"box-repeater\">\n                        <div id=\"ed_sponsors\" class=\"box-repeater-items clients_carousel owl-carousel owl-theme \">\n                  \n                      <div class=\"client_item\">\n\t\t\t\t\t  <div class=\"client_item_inner\">\n\n\t\t\t\t\t  \t\n\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/02\/OVHcloud-logo.svg\" class=\"attachment-full size-full\" alt=\"OVHcloud-logo\" \/>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<\/div>\n                      <\/div>\n                  \n                      <div class=\"client_item\">\n\t\t\t\t\t  <div class=\"client_item_inner\">\n\n\t\t\t\t\t  \t\n\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2022\/11\/LOGO_IONOS.svg\" class=\"attachment-full size-full\" alt=\"1&amp;1 IONOS SE\" \/>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<\/div>\n                      <\/div>\n                  \n                      <div class=\"client_item\">\n\t\t\t\t\t  <div class=\"client_item_inner\">\n\n\t\t\t\t\t  \t\n\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/10\/Bechtle_logo_new.svg\" class=\"attachment-full size-full\" alt=\"Bechtle logo\" \/>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<\/div>\n                      <\/div>\n                  \n                      <div class=\"client_item\">\n\t\t\t\t\t  <div class=\"client_item_inner\">\n\n\t\t\t\t\t  \t\n\t\t\t\t\t\t<img decoding=\"async\" width=\"1927\" height=\"715\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/10\/logo_HKN_color.png\" class=\"attachment-full size-full\" alt=\"HKN logo color\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/10\/logo_HKN_color.png 1927w, https:\/\/nextcloud.com\/c\/uploads\/2024\/10\/logo_HKN_color-300x111.png 300w, https:\/\/nextcloud.com\/c\/uploads\/2024\/10\/logo_HKN_color-1024x380.png 1024w, https:\/\/nextcloud.com\/c\/uploads\/2024\/10\/logo_HKN_color-768x285.png 768w, https:\/\/nextcloud.com\/c\/uploads\/2024\/10\/logo_HKN_color-1536x570.png 1536w\" sizes=\"(max-width: 1927px) 100vw, 1927px\" \/>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<\/div>\n                      <\/div>\n                  \n                      <div class=\"client_item\">\n\t\t\t\t\t  <div class=\"client_item_inner\">\n\n\t\t\t\t\t  \t\n\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/02\/logospacenet.svg\" class=\"attachment-full size-full\" alt=\"SpaceNet logo\" \/>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<\/div>\n                      <\/div>\n                  \n                      <div class=\"client_item\">\n\t\t\t\t\t  <div class=\"client_item_inner\">\n\n\t\t\t\t\t  \t\n\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/10\/MDB-HLogo.svg\" class=\"attachment-full size-full\" alt=\"MDB-HLogo\" \/>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<\/div>\n                      <\/div>\n                                <\/div>\n          \n      <\/div>\n\n\t[\/vc_column][\/vc_row][\/vc_section][vc_section el_id=&#8221;cta-contact&#8221; el_class=&#8221;cta-contact white-text cta_with_background&#8221; css=&#8221;.vc_custom_1728471342726{padding-top: 5rem !important;padding-bottom: 5rem !important;background-image: url(https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-131-copy.jpg?id=245042) !important;}&#8221;][vc_row content_placement=&#8221;middle&#8221;][vc_column el_class=&#8221;text-right&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;][vc_column_text]<\/p>\n<h2>Secure your spot<\/h2>\n<p>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1723185894888{margin-bottom: 2rem !important;}&#8221;]<strong>Register today, secure your spot, and step into a world of collaboration, growth, and success!<\/strong>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1728034083099{margin-bottom: 2rem !important;}&#8221;]Early bird entry price starting at 300\u20ac + 19% VAT<br \/>\n<em>Limited spaces are available!<\/em>[\/vc_column_text][vc_btn title=&#8221;Register now&#8221; align=&#8221;right&#8221; i_icon_fontawesome=&#8221;fas fa-edit&#8221; css=&#8221;.vc_custom_1730985209994{margin-bottom: 0px !important;}&#8221; add_icon=&#8221;true&#8221; el_class=&#8221;btn-white open-popup-link disabled&#8221; link=&#8221;title:Register%20now&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;nc_default_section&#8221; el_id=&#8221;benefits&#8221;][vc_row gap=&#8221;30&#8243; content_placement=&#8221;middle&#8221;][vc_column el_class=&#8221;first_col_stretch_margin_left&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;][vc_column_text el_class=&#8221;nc-section-title&#8221;]<\/p>\n<h2>Benefits of joining the Enterprise Day<\/h2>\n<p>[\/vc_column_text][vc_separator color=&#8221;custom&#8221; align=&#8221;align_left&#8221; border_width=&#8221;2&#8243; el_width=&#8221;20&#8243; el_class=&#8221;nc_separator_line&#8221;][vc_column_text]At Nextcloud Enterprise Day, you get the opportunity to discuss changing demands in business and their impact on IT security. Our experts will help you get ahead of the curve, and benefit from the opportunities while avoiding the downsides of the cloud.[\/vc_column_text][vc_column_text css=&#8221;&#8221;]<\/p>\n<ul class=\"nc-list\">\n<li>Speed up decision making, deployment, integration &amp; development<\/li>\n<li>Customer success stories: Hear directly from organizations that have successfully implemented Nextcloud<\/li>\n<li>OZG 2.0 compliance: Discover how Nextcloud is driving the digitalization through practical applications and case studies<\/li>\n<li>Get the most out of Nextcloud for your business<\/li>\n<li>Meet the decision-makers of Nextcloud<\/li>\n<li>Meet the engineers behind Nextcloud Files, Groupware, Talk and Office<\/li>\n<li>Meet other customers and partners<\/li>\n<li>Find out what\u2019s on the Nextcloud road map and influence it<\/li>\n<\/ul>\n<p>[\/vc_column_text][vc_btn title=&#8221;Register now&#8221; i_icon_fontawesome=&#8221;fas fa-edit&#8221; css=&#8221;.vc_custom_1730985198552{margin-bottom: 0px !important;}&#8221; add_icon=&#8221;true&#8221; el_class=&#8221;btn-main open-popup-link disabled&#8221; link=&#8221;title:Register%20now&#8221;][\/vc_column][vc_column el_class=&#8221;image_col_stretch&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;][vc_single_image image=&#8221;191343&#8243; img_size=&#8221;full&#8221; css=&#8221;&#8221; el_class=&#8221;imageRoundShadow&#8221;][\/vc_column][\/vc_row][vc_row gap=&#8221;20&#8243; content_placement=&#8221;middle&#8221; el_class=&#8221;row_with_gradient rounded ed_france&#8221; css=&#8221;.vc_custom_1725455930389{margin-top: 4rem !important;margin-right: 2rem !important;margin-left: 2rem !important;background-color: #dbedf8 !important;}&#8221;][vc_column width=&#8221;3\/5&#8243;][vc_single_image image=&#8221;252174&#8243; css=&#8221;&#8221; el_class=&#8221;nc-sep-logo hub-icons&#8221;][vc_column_text css=&#8221;&#8221;]<\/p>\n<h2>Can\u2019t make it to Frankfurt? Join us in Paris instead!<\/h2>\n<p>[\/vc_column_text][vc_column_text css=&#8221;&#8221; el_class=&#8221;event_date simple textBlack&#8221;]<i class=\"fas fa-calendar-alt\"><\/i> December 3rd, 2024 <i class=\"fas fa-map-marker-alt\"><\/i> Paris, France[\/vc_column_text][vc_column_text css=&#8221;&#8221;]Two great cities, one powerful event. The choice is yours! Join us for Nextcloud Enterprise Day either in Paris or Frankfurt! Designed for IT professionals, project managers, and decision-makers, this event will help you shape your strategy and maximize the value of your content collaboration platform.[\/vc_column_text][\/vc_column][vc_column width=&#8221;2\/5&#8243;][vc_btn title=&#8221;Register here&#8221; align=&#8221;center&#8221; i_align=&#8221;right&#8221; i_icon_fontawesome=&#8221;fas fa-external-link-alt&#8221; css=&#8221;&#8221; add_icon=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fnextcloud.com%2Fenterprise-day-2024-france%2F|title:Register%20here|target:_blank&#8221; el_class=&#8221;btn-main&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section el_class=&#8221;nc_default_section simple-slider-section&#8221; css=&#8221;.vc_custom_1728473372271{margin-top: 0px !important;padding-top: 0px !important;}&#8221;][vc_row gap=&#8221;30&#8243; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1693220565653{margin-top: 3rem !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;]\t<div data-autoplay=\"true\" class=\"owl-carousel simple_slider_slideshow  \" id=\"\">\n\t<div class=\"item gallery_item\">\t\t\t<a href=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-48-copy-1.jpg\" class=\"simple_slider_slideshow_link\" title=\"Nextcloud-EnterpriseDay24-48-copy\">\n                <img decoding=\"async\" width=\"2000\" height=\"1125\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-48-copy-1.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-48-copy-1.jpg 2000w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-48-copy-1-300x169.jpg 300w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-48-copy-1-1024x576.jpg 1024w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-48-copy-1-768x432.jpg 768w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-48-copy-1-1536x864.jpg 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" \/>            <\/a>\n            <\/div><div class=\"item gallery_item\">\t\t\t<a href=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-191-copy-1.jpg\" class=\"simple_slider_slideshow_link\" title=\"Nextcloud-EnterpriseDay24-191-copy\">\n                <img decoding=\"async\" width=\"2000\" height=\"1125\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-191-copy-1.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-191-copy-1.jpg 2000w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-191-copy-1-300x169.jpg 300w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-191-copy-1-1024x576.jpg 1024w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-191-copy-1-768x432.jpg 768w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-191-copy-1-1536x864.jpg 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" \/>            <\/a>\n            <\/div><div class=\"item gallery_item\">\t\t\t<a href=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-131-copy-1.jpg\" class=\"simple_slider_slideshow_link\" title=\"Nextcloud-EnterpriseDay24-131-copy\">\n                <img decoding=\"async\" width=\"2000\" height=\"1125\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-131-copy-1.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-131-copy-1.jpg 2000w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-131-copy-1-300x169.jpg 300w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-131-copy-1-1024x576.jpg 1024w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-131-copy-1-768x432.jpg 768w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Nextcloud-EnterpriseDay24-131-copy-1-1536x864.jpg 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" \/>            <\/a>\n            <\/div>\t<\/div>\n\t<script>\n    jQuery(document).ready(function ($) {\n\t\tvar stagepadding = 50;\n\t\t\n\n\t\tvar owl_simple_slider = $('.simple_slider_slideshow');\n        owl_simple_slider.owlCarousel({\n            loop:false,\n            stagePadding: stagepadding,\n            \/\/autoWidth:true,\n            autoplay: true,\n            margin:10,\n            dots: false,\n            nav:true,\n            responsive:{\n                0:{\n                    items:1\n                },\n                600:{\n                    items:1\n                },\n                800:{\n                    items:1\n                },\n                1000:{\n                    items:1\n                }\n            },\n\t\t\tonInitialized: function (event) {\n\t\t\t\t\/\/ Remove role=\"presentation\" from arrows\n\t\t\t\t$('.owl-prev, .owl-next').removeAttr('role');\n\t\t\t\t$('.owl-prev, .owl-next').attr('tabindex', 0);\n\t\t\t},\n\t\t\tonDragged: owl_stop_autoplay,\n            autoplayHoverPause:true\n        });\n\n\n\t\t\/\/ Assign original indices to real (non-cloned) items\n\t\towl_simple_slider.find('.owl-item:not(.cloned)').each(function (i) {\n\t\t\t$(this).attr('data-original-index', i);\n\t\t});\n\n\t\t\/\/ Focus handling for links, buttons, inputs, etc.\n\t\towl_simple_slider.on('focusin', '.owl-item a, .owl-item button, .owl-item input', function () {\n\t\t\tconst $focusedItem = $(this).closest('.owl-item');\n\n\t\t\tif (!$focusedItem.length || $focusedItem.hasClass('cloned')) {\n\t\t\t\/\/ Try to find the real item (not a clone)\n\t\t\tconst realIndex = $focusedItem.data('original-index');\n\t\t\tif (typeof realIndex !== 'undefined') {\n\t\t\t\towl_simple_slider.trigger('to.owl.carousel', [realIndex, 300, true]);\n\t\t\t}\n\t\t\treturn;\n\t\t\t}\n\n\t\t\tconst index = $focusedItem.data('original-index');\n\t\t\tif (typeof index !== 'undefined') {\n\t\t\towl_simple_slider.trigger('to.owl.carousel', [index, 300, true]);\n\t\t\t}\n\t\t});\n\n\n\n\t\towl_simple_slider.on('click', function(e) {\n            owl_stop_autoplay();\n            \/\/owl_simple_slider.trigger('stop.owl.autoplay');\n        });\n\n        function owl_stop_autoplay() {\n            \/\/console.log('autoplay stopped.');\n            owl_simple_slider.trigger('stop.owl.autoplay');\n        }\n\n    });\n\t<\/script>\n\t[\/vc_column][vc_column offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;][vc_column_text el_class=&#8221;nc_text_as_separator&#8221;]Enterprise Day[\/vc_column_text][vc_column_text el_class=&#8221;nc-section-title&#8221;]<\/p>\n<h2>Overview of the Enterprise Day talks<\/h2>\n<p>[\/vc_column_text][vc_separator color=&#8221;custom&#8221; align=&#8221;align_left&#8221; border_width=&#8221;2&#8243; el_width=&#8221;20&#8243; el_class=&#8221;nc_separator_line&#8221;][vc_column_text css=&#8221;&#8221;]The Enterprise Day agenda includes business sessions on a variety of enterprise customer use cases, with opportunities to connect with our experts, technology partners, and engineers at info booths. The talks will offer an in-depth look at:[\/vc_column_text][vc_column_text]<\/p>\n<ul class=\"nc-list\">\n<li>Where the industry is and where it\u2019s going<\/li>\n<li>What makes Nextcloud the leading Content Collaboration Platform, illustrated by customer case studies of real use-case scenarios<\/li>\n<li>An overview of the business models you need to avoid being dependent on and why<\/li>\n<li>Nextcloud product news, roadmap and differentiation to competitors<\/li>\n<\/ul>\n<p>[\/vc_column_text][vc_column_text css=&#8221;&#8221;]We provide a place where decision-makers meet senior Nextcloud management, discuss industry trends, and the Nextcloud roadmap. Learn more on the unique benefits Nextcloud offers, educate yourself on our partner offerings, and much more.<\/p>\n<p><em>*Program is subject to change without notice.<\/em>[\/vc_column_text][vc_btn title=&#8221;Register now&#8221; i_icon_fontawesome=&#8221;fas fa-edit&#8221; css=&#8221;.vc_custom_1730985235965{margin-bottom: 0px !important;}&#8221; add_icon=&#8221;true&#8221; el_class=&#8221;btn-main open-popup-link disabled&#8221; link=&#8221;title:Register%20now&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section content_placement=&#8221;middle&#8221; el_class=&#8221;nc_default_section lightBG simple-slider-section vertical&#8221; css=&#8221;.vc_custom_1689332443079{margin-top: 4rem !important;margin-bottom: 0px !important;}&#8221; el_id=&#8221;venue&#8221;][vc_row gap=&#8221;35&#8243; content_placement=&#8221;middle&#8221;][vc_column el_class=&#8221;centerMobile&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;]\t<div data-autoplay=\"true\" class=\"owl-carousel simple_slider_slideshow  \" id=\"\">\n\t<div class=\"item gallery_item\">\t\t\t<a href=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/RadissonBluFront-scaled.jpg\" class=\"simple_slider_slideshow_link\" title=\"RadissonBluFront\">\n                <img decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/RadissonBluFront-scaled.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/RadissonBluFront-scaled.jpg 2560w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/RadissonBluFront-300x200.jpg 300w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/RadissonBluFront-864x576.jpg 864w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/RadissonBluFront-768x512.jpg 768w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/RadissonBluFront-1536x1024.jpg 1536w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/RadissonBluFront-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>            <\/a>\n            <\/div><div class=\"item gallery_item\">\t\t\t<a href=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/frankfurt-sunset-skyline-1.jpg\" class=\"simple_slider_slideshow_link\" title=\"Frankfurt sunset skyline\">\n                <img decoding=\"async\" width=\"1920\" height=\"1280\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/frankfurt-sunset-skyline-1.jpg\" class=\"attachment-full size-full\" alt=\"Frankfurt sunset skyline\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/frankfurt-sunset-skyline-1.jpg 1920w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/frankfurt-sunset-skyline-1-300x200.jpg 300w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/frankfurt-sunset-skyline-1-864x576.jpg 864w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/frankfurt-sunset-skyline-1-768x512.jpg 768w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/frankfurt-sunset-skyline-1-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>            <\/a>\n            <\/div><div class=\"item gallery_item\">\t\t\t<a href=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Lobby-Radisson-Blu-Frankfurt.jpg\" class=\"simple_slider_slideshow_link\" title=\"Lobby-Radisson-Blu-Frankfurt\">\n                <img decoding=\"async\" width=\"1249\" height=\"832\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Lobby-Radisson-Blu-Frankfurt.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Lobby-Radisson-Blu-Frankfurt.jpg 1249w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Lobby-Radisson-Blu-Frankfurt-300x200.jpg 300w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Lobby-Radisson-Blu-Frankfurt-865x576.jpg 865w, https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/Lobby-Radisson-Blu-Frankfurt-768x512.jpg 768w\" sizes=\"(max-width: 1249px) 100vw, 1249px\" \/>            <\/a>\n            <\/div>\t<\/div>\n\t<script>\n    jQuery(document).ready(function ($) {\n\t\tvar stagepadding = 50;\n\t\t\n\n\t\tvar owl_simple_slider = $('.simple_slider_slideshow');\n        owl_simple_slider.owlCarousel({\n            loop:false,\n            stagePadding: stagepadding,\n            \/\/autoWidth:true,\n            autoplay: true,\n            margin:10,\n            dots: false,\n            nav:true,\n            responsive:{\n                0:{\n                    items:1\n                },\n                600:{\n                    items:1\n                },\n                800:{\n                    items:1\n                },\n                1000:{\n                    items:1\n                }\n            },\n\t\t\tonInitialized: function (event) {\n\t\t\t\t\/\/ Remove role=\"presentation\" from arrows\n\t\t\t\t$('.owl-prev, .owl-next').removeAttr('role');\n\t\t\t\t$('.owl-prev, .owl-next').attr('tabindex', 0);\n\t\t\t},\n\t\t\tonDragged: owl_stop_autoplay,\n            autoplayHoverPause:true\n        });\n\n\n\t\t\/\/ Assign original indices to real (non-cloned) items\n\t\towl_simple_slider.find('.owl-item:not(.cloned)').each(function (i) {\n\t\t\t$(this).attr('data-original-index', i);\n\t\t});\n\n\t\t\/\/ Focus handling for links, buttons, inputs, etc.\n\t\towl_simple_slider.on('focusin', '.owl-item a, .owl-item button, .owl-item input', function () {\n\t\t\tconst $focusedItem = $(this).closest('.owl-item');\n\n\t\t\tif (!$focusedItem.length || $focusedItem.hasClass('cloned')) {\n\t\t\t\/\/ Try to find the real item (not a clone)\n\t\t\tconst realIndex = $focusedItem.data('original-index');\n\t\t\tif (typeof realIndex !== 'undefined') {\n\t\t\t\towl_simple_slider.trigger('to.owl.carousel', [realIndex, 300, true]);\n\t\t\t}\n\t\t\treturn;\n\t\t\t}\n\n\t\t\tconst index = $focusedItem.data('original-index');\n\t\t\tif (typeof index !== 'undefined') {\n\t\t\towl_simple_slider.trigger('to.owl.carousel', [index, 300, true]);\n\t\t\t}\n\t\t});\n\n\n\n\t\towl_simple_slider.on('click', function(e) {\n            owl_stop_autoplay();\n            \/\/owl_simple_slider.trigger('stop.owl.autoplay');\n        });\n\n        function owl_stop_autoplay() {\n            \/\/console.log('autoplay stopped.');\n            owl_simple_slider.trigger('stop.owl.autoplay');\n        }\n\n    });\n\t<\/script>\n\t[\/vc_column][vc_column el_class=&#8221;centerMobile&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;][vc_column_text el_class=&#8221;nc_text_as_separator&#8221;]Event location[\/vc_column_text][vc_column_text]<\/p>\n<h2>State-of-the-art location<\/h2>\n<p>[\/vc_column_text][vc_separator color=&#8221;custom&#8221; align=&#8221;align_left&#8221; border_width=&#8221;2&#8243; el_width=&#8221;20&#8243; el_class=&#8221;nc_separator_line&#8221;][vc_column_text css=&#8221;&#8221;]This time, we meet in Frankfurt, the largest financial hub in continental Europe and home to the European Central Bank and several other large commercial banks. It provides the ideal setting to meet with customers, partners, and Nextcloud experts.<\/p>\n<p><strong>Address: <\/strong><span title=\"Click to copy\" class=\"nc_color copy_color\" data-color=\"Radisson Blu, Franklinstra\u00dfe 65, 60486 Frankfurt am Main\" style=\"--codeColor: Radisson Blu, Franklinstra\u00dfe 65, 60486 Frankfurt am Main;\">Radisson Blu, Franklinstra\u00dfe 65, 60486 Frankfurt am Main<\/span>[\/vc_column_text][vc_btn title=&#8221;view in Open Street Map&#8221; i_icon_fontawesome=&#8221;fas fa-map-marker-alt&#8221; css=&#8221;&#8221; add_icon=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fwww.openstreetmap.org%2F%23map%3D19%2F50.11744%2F8.62702|title:Franklinstra%C3%9Fe%2065%2C%2060486%20Frankfurt%20am%20Main|target:_blank&#8221; el_class=&#8221;btn-outline btn-video&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_id=&#8221;map&#8221;][vc_column][vc_column_text css=&#8221;.vc_custom_1722510880034{margin-bottom: 0px !important;}&#8221; el_class=&#8221;iframe_noScrolling&#8221;]<iframe loading=\"lazy\" src=\"https:\/\/www.openstreetmap.org\/export\/embed.html?bbox=8.621520996093752%2C50.11440719120595%2C8.635683059692385%2C50.12035108872697&amp;layer=mapnik&amp;marker=50.11737923220747%2C8.628602027893066\" width=\"100%\" height=\"500\" scrolling=\"no\"><\/iframe>[\/vc_column_text][\/vc_column][\/vc_row][vc_section el_id=&#8221;cta-contact&#8221; el_class=&#8221;cta-contact&#8221; css=&#8221;.vc_custom_1702973140414{padding-top: 3rem !important;padding-bottom: 3rem !important;}&#8221;][vc_row gap=&#8221;25&#8243; content_placement=&#8221;middle&#8221;][vc_column offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;][vc_single_image image=&#8221;243219&#8243; img_size=&#8221;full&#8221; onclick=&#8221;link_image&#8221; css=&#8221;&#8221; el_class=&#8221;imageRoundShadow&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;][vc_column_text el_class=&#8221;nc-section-title&#8221;]<\/p>\n<h2>How to get there<\/h2>\n<p>[\/vc_column_text][vc_separator color=&#8221;custom&#8221; align=&#8221;align_left&#8221; border_width=&#8221;2&#8243; el_width=&#8221;20&#8243; el_class=&#8221;nc_separator_line&#8221;][vc_tta_tabs spacing=&#8221;&#8221; active_section=&#8221;1&#8243; el_class=&#8221;nc_tabs&#8221;][vc_tta_section title=&#8221;From Frankfurt Airport&#8221; tab_id=&#8221;airport&#8221;][vc_column_text css=&#8221;&#8221;]<strong>By train:<\/strong><\/p>\n<p data-pm-slice=\"1 1 []\">Take the S8 train towards Offenbach(Main)Ost and travel 3 stops until Frankfurt Hauptbahnhof. Change to S3, S4, S5 or S6 and get off at <a href=\"https:\/\/www.bahnhof.de\/en\/frankfurt-main-west\" target=\"_blank\" rel=\"noopener\">Frankfurt Main West<\/a>. From there, walk 1km to the hotel.<\/p>\n<p><strong>By tram:<\/strong><br \/>\nTake Line 17 and get off at An der Dammheide in approximately 12 min. Walk 4 min to the hotel.<\/p>\n<p><strong>By car:<\/strong><br \/>\nWe recommend taking the A5 motorway for the fastest route. Expect the travel time to be around 13 minutes. Traffic conditions may affect arrival time.[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;From Central Station&#8221; tab_id=&#8221;central-station&#8221;][vc_column_text css=&#8221;&#8221;]<strong>By tram:<\/strong><br \/>\nThe nearest tram station is An der Dammheide (Line 17). It is 4 minutes walking distance from the hotel.<\/p>\n<p><strong>By train:<\/strong><br \/>\nTake the S3, S4, S5 or S6 train and get off at <a href=\"https:\/\/www.bahnhof.de\/en\/frankfurt-main-west\" rel=\"noopener noreferrer nofollow\" data-md-href=\"https:\/\/www.bahnhof.de\/en\/frankfurt-main-west\">Frankfurt Main West<\/a>. From there, walk 1km to the hotel. Trains depart every 5 minutes.<\/p>\n<p><strong>By car:<\/strong><br \/>\napproximately 11 minutes via B44 (fastest route).[\/vc_column_text][\/vc_tta_section][\/vc_tta_tabs][vc_btn title=&#8221;Register now&#8221; i_icon_fontawesome=&#8221;fas fa-edit&#8221; css=&#8221;.vc_custom_1730985255526{margin-bottom: 0px !important;}&#8221; add_icon=&#8221;true&#8221; el_class=&#8221;btn-main open-popup-link disabled&#8221; link=&#8221;title:Register%20now&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section el_id=&#8221;cta-contact&#8221; el_class=&#8221;cta-contact white-text cta_with_background&#8221; css=&#8221;.vc_custom_1728472803445{padding-top: 5rem !important;padding-bottom: 5rem !important;background-image: url(https:\/\/nextcloud.com\/c\/uploads\/2024\/10\/Nextcloud-EnterpriseDay24-191.jpg?id=260937) !important;}&#8221;][vc_row content_placement=&#8221;middle&#8221;][vc_column el_class=&#8221;text-right&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;][vc_column_text]<\/p>\n<h2>Secure your spot<\/h2>\n<p>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1702974713361{margin-bottom: 2rem !important;}&#8221;]<\/p>\n<h4>Register today, secure your spot and embark on a journey of collaboration, growth, and success!<\/h4>\n<p>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1728034106782{margin-bottom: 2rem !important;}&#8221;]Entry price starting at 300\u20ac + 19% VAT<\/p>\n<p><em>Limited spaces are available!<\/em>[\/vc_column_text][vc_btn title=&#8221;Register now&#8221; align=&#8221;right&#8221; i_icon_fontawesome=&#8221;fas fa-edit&#8221; css=&#8221;.vc_custom_1730985264086{margin-bottom: 0px !important;}&#8221; add_icon=&#8221;true&#8221; el_class=&#8221;btn-white open-popup-link disabled&#8221; link=&#8221;title:Register%20now&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][\/vc_column][\/vc_row][\/vc_section]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_section video_bg=&#8221;yes&#8221; video_bg_url=&#8221;https:\/\/nextcloud.com\/c\/uploads\/2024\/10\/ed-2024-30-second-B-roll.mp4&#8243; el_class=&#8221;titlebar enterprise_day&#8221; css=&#8221;.vc_custom_1728553288245{padding-top: 10rem !important;padding-bottom: 5rem !important;background-image: url(https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/frankfurt-sunset-skyline-1.jpg?id=244868) !important;}&#8221;][vc_row gap=&#8221;30&#8243; content_placement=&#8221;bottom&#8221;][vc_column offset=&#8221;vc_col-lg-6 vc_col-md-6&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;event_date simple&#8221;] November 6, 2024 Frankfurt, Germany [\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1728462409085{margin-top: 0px !important;}&#8221; el_class=&#8221;page-title&#8221;] Nextcloud Enterprise Day 2024 [\/vc_column_text][vc_column_text css=&#8221;&#8221; el_class=&#8221;page-subtitle notBold&#8221;] Designed for IT professionals, project managers, and decision-makers, this event will help you shape your strategy and maximize [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":243238,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"publish_to_discourse":"","publish_post_category":"","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"","discourse_permalink":"","wpdc_publishing_response":"","wpdc_publishing_error":"","footnotes":""},"tags":[],"class_list":["post-103571","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Nextcloud Enterprise Day 2024 - November 6 in Frankfurt<\/title>\n<meta name=\"description\" content=\"The Nextcloud Enterprise Day provides IT professionals like project managers and decision makers the opportunity to define their own strategy to get the most out of their Content Collaboration Platform.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nextcloud.com\/nl\/enterprise-day\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nextcloud Enterprise Day 2024 - November 6 in Frankfurt\" \/>\n<meta property=\"og:description\" content=\"The Nextcloud Enterprise Day provides IT professionals like project managers and decision makers the opportunity to define their own strategy to get the most out of their Content Collaboration Platform.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nextcloud.com\/nl\/enterprise-day\/\" \/>\n<meta property=\"og:site_name\" content=\"Nextcloud\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Nextclouders\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-07T13:17:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/ED-2024-november-featured-image-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@nextclouders\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"15 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nextcloud.com\/nl\/enterprise-day\/\",\"url\":\"https:\/\/nextcloud.com\/nl\/enterprise-day\/\",\"name\":\"Nextcloud Enterprise Day 2024 - November 6 in Frankfurt\",\"isPartOf\":{\"@id\":\"https:\/\/nextcloud.com\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nextcloud.com\/nl\/enterprise-day\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/nl\/enterprise-day\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/ED-2024-november-featured-image-1.png\",\"datePublished\":\"2024-07-15T16:10:45+00:00\",\"dateModified\":\"2024-11-07T13:17:26+00:00\",\"description\":\"The Nextcloud Enterprise Day provides IT professionals like project managers and decision makers the opportunity to define their own strategy to get the most out of their Content Collaboration Platform.\",\"breadcrumb\":{\"@id\":\"https:\/\/nextcloud.com\/nl\/enterprise-day\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nextcloud.com\/nl\/enterprise-day\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/nextcloud.com\/nl\/enterprise-day\/#primaryimage\",\"url\":\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/ED-2024-november-featured-image-1.png\",\"contentUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/ED-2024-november-featured-image-1.png\",\"width\":1920,\"height\":1080,\"caption\":\"Nextcloud Enterprise Day 2024\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nextcloud.com\/nl\/enterprise-day\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nextcloud.com\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nextcloud Enterprise Day 2024\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nextcloud.com\/nl\/#website\",\"url\":\"https:\/\/nextcloud.com\/nl\/\",\"name\":\"Nextcloud\",\"description\":\"Regain control over your data\",\"publisher\":{\"@id\":\"https:\/\/nextcloud.com\/nl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nextcloud.com\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nextcloud.com\/nl\/#organization\",\"name\":\"Nextcloud\",\"url\":\"https:\/\/nextcloud.com\/nl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/nextcloud.com\/nl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg\",\"contentUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"Nextcloud\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/nl\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Nextclouders\/\",\"https:\/\/x.com\/nextclouders\",\"https:\/\/www.linkedin.com\/company\/10827569\/\",\"https:\/\/youtube.com\/nextcloud\",\"https:\/\/www.instagram.com\/nextclouders\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nextcloud Enterprise Day 2024 - November 6 in Frankfurt","description":"The Nextcloud Enterprise Day provides IT professionals like project managers and decision makers the opportunity to define their own strategy to get the most out of their Content Collaboration Platform.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nextcloud.com\/nl\/enterprise-day\/","og_locale":"nl_NL","og_type":"article","og_title":"Nextcloud Enterprise Day 2024 - November 6 in Frankfurt","og_description":"The Nextcloud Enterprise Day provides IT professionals like project managers and decision makers the opportunity to define their own strategy to get the most out of their Content Collaboration Platform.","og_url":"https:\/\/nextcloud.com\/nl\/enterprise-day\/","og_site_name":"Nextcloud","article_publisher":"https:\/\/www.facebook.com\/Nextclouders\/","article_modified_time":"2024-11-07T13:17:26+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/ED-2024-november-featured-image-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@nextclouders","twitter_misc":{"Geschatte leestijd":"15 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nextcloud.com\/nl\/enterprise-day\/","url":"https:\/\/nextcloud.com\/nl\/enterprise-day\/","name":"Nextcloud Enterprise Day 2024 - November 6 in Frankfurt","isPartOf":{"@id":"https:\/\/nextcloud.com\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nextcloud.com\/nl\/enterprise-day\/#primaryimage"},"image":{"@id":"https:\/\/nextcloud.com\/nl\/enterprise-day\/#primaryimage"},"thumbnailUrl":"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/ED-2024-november-featured-image-1.png","datePublished":"2024-07-15T16:10:45+00:00","dateModified":"2024-11-07T13:17:26+00:00","description":"The Nextcloud Enterprise Day provides IT professionals like project managers and decision makers the opportunity to define their own strategy to get the most out of their Content Collaboration Platform.","breadcrumb":{"@id":"https:\/\/nextcloud.com\/nl\/enterprise-day\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nextcloud.com\/nl\/enterprise-day\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/nextcloud.com\/nl\/enterprise-day\/#primaryimage","url":"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/ED-2024-november-featured-image-1.png","contentUrl":"https:\/\/nextcloud.com\/c\/uploads\/2024\/08\/ED-2024-november-featured-image-1.png","width":1920,"height":1080,"caption":"Nextcloud Enterprise Day 2024"},{"@type":"BreadcrumbList","@id":"https:\/\/nextcloud.com\/nl\/enterprise-day\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nextcloud.com\/nl\/"},{"@type":"ListItem","position":2,"name":"Nextcloud Enterprise Day 2024"}]},{"@type":"WebSite","@id":"https:\/\/nextcloud.com\/nl\/#website","url":"https:\/\/nextcloud.com\/nl\/","name":"Nextcloud","description":"Regain control over your data","publisher":{"@id":"https:\/\/nextcloud.com\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nextcloud.com\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/nextcloud.com\/nl\/#organization","name":"Nextcloud","url":"https:\/\/nextcloud.com\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/nextcloud.com\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","contentUrl":"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","width":"1024","height":"1024","caption":"Nextcloud"},"image":{"@id":"https:\/\/nextcloud.com\/nl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Nextclouders\/","https:\/\/x.com\/nextclouders","https:\/\/www.linkedin.com\/company\/10827569\/","https:\/\/youtube.com\/nextcloud","https:\/\/www.instagram.com\/nextclouders\/"]}]}},"_links":{"self":[{"href":"https:\/\/nextcloud.com\/nl\/wp-json\/wp\/v2\/pages\/103571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextcloud.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nextcloud.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/nl\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/nl\/wp-json\/wp\/v2\/comments?post=103571"}],"version-history":[{"count":111,"href":"https:\/\/nextcloud.com\/nl\/wp-json\/wp\/v2\/pages\/103571\/revisions"}],"predecessor-version":[{"id":322847,"href":"https:\/\/nextcloud.com\/nl\/wp-json\/wp\/v2\/pages\/103571\/revisions\/322847"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/nl\/wp-json\/wp\/v2\/media\/243238"}],"wp:attachment":[{"href":"https:\/\/nextcloud.com\/nl\/wp-json\/wp\/v2\/media?parent=103571"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nextcloud.com\/nl\/wp-json\/wp\/v2\/tags?post=103571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}