Add possibility to add birthdays + repeating events to the API
Jenkins Production Deployment

This commit is contained in:
2025-09-07 18:15:15 +02:00
parent 9c45fb11ee
commit dc65b49219
5 changed files with 21 additions and 7 deletions
@@ -108,5 +108,6 @@ export interface Event {
lastModifiedById?: number;
url: string;
wholeDay: boolean;
repeatFrequency: string;
status?: string;
}