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