This repository was archived by the owner on Apr 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcalendar.ics
More file actions
54 lines (54 loc) · 1.59 KB
/
calendar.ics
File metadata and controls
54 lines (54 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
BEGIN:VCALENDAR
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
LAST-MODIFIED:20171229T230104Z
DTSTAMP:20171229T230104Z
UID:9ff39fef-9bf8-449f-b01e-2a2b283f8c00
SUMMARY:Python Stammtisch Darmstadt
ORGANIZER:mailto:pystada@lists.chaos-darmstadt.de
DTSTART;TZID=Europe/Berlin:20180111T190000
DTEND;TZID=Europe/Berlin:20180111T220000
DESCRIPTION:Öffentlicher Stammtisch zur Programmiersprache Python\nNäher
e Infos: https://pystada.github.io/
LOCATION:Chaos Computer Club Darmstadt e.V.\, Wilhelminenstraße 17\, 64283 Darmstad
t
URL:https://pystada.github.io
SEQUENCE:5
X-MOZ-GENERATION:5
END:VEVENT
BEGIN:VEVENT
LAST-MODIFIED:20171229T230008Z
DTSTAMP:20171229T230008Z
UID:20150422T190000/0000001@pystada.github.io
SUMMARY:Python Stammtisch Darmstadt
ORGANIZER:mailto:pystada@lists.chaos-darmstadt.de
RRULE:FREQ=WEEKLY;INTERVAL=4;BYDAY=TH
DTSTART;TZID=Europe/Berlin:20180222T190000
DTEND;TZID=Europe/Berlin:20180222T220000
DESCRIPTION:Öffentlicher Stammtisch zur Programmiersprache Python\nNäher
e Infos: https://pystada.github.io/
LOCATION:Chaos Computer Club Darmstadt e.V.\, Wilhelminenstraße 17\, 64283 Darmstad
t
URL:https://pystada.github.io
SEQUENCE:4
X-MOZ-GENERATION:4
END:VEVENT
END:VCALENDAR