public class ChyCaldavController extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ChyCaldavController.UsersHome |
| Constructor and Description |
|---|
ChyCaldavController() |
| Modifier and Type | Method and Description |
|---|---|
ChyCaldavCalendar |
getCalendarsHome(ChyCaldavUser user) |
List<ChyCaldavItem> |
getItems(ChyCaldavCalendar pCal) |
byte[] |
getMeetingData(ChyCaldavItem m) |
Date |
getModifiedDate(ChyCaldavItem m) |
ChyCaldavController |
getRoot() |
long |
getUniqueId(ChyCaldavItem m) |
List<ChyCaldavUser> |
getUsers(ChyCaldavController.UsersHome usersHome) |
ChyCaldavController.UsersHome |
getUsersHome(ChyCaldavController root) |
public ChyCaldavController getRoot()
public ChyCaldavController.UsersHome getUsersHome(ChyCaldavController root)
public List<ChyCaldavUser> getUsers(ChyCaldavController.UsersHome usersHome)
public ChyCaldavCalendar getCalendarsHome(ChyCaldavUser user)
public List<ChyCaldavItem> getItems(ChyCaldavCalendar pCal) throws io.milton.http.exceptions.NotAuthorizedException, io.milton.http.exceptions.BadRequestException
io.milton.http.exceptions.NotAuthorizedExceptionio.milton.http.exceptions.BadRequestExceptionpublic byte[] getMeetingData(ChyCaldavItem m)
public long getUniqueId(ChyCaldavItem m)
public Date getModifiedDate(ChyCaldavItem m)
Copyright © 2016. All rights reserved.