Skip to content
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

[Bug]: Calendar event recurrence #48840

Open
5 of 8 tasks
opa-rudi opened this issue Oct 22, 2024 · 5 comments
Open
5 of 8 tasks

[Bug]: Calendar event recurrence #48840

opa-rudi opened this issue Oct 22, 2024 · 5 comments
Assignees
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 30-feedback bug feature: caldav Related to CalDAV internals

Comments

@opa-rudi
Copy link

opa-rudi commented Oct 22, 2024

⚠️ This issue respects the following points: ⚠️

Bug description

Hello, I think there is a little bug in storing event recurrences. If you create an event like this:

01.01.2024, whole day
repeat: yearly (APR, MAI, JUN)
on: second Monday
endless

This event will be shown in the nextcloud web calendar but is not shown when accessing by another calendar app through nextcloud calDAV Server. I tried with Mac OS Calendar and Android (DAVX5).

There is also a little translation bug when you define the "on" (first, second, third, fourth, fifth, penultimate day, last day). the "second" is always in english language whether the locale is set to.

regards!

Steps to reproduce

set the event like described and you may see

Expected behavior

the event should be visible when requested by nextcloud calDAV server

Nextcloud Server version

30

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.2

Web server

Apache (supported)

Database engine version

MariaDB

Is this bug present after an update or on a fresh install?

Fresh Nextcloud Server install

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

No response

List of activated Apps

No response

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

@opa-rudi opa-rudi added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Oct 22, 2024
@opa-rudi opa-rudi changed the title [Bug]: [Bug]: Calendar event recurrence Oct 22, 2024
@susnux susnux added the feature: caldav Related to CalDAV internals label Oct 24, 2024
@susnux
Copy link
Contributor

susnux commented Oct 24, 2024

CC @st3iny @miaulalala

@st3iny
Copy link
Member

st3iny commented Oct 31, 2024

cc @SebastianKrupinski

@SebastianKrupinski
Copy link
Contributor

Hi @opa-rudi,

Can you export the event from the NC UI please and post it here.

Also, can you post a image of the translation error.

@SebastianKrupinski SebastianKrupinski self-assigned this Oct 31, 2024
@opa-rudi
Copy link
Author

opa-rudi commented Nov 1, 2024

BEGIN:VCALENDAR
PRODID:-//IDN nextcloud.com//Calendar app 5.0.1//EN
CALSCALE:GREGORIAN
VERSION:2.0
BEGIN:VEVENT
CREATED:20241021T111151Z
DTSTAMP:20241021T111247Z
LAST-MODIFIED:20241021T111247Z
SEQUENCE:2
UID:99d021a3-828f-4c92-bd03-bce205692684
DTSTART;VALUE=DATE:20240408
DTEND;VALUE=DATE:20240409
STATUS:CONFIRMED
SUMMARY:Faulenzen
RRULE:FREQ=YEARLY;BYMONTH=4,5,6,7,8,9,10;BYDAY=MO;BYSETPOS=2
END:VEVENT
END:VCALENDAR

Image

@rakekniven
Copy link
Member

My linked issue is related to the translation part

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 30-feedback bug feature: caldav Related to CalDAV internals
Projects
None yet
Development

No branches or pull requests

6 participants