Package io.milton.resource
Interface ICalResource
-
- All Superinterfaces:
PropFindableResource,Resource
public interface ICalResource extends PropFindableResource
Represents a resource which can return an ical textual representation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetICalData()Generate an iCalendar representation of this resource-
Methods inherited from interface io.milton.resource.PropFindableResource
getCreateDate
-
Methods inherited from interface io.milton.resource.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
-
-
-
-
Method Detail
-
getICalData
String getICalData()
Generate an iCalendar representation of this resource- Returns:
-
-