mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
(bug) Unable to sync iCalendar correctly
This commit is contained in:
parent
45bbd99340
commit
015a1d7532
@ -3,6 +3,7 @@
|
|||||||
## Next release
|
## Next release
|
||||||
|
|
||||||
- Fix a bug: missing payment transfer journal code in accouting line
|
- 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
|
- improvement: add settlement by transfer/check to invoice paiement info
|
||||||
|
|
||||||
## v6.3.12 2024 February 12
|
## v6.3.12 2024 February 12
|
||||||
|
@ -18,7 +18,7 @@ class ICalendarImportService
|
|||||||
cal.events.each do |evt|
|
cal.events.each do |evt|
|
||||||
uids.push(evt.uid.to_s)
|
uids.push(evt.uid.to_s)
|
||||||
ICalendarEvent.update_or_create_by(
|
ICalendarEvent.update_or_create_by(
|
||||||
{ uid: evt.uid.to_s },
|
{ uid: evt.uid.to_s, i_calendar_id: i_calendar_id},
|
||||||
{
|
{
|
||||||
dtstart: evt.dtstart,
|
dtstart: evt.dtstart,
|
||||||
dtend: evt.dtend,
|
dtend: evt.dtend,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user