stuff
This commit is contained in:
parent
5a194716ab
commit
77cf6bb15a
8 changed files with 53 additions and 7 deletions
|
|
@ -57,26 +57,32 @@ in
|
|||
# khal.color = "dark gray";
|
||||
remote = baikalRemote "polit";
|
||||
};
|
||||
ihg = {
|
||||
ihg = calDefaults // {
|
||||
# khal.color = "dark cyan";
|
||||
khal.type = "calendar";
|
||||
remote = {
|
||||
type = "http";
|
||||
url = "https://geocom.uni-frankfurt.de/radicale/ihg/5012a739-dbaf-334b-f093-8db1860bc26e/";
|
||||
};
|
||||
};
|
||||
"mittelbau" = {
|
||||
"mittelbau" = calDefaults // {
|
||||
# khal.color = "light cyan";
|
||||
remote = {
|
||||
type = "http";
|
||||
url = "https://geocom.uni-frankfurt.de/radicale/ihg/d806b31d-dd3d-9d97-d3e5-f179addeb60a/";
|
||||
};
|
||||
};
|
||||
"eintracht" = {
|
||||
"eintracht_m" = calDefaults // {
|
||||
# khal.color = "light red";
|
||||
remote = {
|
||||
type = "http";
|
||||
url = "http://i.cal.to/ical/257/eintrachtfrankfurt/spielplan/6b9cf611.1d2ac477-36f832c0.ics";
|
||||
url = "http://i.cal.to/ical/257/eintrachtfrankfurt/spielplan/28ae0d30.f781380b-e6f28bd4.ics";
|
||||
};
|
||||
};
|
||||
"eintracht_f" = calDefaults // {
|
||||
# khal.color = "light blue";
|
||||
remote = {
|
||||
type = "http";
|
||||
url = "http://i.cal.to/ical/5940/eintrachtfrankfurt/spielplan-frauen-profis/28ae0d30.f781380b-1763bff2.ics";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -40,10 +40,14 @@ color = dark gray
|
|||
path = ~/.local/share/calendars/feiertage
|
||||
color = light green
|
||||
|
||||
[[eintracht]]
|
||||
[[eintracht-m]]
|
||||
path = ~/.local/share/calendars/eintracht
|
||||
color = light red
|
||||
|
||||
[[eintracht-f]]
|
||||
path = ~/.local/share/calendars/eintracht
|
||||
color = dark blue
|
||||
|
||||
[locale]
|
||||
timeformat = %H:%M
|
||||
dateformat = %d %b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue