-
Notifications
You must be signed in to change notification settings - Fork 22
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
include_all_day not seems to work #111
Comments
I notice this issue with multi-day all-day events. I'm pulling ICS calendars from two different O365 instances. Neither seem to respect the default include_all_day behavior as it relates to multi-day all-day events and the events are included on the calendar. I was able to remove the multi-day all-day events by changing the parser to ics, but that created an offset issue that I fixed with offset_hours, However, this will need to be managed w/ daylight savings. This event was not included with the default RIE parser. This event remains on the calendar using the RIE parser. Is there anything else I can provide to help diagnose this? Or is there another workaround I may be missing? |
Thanks very much for the info. I’ll try to get to this next week, but no guarantees, this is a busy time of year for me. On Dec 5, 2023, at 6:47 PM, jstuhlsatz ***@***.***> wrote:
I notice this issue with multi-day all-day events. I'm pulling ICS calendars from two different O365 instances. Neither seem to respect the default include_all_day behavior as it relates to multi-day all-day events and the events are included on the calendar.
I was able to remove the multi-day all-day events by changing the parser to ics, but that created an offset issue that I fixed with offset_hours, However, this will need to be managed w/ daylight savings.
This event was not included with the default RIE parser.
BEGIN:VEVENT
UID:
SUMMARY:DND Day
DTSTART;VALUE=DATE:20230703
DTEND;VALUE=DATE:20230704
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20231205T221637Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION:
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-BUSYSTATUS:WORKINGELSEWHERE
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:TRUE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-DONOTFORWARDMEETING:FALSE
X-MICROSOFT-DISALLOW-COUNTER:FALSE
X-MICROSOFT-REQUESTEDATTENDANCEMODE:DEFAULT
END:VEVENT
This event remains on the calendar using the RIE parser.
BEGIN:VEVENT
UID:
SUMMARY:SPIRIT - Remote Revisit
DTSTART;VALUE=DATE:20231204
DTEND;VALUE=DATE:20231209
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20231205T221637Z
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:TRUE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-DONOTFORWARDMEETING:FALSE
X-MICROSOFT-DISALLOW-COUNTER:FALSE
X-MICROSOFT-REQUESTEDATTENDANCEMODE:DEFAULT
END:VEVENT`
Is there anything else I can provide to help diagnose this? Or is there another workaround I may be missing?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hello,
I try to integrate with the following config (french School vacation)
All day not seems to work
The text was updated successfully, but these errors were encountered: