-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically install your own local calDav calendar host. #55
Comments
If relevant: I have a technitiumDNS server (Thanks to the creator of the awesome software!) ready to be set up (relatively easily), I think it is automatable to set up (at least locally, not in the domain host, but that could be changed if a free (annual) domain server is added with an api that allows one to enter a custom dns server from command line). Explanation is here in the readme https://github.com/a-t-0/DnsServer. |
The original code is:
<clipboard-copy aria-label="Copy" class="ClipboardButton btn js-clipboard-copy m-2 p-0 tooltipped-no-delay" data-copy-feedback="Copied!" data-tooltip-direction="w" value="#!/usr/bin/env python3 import os.path taskwarrior_formatted_data_location = "/var/taskd/tx.data" valid_statuses_for_calendar = ['pending', 'waiting'] def create_uniqueness(task):
def is_unique_calendar_task(task):
def create_task_calendar_description(task): def get_task_first_calendar(task): def get_unique_task():
def get_task_start_date_for_event(task): if name == "main":
" tabindex="0" role="button"> And the feedback/improved version is given as:
<! -->
<clipboard-copy aria-label="Copy" class="ClipboardButton btn js-clipboard-copy m-2 p-0 tooltipped-no-delay" data-copy-feedback="Copied!" data-tooltip-direction="w" value="from typing import Any, Dict, Iterator class Task:
def get_unique_tasks() -> Iterator[Dict[Any, Any]]:
if name == "main":
" tabindex="0" role="button">
|
|
|
Replace google calendar by installing your won caldav (and/or) davdroid server: https://www.davx5.com/.
some hyperlink
The text was updated successfully, but these errors were encountered: