calendar fix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-04-24 20:23:12 +02:00
parent ea1fd6a81f
commit 27d47179ef

View File

@@ -6,28 +6,36 @@
{
name = "Preservation";
primary = true;
url = "https://${v}.${domain}/${user}/preservation/";
url = "https://${v}.${domain}/${user}/calendars/preservation/";
color = "#dddddd";
}
{
name = "Effort";
url = "https://${v}.${domain}/${user}/effort/";
url = "https://${v}.${domain}/${user}/calendars/effort/";
color = "#dd2222";
}
{
name = "Experience";
url = "https://${v}.${domain}/${user}/experience/";
url = "https://${v}.${domain}/${user}/calendars/experience/";
color = "#2222dd";
}
{
name = "Exposure";
url = "https://${v}.${domain}/${user}/exposure/";
name = "Leisure";
# name = "Exposure";
url = "https://${v}.${domain}/${user}/calendars/leisure/";
# url = "https://${v}.${domain}/${user}/exposure/";
color = "#22aa22";
}
# {
# name = "Engagement";
# url = "https://${v}.${domain}/${user}/engagement/";
# color = "#8800CC";
# }
# {
{
name = "Engagement";
url = "https://${v}.${domain}/${user}/engagement/";
color = "#8800CC";
name = "Family";
url = "https://${v}.${domain}/shared/calendars/family/";
color = "#dddd22";
}
{
name = "Sleep as Android";