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

ICal DTSTART Parsing Issue for certain Repeating Events with Excluded Dates (EXDATE) #2257

Open
Dan-Peck opened this issue Nov 15, 2024 · 0 comments

Comments

@Dan-Peck
Copy link
Collaborator

An internal issue affecting START dates for YEARLY repeating events, and MONTHLY, BY DAY repeating events was discovered when an EXDATE did not exclude an occurrence that it should have. (Dev Note: The T was not being added to the DTSTART string when $start_time was appended to event occurrences beyond the first instance.)

Here is a sample VEVENT entry that is affected by this scenario:

BEGIN:VEVENT
RRULE:FREQ=MONTHLY;UNTIL=20241220T170000Z;INTERVAL=1;BYDAY=3FR
EXDATE;TZID=Pacific Standard Time:20241115T090000
UID:0XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX0
 0XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
SUMMARY:EXDATE MONTHLY BY DAY TEST
DTSTART;TZID=Pacific Standard Time:20241018T090000
DTEND;TZID=Pacific Standard Time:20241018T093000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20241115T164458Z
TRANSP:TRANSPARENT
STATUS:CONFIRMED
SEQUENCE:0
LOCATION:
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-BUSYSTATUS:FREE
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:1
X-MICROSOFT-DONOTFORWARDMEETING:FALSE
X-MICROSOFT-DISALLOW-COUNTER:FALSE
X-MICROSOFT-REQUESTEDATTENDANCEMODE:DEFAULT
X-MICROSOFT-ISRESPONSEREQUESTED:FALSE
END:VEVENT

Note: The most recent case exhibiting similar end-behavior is: #2246

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant