You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specific Issue while retrieving Google Calendar which have event with exception with only description changed.
Steps to reproduce
i) create google calendar with recurrent events
ii) edit any event from this calendar, only change the description and not the times.
iii) Now try to use GetOccurences(startDate, endDate) to fetch occurrences for this calendar. It gives error {"Collection was modified; enumeration operation may not execute."}
The text was updated successfully, but these errors were encountered:
Using Ical.net version 2.1.0.14533
I am trying to fetch events from google calendar.
Specific Issue while retrieving Google Calendar which have event with exception with only description changed.
Steps to reproduce
i) create google calendar with recurrent events
ii) edit any event from this calendar, only change the description and not the times.
iii) Now try to use GetOccurences(startDate, endDate) to fetch occurrences for this calendar. It gives error {"Collection was modified; enumeration operation may not execute."}
The text was updated successfully, but these errors were encountered: