mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 11:12:22 -05:00
rename getCalendarEtag to getCalendarCtag
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@273 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
23549bfcac
commit
b6956d5853
@ -1071,7 +1071,7 @@ public class ExchangeSession {
|
|||||||
return wdr.getStatusCode();
|
return wdr.getStatusCode();
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getCalendarEtag() throws IOException {
|
public String getCalendarCtag() throws IOException {
|
||||||
String etag = null;
|
String etag = null;
|
||||||
Enumeration calendarEnum = wdr.propfindMethod(calendarUrl, 0);
|
Enumeration calendarEnum = wdr.propfindMethod(calendarUrl, 0);
|
||||||
if (!calendarEnum.hasMoreElements()) {
|
if (!calendarEnum.hasMoreElements()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user