TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Function createEvent

    • Creates an Event object

      Parameters

      • id: string = null
      • eventId: string = null
      • editorId: string = null
      • name: string = ''
      • type: EventType = 'event'
      • club: string = ''
      • description: string = ''
      • start: number = ...
      • end: number = ...
      • location: string = 'none'
      • noEnd: boolean = false
      • publicEvent: boolean = false
      • reservation: boolean = false
      • repeatingId: string = null
      • repeatsUntil: number = null

      Returns CalEvent