[Home]

Summary:ASTERISK-19276: Google Calendar periodic event miss updating
Reporter:Serge Magnier (sergio162)Labels:
Date Opened:2012-01-31 02:44:47.000-0600Date Closed:2012-02-09 14:56:54.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_calendar_caldav
Versions:1.8.9.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:My asterisk server is configured to get appointments of a Google Calendar.

When I do theses actions:
1) Create a periodic event on google calendar,
2) Modify only one appointment of this periodic event (for example the title)
The "calendar show calendar xxx" command shows me three times the event : once the old one and two new ones.
Comments:By: Matt Jordan (mjordan) 2012-02-09 14:56:54.387-0600

If google reports back multiple appointments, then res_calendar_caldav will treat it as such.  Most likely because you've modified an instance of an appointment, Google calendar has broken the periodic appointment into three distinct pieces: those appointments that occur before the one that was modified, the modified one, and those appointments that occur after the modified one.

I would think this would be the expected behavior.