public interface CalendarOperations
Resource createEvent(SlingHttpServletRequest request) throws OperationException
CalendarEvent
base on the specified SlingHttpServletRequest
.request
- the client requestResource
OperationException
- if there is an error occursResource createEvent(Resource target, UserProperties up, Map<String,Object> requestParams) throws OperationException
target
- the target calendar resource.up
- the author of the eventrequestParams
- the properties of the new event.Resource
OperationException
- if an error occurs.Resource updateEvent(SlingHttpServletRequest request) throws OperationException
request
- OperationException
- if there is an error occursResource updateEvent(Resource target, UserProperties up, Map<String,Object> requestParams) throws OperationException
target
- the target calendar resource.up
- the author of the eventOperationException
- if there is an error occursResource deleteEvent(SlingHttpServletRequest request) throws OperationException
request
- OperationException
- if there is an error occursResource deleteEvent(Resource target) throws OperationException
target
- the target calendar resource.OperationException
- if there is an error occursSocialComponent getSocialComponentForResource(Resource resource, SlingHttpServletRequest request)
SocialComponent
for the specified resource.resource
- the resourcerequest
- the original requestSocialComponent
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"