This commit is contained in:
Benjamin Takats
2023-01-24 17:29:07 +01:00
parent b721683b99
commit 581b7a3a49
11 changed files with 31 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ class DownloadMeetupCalendar extends Controller
foreach ($events as $event) {
$entries[] = Event::create($event->meetup->name)
->uniqueIdentifier(str($event->meetup->name)->slug().$event->id)
->address($event->location)
->address($event->location ?? __('no location set'))
->description(str_replace(["\r", "\n"], '', $event->description).' Link: '.$event->link)
->image($image)
->startsAt($event->start);

View File

@@ -693,5 +693,7 @@
"Reset filtering and search": "Suche und Filter zurücksetzen",
"Library items without libraries": "Einträge ohne Bibliothek",
"Library items without tags": "Einträge ohne Tags",
"Filter": ""
"Filter": "",
"no location set": "kein Ort gesetzt",
"Open on Youtube": "Auf Youtube öffnen"
}

View File

@@ -687,5 +687,7 @@
"Reset filtering and search": "",
"Library items without libraries": "",
"Library items without tags": "",
"Filter": ""
"Filter": "",
"no location set": "",
"Open on Youtube": ""
}

View File

@@ -687,5 +687,7 @@
"Reset filtering and search": "",
"Library items without libraries": "",
"Library items without tags": "",
"Filter": ""
"Filter": "",
"no location set": "",
"Open on Youtube": ""
}

View File

@@ -688,5 +688,7 @@
"Reset filtering and search": "",
"Library items without libraries": "",
"Library items without tags": "",
"Filter": ""
"Filter": "",
"no location set": "",
"Open on Youtube": ""
}

View File

@@ -688,5 +688,7 @@
"Reset filtering and search": "",
"Library items without libraries": "",
"Library items without tags": "",
"Filter": ""
"Filter": "",
"no location set": "",
"Open on Youtube": ""
}

View File

@@ -688,5 +688,7 @@
"Reset filtering and search": "",
"Library items without libraries": "",
"Library items without tags": "",
"Filter": ""
"Filter": "",
"no location set": "",
"Open on Youtube": ""
}

View File

@@ -688,5 +688,7 @@
"Reset filtering and search": "",
"Library items without libraries": "",
"Library items without tags": "",
"Filter": ""
"Filter": "",
"no location set": "",
"Open on Youtube": ""
}

View File

@@ -688,5 +688,7 @@
"Reset filtering and search": "",
"Library items without libraries": "",
"Library items without tags": "",
"Filter": ""
"Filter": "",
"no location set": "",
"Open on Youtube": ""
}

View File

@@ -688,5 +688,7 @@
"Reset filtering and search": "",
"Library items without libraries": "",
"Library items without tags": "",
"Filter": ""
"Filter": "",
"no location set": "",
"Open on Youtube": ""
}

View File

@@ -662,5 +662,7 @@
"Reset filtering and search": "",
"Library items without libraries": "",
"Library items without tags": "",
"Filter": ""
"Filter": "",
"no location set": "",
"Open on Youtube": ""
}