nextcloud / deck

🗂 Kanban-style project & personal management tool for Nextcloud, similar to Trello
https://apps.nextcloud.com/apps/deck
GNU Affero General Public License v3.0
1.19k stars 273 forks source link

Link Deck with Nextcloud Calendar, Mail and Tasks #5594

Open dandevost opened 6 months ago

dandevost commented 6 months ago

Thanks for the very nice app. I realized by playing with Deck, Mail, and Tasks that the calendar created with Deck (when showing boards in calendar/tasks is selected) is not a calendar with a task list but just a regular calendar. If the Deck calendar was created as a calendar with a task list, it would be available on Mail when selecting "Create task" from an email. This would allow the creation of a card from the mail app, something that can't be done right now.

dandevost

SamuXzX commented 1 month ago

To me it seems like the calendar created from Deck is a calendar without events but with tasks (that is, a CalDav entity with tasks but not calendar nor journal).

I tested if the problem is that in the Mail app the only available calendars are only the ones with the calendar feature; I created a calendar with Davx5 from my phone with both task and journal features, but not calendar. The calendar correctly shows for bot "Add event" (which is a problem and it fails: https://github.com/nextcloud/mail/issues/9868) and "Add task" (but this fails too: https://github.com/nextcloud/mail/issues/9779).

This should mean that the problem lies in how Deck creates calendars; it seems that they are not visible to other apps: https://github.com/nextcloud/mail/issues/9869

SamuXzX commented 1 month ago

It turned out that Deck calendars are read-only. Making them writeable would solve this.