forked from JUG-Ostfalen/JUG-Ostfalen.github.io
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JUG-Ostfalen#57: Die Locations sollten eine POI-UUID besitzen
[added] POI-UUIDs in den Locations [added] Export der POI-UUID in JSON [added] Export der POI-UUID in .ics [added] Export der POI-UUID im RSS-Feed
- Loading branch information
Schakko
committed
Jul 29, 2019
1 parent
4f64658
commit 49fb280
Showing
4 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ METHOD:PUBLISH | |
UID:{{ post.date | date: "%Y%m%d" }}@jug-ostfalen.de | ||
ORGANIZER;CN="JUG Ostfalen":MAILTO:[email protected] | ||
LOCATION:{% if site.locations[post.location] %}{{ site.locations[post.location].name }}; {{ site.locations[post.location].street }}; {{ site.locations[post.location].city }}{% else %}{{ post.location }}{% endif %} | ||
X-POI-UUID:{% if site.locations[post.location] and site.locations[post.location].poi %}{{ site.locations[post.location].poi }}{% endif %} | ||
SUMMARY:{{ post.title }} ({{ post.speaker }}) | ||
DESCRIPTION:{{ post.url | prepend: site.url }} | ||
CLASS:PUBLIC | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters