Closed arionl closed 2 months ago
Hello, @arionl !
Thank you for providing this detailed report on the issue you are experiencing!
We do support EXDATE
, and were unable to reproduce this issue when researching and testing various scenarios. There may be an edge-case we have not tried that is not fully covered; in order to track down the cause, we will need some more information. If you are comfortable doing so, please review and answer the questions below, as this will help us analyze this further (Note: you may also open a support ticket with us rather than replying to this public thread):
BEGIN:VEVENT
to the next END:VEVENT
that include the EXDATE;
line)? (Note: You may munge or remove the UID line and/or any text portion of data containing personal information)VEVENT
data, please describe the exact parameters of the re-occuring event configuration? (e.g., Repeating every week, on Mon, Wed, Fri between Jul 1 2024 and Sep 1 2024, with the exception of . . . ).ics
URL link used in the block configurationTo open a ticket with us, you may visit:
https://dakboard.freshdesk.com/support/tickets/new
Then simply reply here to let us know you've opened the ticket and we will have an agent assigned to address it.
Thank you! --Dan P.
Hi @Dan-Peck . The event where I saw this issue has expired off of my family calendar (it covered a reoccurring period of daily events in July, with some days removed/skipped - mostly weekends). I'm using a "rolling week" calendar view. Attached is a screenshot of my settings. I'll create a new event to see if I can replicate the problem. Thanks for the reply!
Hi @arionl,
When you have time to create an event please reopen this and we would be glad to investigate further.
Describe the bug I'm using ICS calendar URLs from an Outlook calendar in DAKboard. I'm using public URLs created from my calendars (i.e.,
https://outlook.office365.com/owa/calendar/[...]/reachcalendar.ics
). So far, this has been working great. However, when I create a reoccurring calendar event that reoccurs daily for a period of time, I often need to remove specific events. When I remove specific events on certain days that fall inside of a reoccurring range, they aren't reflected when rendered in DAKboard.To Reproduce Steps to reproduce the behavior:
Expected behavior Don't show events that have been removed from a reoccurring period.
Additional context I looked at the ICS data and I believe this is how events are removed from a reoccurring event:
EXDATE;TZID=Eastern Standard Time:20240713T133000,20240714T133000,20240720T133000,20240721T133000
I found some details about EXDATE here: https://www.kanzaki.com/docs/ical/exdate.html It looks like EXDATE isn't implemented in DAKboard calendar support.