Export participants to different formats
* CSV * PDF (requires Python dependency `weasyprint`) * ODS (requires Python dependency `pyexcel_ods3`) Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -102,4 +102,7 @@ export interface IConfig {
|
||||
enabled: boolean;
|
||||
publicKey: string;
|
||||
};
|
||||
exportFormats: {
|
||||
eventParticipants: string[];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user