<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <!-- 2020-05-26 mar. 08:39 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title>Calendar Configuration</title> <meta name="generator" content="Org mode" /> <meta name="author" content="Dehaeze Thomas" /> <link rel="stylesheet" type="text/css" href="./css/htmlize.css"/> <link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/> <script type="text/javascript" src="./js/jquery.min.js"></script> <script type="text/javascript" src="./js/bootstrap.min.js"></script> <script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script> <script type="text/javascript" src="./js/readtheorg.js"></script> </head> <body> <div id="org-div-home-and-up"> <a accesskey="h" href="./index.html"> UP </a> | <a accesskey="H" href="./index.html"> HOME </a> </div><div id="content"> <h1 class="title">Calendar Configuration</h1> <div id="table-of-contents"> <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#org6792e9b">Vdirsyncer</a></li> <li><a href="#org481e0d6">Khal</a></li> </ul> </div> </div> <div id="outline-container-org6792e9b" class="outline-2"> <h2 id="org6792e9b">Vdirsyncer</h2> <div class="outline-text-2" id="text-org6792e9b"> <div class="org-src-container"> <pre class="src src-conf">[general] status_path = "~/.config/vdirsyncer/status/" [pair google_calendar] a = "google_calendar_remote" b = "google_calendar_local" collections = ["dehaeze.thomas@gmail.com", "8kjmhe2ar0abnm054ill1fb0gc@group.calendar.google.com"] conflict_resolution = "a wins" [storage google_calendar_remote] type = "google_calendar" token_file = "~/.config/dotfiles/private/token_file" client_id = "188415318767-802h28ig8gromo0f72blrbg6cgcop6m8.apps.googleusercontent.com" client_secret = "<<get-password(passname="calendar/google_client_secret")>>" [storage google_calendar_local] type = "filesystem" path = "~/.calendars/google/" fileext = ".ics" [pair google_contacts] a = "google_contacts_remote" b = "google_contacts_local" collections = ["from a", "from b"] conflict_resolution = "a wins" [storage google_contacts_local] type = "filesystem" path = "~/.contacts/" fileext = ".vcf" [storage google_contacts_remote] type = "google_contacts" token_file = "~/.config/dotfiles/private/token_file_carddav" client_id = "188415318767-802h28ig8gromo0f72blrbg6cgcop6m8.apps.googleusercontent.com" client_secret = "<<get-password(passname="contacts/google_client_secret")>>" </pre> </div> </div> </div> <div id="outline-container-org481e0d6" class="outline-2"> <h2 id="org481e0d6">Khal</h2> <div class="outline-text-2" id="text-org481e0d6"> <div class="org-src-container"> <pre class="src src-conf">[calendars] [[home]] path = ~/.calendars/google/dehaeze.thomas@gmail.com/ color = "#B8BB26" [[work]] path = ~/.calendars/google/8kjmhe2ar0abnm054ill1fb0gc@group.calendar.google.com/ color = "#FB4934" [highlight_days] multiple = "#FABD2F" [default] highlight_event_days = True [locale] local_timezone= Europe/Berlin default_timezone= Europe/Berlin timeformat= %H:%M dateformat= %d.%m. longdateformat= %d.%m.%Y datetimeformat= %d.%m. %H:%M longdatetimeformat= %d.%m.%Y %H:%M [keybindings] delete = d today = . new = c </pre> </div> </div> </div> </div> <div id="postamble" class="status"> <p class="author">Author: Dehaeze Thomas</p> <p class="date">Created: 2020-05-26 mar. 08:39</p> </div> </body> </html>