Fix #31: .ICS attachment Convert DateTimeImmutable before formatting it#32
Fix #31: .ICS attachment Convert DateTimeImmutable before formatting it#32dalgwen wants to merge 1 commit intoJodliDev:masterfrom
Conversation
…ing to format it closes JodliDev#31
|
Hello -) But more importantly: I have a feeling that we are trying to fix an underlying issue in https://github.com/JodliDev/libcalendaring calendar/drivers/caldav/caldav_driver.php Line 1374 in f0a90df or (which I think is the culprit here) get_mail_ical_objects() in libcalendaring https://github.com/JodliDev/libcalendaring/blob/f96299dbd7fd26599c01c4e64183a90f69bed645/libcalendaring.php#L1172 If I am not mistaken, the output from load_events() is coming from the database, so it should not be Immutable - meaning we dont have to correct it. So in theory, if we fix get_mail_ical_objects() everything should work as expected. I will continue to investigate and see if my theory is correct. |
|
OK, I see what you mean and why you would like to fix it at the source. |
closes #31