1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

(bug) Unable to sync iCalendar correctly

This commit is contained in:
Du Peng 2024-02-19 12:55:55 +01:00
parent 45bbd99340
commit 015a1d7532
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## Next release
- Fix a bug: missing payment transfer journal code in accouting line
- Fix a bug: unable to sync iCalendar correctly
- improvement: add settlement by transfer/check to invoice paiement info
## v6.3.12 2024 February 12

View File

@ -18,7 +18,7 @@ class ICalendarImportService
cal.events.each do |evt|
uids.push(evt.uid.to_s)
ICalendarEvent.update_or_create_by(
{ uid: evt.uid.to_s },
{ uid: evt.uid.to_s, i_calendar_id: i_calendar_id},
{
dtstart: evt.dtstart,
dtend: evt.dtend,