Class ShareEventUtil


  • @Scriptable
    public final class ShareEventUtil
    extends Object
    • Method Detail

      • synchronizeParticipants

        public static void synchronizeParticipants​(IProcessingContext p_ctx,
                                                   String p_eventId)
                                            throws Exception
        Synchronizes the event participants field in the event data group with the event participants data group. Requires Intrexx Share 3.2.
        Parameters:
        p_ctx - The processing context.
        p_eventId - The event ID.
        Throws:
        Exception
      • deleteEventsMarkedAsDeleted

        public static void deleteEventsMarkedAsDeleted​(IProcessingContext p_ctx,
                                                       long p_lDelay)
                                                throws Exception
        Delete events marked as deleted.
        Parameters:
        p_ctx - The processing context.
        p_lDelay - The delay. Delete events that have been marked as deleted since at least p_lDelay milliseconds.
        Throws:
        Exception