-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The birthday calendar can only hold VEVENT #25636
Conversation
@DeepDiver1975, thanks for your PR! By analyzing the annotation information on this pull request, we identified @nickvergessen, @tcitworld, @stweil and @DeepDiver1975 to be potential reviewers |
Hm, after applying this patch I still get this response for the
Since there is still a VTODO in it, the Tasks app does still show the calendar. |
I also tried Edit: After deleting the birthday-calendar and running the above command again, it is created correctly. Can we automate this process, so that the birthday calendar is cleanly regenerated during upgrade? |
I will add a repair step to adjust this for existing birthday calendars |
Great, thanks! |
0c8fe57
to
1956d77
Compare
1956d77
to
a91abc1
Compare
@georgehrke second review ? |
@@ -108,6 +108,7 @@ public function ensureCalendarExists($principal) { | |||
$this->calDavBackEnd->createCalendar($principal, self::BIRTHDAY_CALENDAR_URI, [ | |||
'{DAV:}displayname' => 'Contact birthdays', | |||
'{http://apple.com/ns/ical/}calendar-color' => '#FFFFCA', | |||
'components' => 'VEVENT,VTODO', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this VEVENT,VTODO
and not just VEvent
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THX for the hint
4f228d4
to
86940dd
Compare
86940dd
to
934ac7e
Compare
934ac7e
to
dbdf510
Compare
👍 |
…ndar-component The birthday calendar can only hold VEVENT
…ndar-component The birthday calendar can only hold VEVENT
…ndar-component (#26056) The birthday calendar can only hold VEVENT
This issue still seems to be present on 9.1.4 with a calendar created in 9.1.3 See also owncloud/tasks#378. It makes the adding of new tasks unsuccessful, at least for users who are not able to de-select "birthdays" and select the real calendar before entering a new task (>> bad navigation in UI). |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
refs owncloud/tasks#338