From fd834cd17933bad5567f1315ddc800145081dcd6 Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Sun, 29 May 2022 16:20:39 +0200 Subject: some work on the testing script. (This should be cleaned up and made more readable and modular ... but how?) --- cal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cal.py') diff --git a/cal.py b/cal.py index 222a2f7..a4f4b19 100755 --- a/cal.py +++ b/cal.py @@ -67,6 +67,7 @@ def cli(ctx, **kwargs): CalDAV Command Line Interface, in development. This command will eventually replace calendar-cli. + It's not ready for consumption. Only use if you want to contribute/test. """ ## The cli function will prepare a context object, a dict containing the ## caldav_client, principal and calendar -- cgit v1.2.3