Class BwEventObj

All Implemented Interfaces:
Serializable, Comparable<BwEvent>, Comparator<BwEvent>, AlarmsEntity, AttachmentsEntity, AttendeesEntity, CategorisedEntity, CommentedEntity, ConceptEntity, ContactedEntity, DescriptionEntity<BwLongString>, EventEntity, OwnedEntity, RecurrenceEntity, ResourcedEntity, ShareableEntity, StartEndComponent, SummaryEntity, XpropsEntity, org.bedework.util.calendar.ScheduleMethods, org.bedework.util.logging.Logged

public class BwEventObj extends BwEvent implements org.bedework.util.calendar.ScheduleMethods
An Event in Bedework.
Version:
1.0
See Also:
  • Constructor Details

    • BwEventObj

      public BwEventObj()
      Constructor
  • Method Details

    • makeFreeBusyRequest

      public static BwEvent makeFreeBusyRequest(BwDateTime start, BwDateTime end, BwOrganizer organizer, String originator, Set<BwAttendee> attendees, Set<String> recipients)
      Make a persistable freebusy request
      Parameters:
      start - bw start
      end - bw end
      organizer - possible organizer
      originator - possible originator
      attendees - possible attendees
      recipients - possible recipients
      Returns:
      event object
    • clone

      public Object clone()
      Description copied from class: BwUnversionedDbentity
      Make visible
      Overrides:
      clone in class BwEvent
      Returns:
      Object of class T