Calendar: Link with anchor to event or day

Created on 17 Sep 2016  ·  13Comments  ·  Source: nextcloud/calendar


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

2 - developing enhancement-approved

All 13 comments

Subscribing for activity

lets split this up into two different PRs:

  • [x] link to day
  • [ ] link to event
  • [x] link to a view

requires the changes made to hash service in https://github.com/nextcloud/calendar/pull/256

📢 #256 is already merged. :D

Will probably wait for https://github.com/nextcloud/calendar/issues/540 and vue-router.

Yes, let's wait for #540 here. Doesn't make much sense to implement it twice.

I'm not sure if you were already considering this, but the router value should maybe be empty if the current day/week/month is shown (to prevent newly added bookmarks from pointing to the day the bookmark was set).

@jancborchardt @skjnldsv Quick usability / design question.

When linking to an event that's recurring (e.g. from the activity app),
which occurrence should be opened?
1️⃣ The first one
2️⃣ The closest one in the future or if that's not available the most recent one

I would personally go for 2️⃣

I would also say 2

Definetly 2. otherwise you end up on a year(s) old date because someone just modified a recent event entry

I prefer option 2. Can you add the possibility to specify an occurence ?

@vaandefanel Yes, there will be the option to link to a specific occurrence. The question was only what to do when linking to a recurring event when no specific occurrence was given. :)

Agree with everyone: Of course it should be the next upcoming one. :) (It’s already confusing that in invite mails sometimes the first occurence of a repeating event was listed. :D)

Was this page helpful?
0 / 5 - 0 ratings