Closed piborgne2 closed 10 months ago
Got the same exact problem when trying to sync Calendar... Task and Contact seem to work... But not events....
i think i corrected the problem !
The line 259 is :
$uuid = $this->fromUID($entry->ExtendedProperty[0]->Value);
I replace that line with
if (!empty($entry->ExtendedProperty[0]) && !empty($entry->ExtendedProperty[0]->Value)) { $uuid = $this->fromUID($entry->ExtendedProperty[0]->Value); }
Hi @piborgne2 and @Freshou
Looks like the event has an empty UID, which is unexpected, all events should have a UID according to the spec.
I have already made a patch, will release an update later tonight. Just need to finish making a couple of other changes.
Sebastian
Done.
I've patched your issue and released an update.
Please let me know if that resolves your issue.
On my side, there's no more error in the GUI, it tell me that there 1147 events in my Microsoft account, i select my local calendar, but when i click on the sync button, nothing change in my local calendar...
Is there any log i can send you that could help ???
Hey,
First, do this,
Yes, if there are errors the NC log is the best place for this.
Alternatively, there is a transport log that can be turned on in the Administration Section -> EWS Connector.
Hi,
No this error from my side
Many thanks !
Hey,
First, do this,
- Clear all correlations, press save.
- Then select the correlation you want to use, press save.
- Press Sync. (This takes time, be patient. From my tests it can take up to 30min to sync 512 items, depending on the internet connection at both the NC system and Exchange system side).
Yes, if there are errors the NC log is the best place for this.
Alternatively, there is a transport log that can be turned on in the Administration Section -> EWS Connector.
I did all of this... 12 hours later still nothing from my Outlook calendar that is sync with my NextCloud one...
in the transport log, I can past one item, that I don't know if is was supposed to be sync or not, but its not....
`2024-01-12 12:56:18.106366 - Response
<?xml version="1.0" encoding="utf-8"?>
Here's one of the full transport log if it can you see why nothing get sync on my side ....
Or maybe because I got lot of stuff in my calendars I have to be more patient for the first sync to complete...
@Freshou I see the error in the transport log.
Can you create a new ticket for this please.
2024-01-12 12:56:18.165996 - Response
<?xml version="1.0" encoding="utf-8"?>
@Freshou I see the error in the transport log.
Can you create a new ticket for this please.
2024-01-12 12:56:18.165996 - Response
Set action is invalid for property.ErrorInvalidPropertySet0
I open a new ticket here : https://github.com/ksainc/integration_ews/issues/30#issue-2080381411
Hello,
Describe the bug Events cannot be sync
To Reproduce Steps to reproduce the behavior:
Synchronization Failed: "OCA\\EWS\\Service\\Remote\\RemoteEventsService::fromUID(): Argument #1 ($value) must be of type string, null given, called in \/var\/www\/html\/apps\/integration_ews\/lib\/Service\/Remote\/RemoteEventsService.php on line 259"
Expected behavior A sync of my events :-)
Desktop (please complete the following information):
Additional context ews version : 1.0.23 Contacts and tasks are correctly synchronizing (but I've only a very few - around 10)