feat(mail): Add location in email ics representation template

This commit is contained in:
smizrahi
2024-06-10 16:35:49 +02:00
parent f96eb4d3ca
commit 591d283425
5 changed files with 25 additions and 1 deletions
@@ -44,6 +44,8 @@
- (NSString *) startDate;
- (NSString *) startTime;
- (BOOL) isEndDateOnSameDay;
- (BOOL) hasLocation;
- (NSString *)location;
@end