Skip to content
Snippets Groups Projects

Calendar events and iCal feeds

Merged Jonathan Weth requested to merge calendar-object-feeds into master
Compare and
37 files
+ 2025
12
Compare changes
  • Side-by-side
  • Inline
Files
37
@@ -6,6 +6,13 @@ const dateTimeFormats = {
month: "short",
day: "numeric",
},
shortDateTime: {
year: "numeric",
month: "short",
day: "numeric",
hour: "numeric",
minute: "numeric",
},
long: {
year: "numeric",
month: "long",
@@ -37,6 +44,13 @@ const dateTimeFormats = {
month: "short",
day: "numeric",
},
shortDateTime: {
year: "numeric",
month: "short",
day: "numeric",
hour: "numeric",
minute: "numeric",
},
long: {
year: "numeric",
month: "long",
Loading