jobisoft / EAS-4-TbSync

[Thunderbird Add-On] The Exchange ActiveSync provider for TbSync to sync contacts, tasks and calendars to Thunderbird.
https://github.com/jobisoft/EAS-4-TbSync/wiki/About:-Provider-for-Exchange-ActiveSync
Mozilla Public License 2.0
197 stars 28 forks source link

Attendee's (as well as my) busy time doesn't shown during meeting creation #184

Open bronweg opened 2 years ago

bronweg commented 2 years ago

My environment:

TbSync version: 3.0.2 Thunderbird version: 91.8.0 (64-bit)

Expected behavior:

When creating an event with attendees I expect to see their as well as my busy time in "Invite Attendees" window.

Actual behavior:

I see no busy time at all in the "Invite Attendees" window. Even my time shown as absolutely available (of course it is not, so it is not a calendar permissions issue). Please see the attached screenshot, chosen time is busy for sure (you can see it on the background).

Attached screenshots:

image

bronweg commented 2 years ago

Anybody? I can't arrange new meetings with attendees without this feature and TbSync turns to unusable.

jobisoft commented 2 years ago

What provider are you using? EAS?

bronweg commented 2 years ago

Yes, it's connected to our corporate office365

bronweg commented 2 years ago

Any ideas?

jsoligny commented 1 year ago

Hi @jobisoft , I'm currently working on this issue. Do you mind if I use Thunderbird Experiments API ? Here's the one I think I'll use : https://docs.google.com/document/d/15awbKiVfdOTmsRpgD1dxm3gvOt08EQZDSnMl8QRBFoY/edit https://github.com/thundernest/tb-web-ext-experiments

Thank you.

jobisoft commented 1 year ago

I do not mind, but I think the state of the add-on currently is not fit to move to a WebExtension approach yet. We do not have the main control logic in the background (from where we could call Experiments), but just start the Bootstrapped API and then run the entire thing as privileged code.

I of course want to get this switch done, but again, I just have no time for it.