-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
do something on calendar put event #84
Comments
Hi @danielgrigore Daniel We implemented incomong event interception via EventAddHandler. We intercept it in beforeAdd. The wveint is successfully intercepted - we can see it in log. But when we try to update the description of event - it does not change. Why? Or is this successfully changed in the server, but just not synced to the client?
|
@danielgrigore Hi Daniel, can you help a bit with this please. A link to this documentation would also be great. |
@cosminh11 Hi Cosmin I saw you committed a bit here, do you know to intercept there events? |
@danielgrigore Can you assist in any way? I have a developer who is stuck here. |
I am not really sure if I describe this correctly. Say a user is putting a new calendar item into their calendar with the subject "exportthiseventtodisk", how do I go about checking this efficiently, when these calendar items are received by the server so in the case of this example, copy the item to disk?
Should I analyse content when it is being received or are there 'things' in cosmo I can use to trigger the save action? I would expect these cases of having the subject "exportthiseventtodisk" to be very rare. Maybe 1 in 5000 or even less.
The text was updated successfully, but these errors were encountered: