This commit is contained in:
Jonas Forsberg
2021-11-12 12:51:33 +01:00
parent 6fe1bd3e0c
commit 93a38129c0
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
function reset_evolution() {
# Reset evolution calendar factory
# When it hangs connecting to EWS calendar outlooko365
EWS_DEBUG=2 /usr/lib/evolution-data-server/evolution-calendar-factory -w
}