mhewedy / ews

Go package wrapper for Exchange Web Service (EWS). Supports NTLM and more! Used in mego https://github.com/mhewedy/mego
Other
42 stars 27 forks source link

Allow to receive ItemId and support calendar refresh #7

Open johnwiichang opened 3 years ago

johnwiichang commented 3 years ago

Has been put into production use. Anyone who needs it urgently can try the johnwiichang/ews branch and replace go.mod with

replace github.com/mhewedy/ews => github.com/johnwiichang/ews v0.0.0-20210624105008-30bfbb05d4eb

if you are using go mod.