ExchangeCalendar / exchangecalendar

Exchange Calendar, Tasks, Contacts provider for Mozilla Thunderbird
GNU General Public License v3.0
677 stars 58 forks source link

Fix updates for public calendars #268

Closed simonschmeisser closed 5 years ago

simonschmeisser commented 5 years ago

This fixes issue #161

The code in this function assumes that calendars are only in folder called "calendar" but for public calendars the folder is actually "publicfolderroot"

This is a WIP as there might be other folders containing calendars and there are other subfolders in "Public Folder" (our company has a shared addressbook there as well). Since addressbooks are apparently handled somewhere else I just hardcoded that in here. Not a proper solution but works. I would really welcome some suggestions on how to integrate this more properly!

advancingu commented 5 years ago

Superseded by #276. Thanks for looking into it.