linagora / esn-frontend-calendar

Calendar SPA for the OpenPaaS Suite - https://open-paas.org/
Other
8 stars 15 forks source link

Event created with google calendar was not received #615

Open asmaNode opened 2 years ago

asmaNode commented 2 years ago

Senario: Create an event in google calendar and invite an openpaas user

Remark: If we accept /refuse the event in mail invitation , it will be visible

asmaNode commented 2 years ago

Create an event with google calendar : (event not visible in openpaas calendar)

eventfromgooglecalendar

accept an event: (event visible in openpaas calendar) eventfromcalendarAccepted

In saber there is no specific processing for the event created by an external user, the same event topic triggered (calendar:event:created) for internal or external user , so the problem normally : james does not send an event when creating

@chibenwa WDYT?

fabienmoyon commented 2 years ago

It's not @BenoitTallandier, it's @chibenwa for James

chibenwa commented 2 years ago

Can we have the EML of such an event for unit testing?

chibenwa commented 2 years ago

Can we audit also the content of the queues of the RabbitMQ backing sabre?

This can easily be done through RabbitMQ management web API

asmaNode commented 2 years ago

yes that is what we should do ,the queues of rabbit mq will explain if the event is received or not , i need to test this in production . this bug does not persist for all users (only my account for the moment)