Tasks: [Feature Request] Implement folders for calendars/lists

Created on 4 Jun 2017  ·  9Comments  ·  Source: nextcloud/tasks

Dear,

For now, I have lots of task list in the view, and for the newer one, it appears in the last of the list, and it is very inconvenient.

If there is an "Archive" option for every list, we could archive some lists for better view. If we want to see the archived lists, there should be some enable options.

Thanks.

feature

Most helpful comment

We could implement an option to hide calendars / lists.

All 9 comments

We could implement an option to hide calendars / lists.

If possible I'd prefer a checkbox in calendar app (for each calendar) if a linked task listed should be generated/shown or not. We use many calendars that should work as calendars only and are shared with all users.

We are a school with many students, teachers, parents, and have calendars like school holidays, school events and so on. These calendars shouldn't show up as task lists at all.

It would be great to hide the contacts's birthday calendar list

It would be great to hide the contacts's birthday calendar list

The birthday calendar should be ‘VEVENT’ only, so it doesn’t show up as task list. If it shows up, please recreate it. Note: There was a bug in server which causes the birthday calendar to be ‘VTODO’ as well. I don’t know which version of server shipped the fix.

OK, thanks.
What do you mean by recreate it?
Delete it and then?

You can either do

sudo -u www-data php occ maintenance:repair

which should update the birthday calendar to not have VTODO property (https://docs.nextcloud.com/server/16/admin_manual/configuration_server/occ_command.html#maintenance-commands) or you can do

sudo -u www-data php occ dav:sync-birthday-calendar

which should sync/create the calendar again (https://docs.nextcloud.com/server/16/admin_manual/configuration_server/occ_command.html#dav-commands).

It might be, that the calendar is created automatically after you deleted it, but I am not sure.

The PR to fix the problem in server was https://github.com/nextcloud/server/pull/16503, which was backported to stable16 as https://github.com/nextcloud/server/pull/16536 and was included in 16.0.4.

@raimund-schluessler
Thanks. The second command changed nothing, the first worked. :)
No the birthday calendar shows only on the calendar up. 👍

I think my two cents on this from this post have a better home in this issue, so I referenced my notes on that feature request.

https://github.com/nextcloud/tasks/issues/212#issuecomment-587756436

We will implement folders for lists, so you can create a folder "Hidden lists" and sort lists which should be hidden there. I changed the title accordingly.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jakobroehrl picture jakobroehrl  ·  3Comments

raimund-schluessler picture raimund-schluessler  ·  8Comments

raimund-schluessler picture raimund-schluessler  ·  4Comments

raimund-schluessler picture raimund-schluessler  ·  3Comments

jakobroehrl picture jakobroehrl  ·  5Comments