mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Support for listing calendar entries by their outlook status (isOutlook / OutlookUID), via a Canned Query
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@38094 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -82,4 +82,11 @@ public interface CalendarService
|
||||
*/
|
||||
@NotAuditable
|
||||
PagingResults<CalendarEntry> listCalendarEntries(String[] siteShortNames, Date from, Date to, PagingRequest paging);
|
||||
|
||||
/**
|
||||
* Retrieves all Outlook based {@link CalendarEntry} instances in the repository
|
||||
* for the given site, optionally filtered by the Outlook Event UID.
|
||||
*/
|
||||
@NotAuditable
|
||||
PagingResults<CalendarEntry> listOutlookCalendarEntries(String siteShortName, String outlookUID, PagingRequest paging);
|
||||
}
|
||||
|
Reference in New Issue
Block a user