Skip to content
Snippets Groups Projects
Commit e6611528 authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "res_calendar_icalendar: Properly handle recurring events"

parents 12e63bde 667986d8
Branches
Tags
No related merge requests found
......@@ -333,7 +333,7 @@ static void icalendar_add_event(icalcomponent *comp, struct icaltime_span *span,
start_time = icaltime_current_time_with_zone(icaltimezone_get_utc_timezone());
end_time = icaltime_current_time_with_zone(icaltimezone_get_utc_timezone());
end_time.second += pvt->owner->timeframe * 60;
icaltime_normalize(end_time);
end_time = icaltime_normalize(end_time);
for (iter = icalcomponent_get_first_component(pvt->data, ICAL_VEVENT_COMPONENT);
iter;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment