mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-9156 Port the existing (SharePoint Specific) recurring events logic to Java, and add some basic tests for fetching it
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28917 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -94,18 +94,19 @@ public interface CalendarEntry extends Serializable, PermissionCheckValue {
|
||||
|
||||
/**
|
||||
* Gets the event recurrence rule.
|
||||
* TODO Define these
|
||||
* This needs to be in the SharePoint/Outlook format of
|
||||
* FREQ=...;INTERVAL=...;BY...=...;COUNT=...
|
||||
*/
|
||||
String getRecurrenceRule();
|
||||
|
||||
/**
|
||||
* Sets the event recurrence rule
|
||||
* TODO Define these
|
||||
* Sets the event recurrence rule, in SharePoint/Outlook format
|
||||
*/
|
||||
void setRecurrenceRule(String recurrenceRule);
|
||||
|
||||
/**
|
||||
* Gets the date of the last instance of this recurring event
|
||||
* Gets the date of the last instance of this recurring event,
|
||||
* i.e. the last date up until which recurrances will occur.
|
||||
*/
|
||||
Date getLastRecurrence();
|
||||
|
||||
|
Reference in New Issue
Block a user