Thomas Citharel
Thomas Citharel
Either a Deck or Server issue, let's start with Deck.
Oh, it could be that Deck exports `VTODO`s and you might not see them in your calendar app. Try with OpenTasks? https://github.com/nextcloud/deck/issues/2345#issuecomment-703455027
> Would it be just about changing https://github.com/nextcloud/deck/blob/master/lib/DAV/Calendar.php#L208? Even though this would allow the CalDAV collection to hold `VEVENT`s, the issue the issue is that deck cards [are serialized as...
As a summary: - Deck converts cards to Tasks (icalendar `VTODO`) so that we have due date and completed status. Regular events (`VEVENT`) cannot hold such information so they can't...
> integrate with other services which is highly difficult then Converting Markdown content into plain text shouldn't be that hard, no ?
Yup, I had the idea since a long time ago, thanks to graby this should be easy. ;)
Maybe we can also directly ask @Fivefilters if they plan to release the tool as open-source.
Regarding the auto-update part, it seems there's no real library that does what we want here. Either they are simple calls to the git command which has to be installed,...
How would this work ? `composer update` only the `site-config` repo ?
I'll do it after #1785