diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit d9fca2086251e39e859ebebb393bfcbd2d39127a
parent 34d54b19a940b095afa5b2064c23cf0e7c1df8b2
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sat, 22 Jun 2024 16:07:26 +0200

doc(#96): advise dedicated calendar

Todo, properly parse multistatus response and filter an exact event, not
just the first one:
* https://board.in0rdr.ch/public/task/96/adedb4a1f31d1e5116b600c1c9dc225db8675d125f071758913a9570c383

Diffstat:
Mman1/diary.1.scd | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/man1/diary.1.scd b/man1/diary.1.scd @@ -339,6 +339,10 @@ No sync is performed, when both files (local/remote) have the same modification timestamp or no files exists on the server and on disk at all (i.e., no entry for that date). +The diary creates a full-day calendar entry. It's advised to use a separate +calendar for syncing purposes and not to have multiple events for a day on the +remote calendar. The diary only considers the first event of a given day. + Use the EXPORT/IMPORT functionality for more batch oriented processing. Making a network request and deciding the most recently modified entry (local/remote) takes quite some time for large batches.