Class CalendarSilverpeasTemplateNames


  • public class CalendarSilverpeasTemplateNames
    extends Object
    It defines the names of the Silverpeas templates used in the Silverpeas Calendar API to notify attendees about some events occurring during the lifecycle of calendar events and of their attendees. These templates are provided by default by the Calendar API but they can be overridden by any component instance by specifying their own template with the same name.
    Author:
    mmoquillon
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String TEMPLATE_ATTENDEE_ADDING
      Template of the message that will be sent to notify about the adding of one or more attendees to a given calendar event.
      static String TEMPLATE_ATTENDEE_PARTICIPATION
      Template of the message that will be sent to notify about the update of the participation of an attendee to a given calendar event.
      static String TEMPLATE_ATTENDEE_PRESENCE
      Template of the message that will be sent to notify about the update of the presence status of an attendee to a given calendar event.
      static String TEMPLATE_ATTENDEE_REMOVING
      Template of the message that will be sent to notify about the removing of one or more attendees from a given calendar event.
      static String TEMPLATE_EVENT_CREATED
      Template of the message that will be sent to notify about the creation of the properties of a given calendar event (other than its attendees).
      static String TEMPLATE_EVENT_DELETED
      Template of the message that will be sent to notify about the deletion of an event in a calendar.
      static String TEMPLATE_EVENT_UPDATED
      Template of the message that will be sent to notify about the update of the properties of a given calendar event (other than its attendees).
      static String TEMPLATE_SINCE_ATTENDEE_ADDING
      Template of the message that will be sent to notify about the adding of one or more attendees in several occurrences of an event in a calendar since a given occurrence (can be the first one).
      static String TEMPLATE_SINCE_ATTENDEE_PARTICIPATION
      Template of the message that will be sent to notify about the update of the participation status in several occurrences of an event in a calendar since a given occurrence (can be the first one).
      static String TEMPLATE_SINCE_ATTENDEE_PRESENCE
      Template of the message that will be sent to notify about the update of the presence status in several occurrences of an event in a calendar since a given occurrence (can be the first one).
      static String TEMPLATE_SINCE_ATTENDEE_REMOVING
      Template of the message that will be sent to notify about the removing of one or more attendees from several occurrences of an event in a calendar since a given occurrence (can be the first one).
      static String TEMPLATE_SINCE_EVENT_DELETED
      Template of the message that will be sent to notify about the deletion of several occurrences of an event in a calendar since a given occurrence (can be the first one).
      static String TEMPLATE_SINCE_EVENT_UPDATED
      Template of the message that will be sent to notify about the update of several occurrences of an event in a calendar since a given occurrence (can be the first one).
    • Field Detail

      • TEMPLATE_ATTENDEE_ADDING

        public static final String TEMPLATE_ATTENDEE_ADDING
        Template of the message that will be sent to notify about the adding of one or more attendees to a given calendar event.
        See Also:
        Constant Field Values
      • TEMPLATE_ATTENDEE_REMOVING

        public static final String TEMPLATE_ATTENDEE_REMOVING
        Template of the message that will be sent to notify about the removing of one or more attendees from a given calendar event.
        See Also:
        Constant Field Values
      • TEMPLATE_ATTENDEE_PARTICIPATION

        public static final String TEMPLATE_ATTENDEE_PARTICIPATION
        Template of the message that will be sent to notify about the update of the participation of an attendee to a given calendar event.
        See Also:
        Constant Field Values
      • TEMPLATE_ATTENDEE_PRESENCE

        public static final String TEMPLATE_ATTENDEE_PRESENCE
        Template of the message that will be sent to notify about the update of the presence status of an attendee to a given calendar event.
        See Also:
        Constant Field Values
      • TEMPLATE_EVENT_CREATED

        public static final String TEMPLATE_EVENT_CREATED
        Template of the message that will be sent to notify about the creation of the properties of a given calendar event (other than its attendees).
        See Also:
        Constant Field Values
      • TEMPLATE_EVENT_UPDATED

        public static final String TEMPLATE_EVENT_UPDATED
        Template of the message that will be sent to notify about the update of the properties of a given calendar event (other than its attendees).
        See Also:
        Constant Field Values
      • TEMPLATE_EVENT_DELETED

        public static final String TEMPLATE_EVENT_DELETED
        Template of the message that will be sent to notify about the deletion of an event in a calendar.
        See Also:
        Constant Field Values
      • TEMPLATE_SINCE_EVENT_UPDATED

        public static final String TEMPLATE_SINCE_EVENT_UPDATED
        Template of the message that will be sent to notify about the update of several occurrences of an event in a calendar since a given occurrence (can be the first one).
        See Also:
        Constant Field Values
      • TEMPLATE_SINCE_EVENT_DELETED

        public static final String TEMPLATE_SINCE_EVENT_DELETED
        Template of the message that will be sent to notify about the deletion of several occurrences of an event in a calendar since a given occurrence (can be the first one).
        See Also:
        Constant Field Values
      • TEMPLATE_SINCE_ATTENDEE_REMOVING

        public static final String TEMPLATE_SINCE_ATTENDEE_REMOVING
        Template of the message that will be sent to notify about the removing of one or more attendees from several occurrences of an event in a calendar since a given occurrence (can be the first one).
        See Also:
        Constant Field Values
      • TEMPLATE_SINCE_ATTENDEE_ADDING

        public static final String TEMPLATE_SINCE_ATTENDEE_ADDING
        Template of the message that will be sent to notify about the adding of one or more attendees in several occurrences of an event in a calendar since a given occurrence (can be the first one).
        See Also:
        Constant Field Values
      • TEMPLATE_SINCE_ATTENDEE_PRESENCE

        public static final String TEMPLATE_SINCE_ATTENDEE_PRESENCE
        Template of the message that will be sent to notify about the update of the presence status in several occurrences of an event in a calendar since a given occurrence (can be the first one).
        See Also:
        Constant Field Values
      • TEMPLATE_SINCE_ATTENDEE_PARTICIPATION

        public static final String TEMPLATE_SINCE_ATTENDEE_PARTICIPATION
        Template of the message that will be sent to notify about the update of the participation status in several occurrences of an event in a calendar since a given occurrence (can be the first one).
        See Also:
        Constant Field Values