I'm using the minutes package from https://ctan.org/pkg/minutes and changed the header and footer with fancyhdr:
% Minutes
\usepackage{minutes}
% Header & Footer
\usepackage{lastpage}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[C]{}
\fancyfoot[L]{}
\fancyfoot[R]{Seite {\thepage} von \pageref{LastPage}}
Is there a way to set the header \fancyhead[C]{} to the topic of the current page and the footer \fancyfoot[L]{} to the name set in \begin{Protokoll}{Protokoll Jugendausschuss}?