Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
Peter Maquiran
2021-07-14 16:57:40 +01:00
16 changed files with 231 additions and 224 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export class Event{
AppointmentState: number;
TimeZone: string;
Organizer: string;
Categories: string[];
Categories: string;
HasAttachments: boolean;
EventRecurrence?: EventRecurrence;