Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICS Format für WTW Veranstaltungskalender #62

Open
cnoss opened this issue Mar 18, 2019 · 1 comment
Open

ICS Format für WTW Veranstaltungskalender #62

cnoss opened this issue Mar 18, 2019 · 1 comment
Assignees
Labels
Challenge kleine herausfordernde Aufgabe, die im Lernportfolio landet LP-Thema-SS2019

Comments

@cnoss
Copy link
Contributor

cnoss commented Mar 18, 2019

Die bisherigen Veranstaltungswebsites haben einen Zeitplan. Es wäre sehr praktisch, wenn sich dieser in den Kalender der Studierenden einbinden ließe.

Aufwand/Budget(Std.): Recherche 4 Std., danach bitte noch mal mit mir verhandeln.

@cnoss cnoss added the Challenge kleine herausfordernde Aufgabe, die im Lernportfolio landet label Mar 18, 2019
@mariofaske mariofaske self-assigned this Jul 30, 2019
@mariofaske
Copy link
Contributor

Einbindung mittels Jekyll:
Während jekyll _site generiert, werden die Daten der einzelnen markdown files direkt zur Erstellung der Termine verwendet.

<!--  Button zum download der Termine als iCal (timetable-sose-2019.html)--> 
<button class="button is-1" href="#" onclick="javascript:cal.download('Web-Technologien')">iCal</button>
<!-- library code für ics (head.html) -->
<script type="text/javascript">	
        /*! ics.js Wed Aug 20 2014 17:23:02 */
        var saveAs=saveAs||function(e)...
</script>
<!-- Tag wird als Event dem Kalender hinzugefügt (timetable-day.html) -->
<script>
cal.addEvent("{{veranstaltung.titel}}","Web-Technologien", "{{veranstaltung.raum}}", "{{termin}}", "{{termin}}");
</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Challenge kleine herausfordernde Aufgabe, die im Lernportfolio landet LP-Thema-SS2019
Projects
None yet
Development

No branches or pull requests

2 participants