feat(calendar): enhance event handling with timezone support and filtering capabilities

This commit is contained in:
Sean Morley
2025-06-18 19:03:32 -04:00
parent 8b108c5797
commit eef8c92e82
20 changed files with 793 additions and 70 deletions

View File

@@ -691,5 +691,19 @@
},
"google_maps": {
"google_maps_integration_desc": "Sluit uw Google Maps-account aan om zoekresultaten en aanbevelingen van hoge kwaliteit te krijgen."
},
"calendar": {
"all_categories": "Alle categorieën",
"all_day_event": "De hele dag evenement",
"calendar_overview": "Kalenderoverzicht",
"categories": "Categorieën",
"day": "Dag",
"events_scheduled": "geplande evenementen",
"filter_by_category": "Filter per categorie",
"filtered_results": "Gefilterde resultaten",
"month": "Maand",
"today": "Vandaag",
"total_events": "Totale gebeurtenissen",
"week": "Week"
}
}