-
Notifications
You must be signed in to change notification settings - Fork 57
Calendars from public folders not working correctly #161
Comments
Same here (5.0.0 alpha 2 as well), any hints where to start debugging? |
I'm currently having a closer look but I'm completely new to all of complex JS, thunderbird, lightning, exchange ... so might need some help sooner or later When I add or remove an item in a public calendar I get an error in
so apparently |
@edwin-v @simonschmeisser Are the events in question immediately inside the See also https://docs.microsoft.com/en-us/dotnet/api/microsoft.exchange.webservices.data.wellknownfoldername?view=exchange-ews-api and https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxosfld/68a85898-84fe-43c4-b166-4711c13cdd61 for additional information. |
Running the version with my PR #268
Our public folder contains two Items: a calendar and an address book, I guess updates to the address book also end up here. I see no clue about the exact folder. I cannot test changing something in the contacts as the exchange web interface is so broken I don't dare using it and exchangecalendar is read only @advancingu should I update my PR to consider the |
* Replace hardcoded folder names with folder class to determine synchronization method. * Improve variable declarations. * Improve comparison operators.
@simonschmeisser Please try my fix in #276. I've replaced the folder names with the class type to determine the type of synchronization needed. Hopefully this works. |
@advancingu that works well and might even fix some other bugs, thanks! |
#161 Calendars from public folders not working correctly
Should be fixed now. |
This is actually a long standing issue that has existed since this plugin moved from 1stsetup.
Newly created events in calendars from "public folders" won't appear unless you manually clear the cache.
Delete event is greyed out in the context menu of events. The 'delete' function from the event window does work.
I also get a lot of "Failed to read '*' from chrome://exchangecalendar/locale/calExchangeCalendar.properties." where * varies, but often has syncFolderEventMessage. I'm not sure if this is related or separate.
TB 52.6.0 / Lightning 5.4.6 / 4.0.0-beta5
The text was updated successfully, but these errors were encountered: