ews icon indicating copy to clipboard operation
ews copied to clipboard

Go package wrapper for Exchange Web Service (EWS). Supports NTLM and more! Used in mego https://github.com/mhewedy/mego

Results 5 ews issues
Sort by recently updated
recently updated
newest added

``` var Client = ews.NewClient( "https://mail.meach.cn:443/EWS/exchange.asmx", ExchangeUsername, ExchangePassword, &ews.Config{Dump: true, NTLM: true, SkipTLS: true}, ) start, _ := time.Parse("2006-01-02 15:04:05", "2023-05-12 00:00:00") log.Println(start.Format("2006-01-02 15:04:05")) data, err := ewsutil.ListUsersEvents(Client, []ewsutil.EventUser{ {...

#7 Allow to receive ItemId and support calendar refresh _and also support downgrade when ntlm is selected_

Hi there, My exchange server version is 2010, working on-premises Exchange server. When I run the example code, I get the "The specified server version is invalid" error in the...

Hi there! Question up here. Thank you!