Skip to content

Commit 279bdf2

Browse files
author
Karin Huber
committed
sessions
1 parent 81522a8 commit 279bdf2

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

data/Y2025/sessionize.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
{
3333
"id": "2",
34-
"title": "Declarative Agents in M365 mit REST-API Anbindung",
35-
"description": "Declarative Agents in Microsoft 365 eröffnen neue Möglichkeiten zur Interaktion mit Daten und externen Systemen. In dieser Session zeige ich anhand von Beispielen, wie solche Agents erstellt werden.\r\n\r\nEin Agent unterstützt beim Schreiben, während ein anderer Informationen aus einem Fremdsystem abruft. Wir betrachten die technischen Grundlagen, mögliche Herausforderungen und den praktischen Nutzen. Nach dieser Session wissen Sie, wie Sie eigene Declarative Agents in M365 integrieren und sinnvoll einsetzen können.",
34+
"title": "Declarative Agents in M365 with REST API Integration",
35+
"description": "Declarative Agents in Microsoft 365 open up new possibilities for interacting with data and external systems. In this session, I will demonstrate through examples how to create such agents.\r\n\r\nOne agent assists with writing, while another retrieves information from an external system. We will explore the technical foundations, potential challenges, and practical benefits. After this session, you will understand how to integrate and effectively use your own declarative agents in M365.",
3636
"startsAt": "2024-04-20T09:55:00",
3737
"endsAt": "2024-04-20T10:40:00",
3838
"isServiceSession": false,

data/sessionize.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
{
3333
"id": "2",
34-
"title": "Declarative Agents in M365 mit REST-API Anbindung",
35-
"description": "Declarative Agents in Microsoft 365 eröffnen neue Möglichkeiten zur Interaktion mit Daten und externen Systemen. In dieser Session zeige ich anhand von Beispielen, wie solche Agents erstellt werden.\r\n\r\nEin Agent unterstützt beim Schreiben, während ein anderer Informationen aus einem Fremdsystem abruft. Wir betrachten die technischen Grundlagen, mögliche Herausforderungen und den praktischen Nutzen. Nach dieser Session wissen Sie, wie Sie eigene Declarative Agents in M365 integrieren und sinnvoll einsetzen können.",
34+
"title": "Declarative Agents in M365 with REST API Integration",
35+
"description": "Declarative Agents in Microsoft 365 open up new possibilities for interacting with data and external systems. In this session, I will demonstrate through examples how to create such agents.\r\n\r\nOne agent assists with writing, while another retrieves information from an external system. We will explore the technical foundations, potential challenges, and practical benefits. After this session, you will understand how to integrate and effectively use your own declarative agents in M365.",
3636
"startsAt": "2024-04-20T09:55:00",
3737
"endsAt": "2024-04-20T10:40:00",
3838
"isServiceSession": false,

layouts/partials/speakers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ <h5>{{ .tagLine }}</h5>
2424
{{ end }}
2525
</div>
2626

27-
<div class="row text-center">
27+
<!--<div class="row text-center">
2828
<h3>We'll be announcing more speakers soon — stay tuned!</h3>
29-
</div>
29+
</div>-->
3030
</div>
3131

3232
</section>

layouts/sessions/overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ <h5>{{ .tagLine }}</h5>
100100
</div>
101101
{{ end }}
102102

103-
<div class="row text-center">
103+
<!--<div class="row text-center">
104104
<h3>We'll be announcing more sessions soon — stay tuned!</h3>
105-
</div>
105+
</div>-->
106106
</div>
107107
</section>
108108

layouts/speakers/overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ <h5><b>Links</b></h5>
6565
{{ end }}
6666
</div>
6767

68-
<div class="row text-center">
68+
<!--<div class="row text-center">
6969
<h3>We'll be announcing more speakers soon — stay tuned!</h3>
70-
</div>
70+
</div>-->
7171

7272
</div>
7373
</section>

0 commit comments

Comments
 (0)