calendar fix
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user