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 @@
"adventure_recommendations": "Adventure Recommendations",
"food": "Food",
"tourism": "Tourism"
},
"calendar": {
"today": "Today",
"month": "Month",
"week": "Week",
"day": "Day",
"events_scheduled": "events scheduled",
"total_events": "Total Events",
"all_categories": "All Categories",
"calendar_overview": "Calendar Overview",
"categories": "Categories",
"filtered_results": "Filtered Results",
"filter_by_category": "Filter by Category",
"all_day_event": "All Day Event"
}
}