lazhen
2024-05-30 7ba9073f61f44b41b941ab6ee732d02b47b988f4
_Main/BL/Type_LibCal_SubscriberEventTable/Method_InitializeTable.qbl
@@ -48,11 +48,11 @@
        startTime   := participation.StartDate().DateTime( timezone ).AddAsPeriod( timezone, event.StartTimeOfDay() );
    //    info( this.ID(), startTime, endTime );
        if( this.ID() = 'Day' ){
          this.InitializeDay( this, row, startTime, endTime );
          this.InitializeDay( this, row, startTime, endTime, event.Description() );
        }else if( this.ID() = 'Week' ){
          this.InitializeWeek( this, row, startTime, endTime );
          this.InitializeWeek( this, row, startTime, endTime, event.Description() );
        }else{
          this.InitializeMonth( this, row, startTime, endTime );
          this.InitializeMonth( this, row, startTime, endTime, event.Description() );
        }
    
      }