Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4696 | Rev 5050 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4696 Rev 4700
Línea 167... Línea 167...
167
            
167
            
168
            $calendarEventMapper = CalendarEventMapper::getInstance($this->adapter);
168
            $calendarEventMapper = CalendarEventMapper::getInstance($this->adapter);
169
            $records = $calendarEventMapper->fetchAllByUserIdAndStartTimeAndEndTime($currentUser->id, $start, $end);
169
            $records = $calendarEventMapper->fetchAllByUserIdAndStartTimeAndEndTime($currentUser->id, $start, $end);
170
            foreach($records as $record) 
170
            foreach($records as $record) 
171
            {
-
 
172
                $type = '';
171
            {
173
                switch($record->type)
172
                switch($record->type)
Línea 174... Línea 173...
174
                {
173
                {
Línea 279... Línea 278...
279
                                        'start'             => $dtStart->format('Y-m-d'),
278
                                        'start'             => $dtStart->format('Y-m-d'),
280
                                        'url'               => '',
279
                                        'url'               => '',
281
                                        'backgroundColor'   => $backgroundColor,
280
                                        'backgroundColor'   => $backgroundColor,
282
                                        'textColor'         => $textColor,
281
                                        'textColor'         => $textColor,
283
                                        'allDay'            => true,
282
                                        'allDay'            => true,
284
                                        'type'              => 'LABEL_CALENDAR_TASK',
283
                                        'type'              => 'task',
285
                                    ]);
284
                                    ]);
286
                                }
285
                                }
287
                            }
286
                            }
Línea 288... Línea 287...
288
                            
287
                            
Línea 351... Línea 350...
351
                                'start'             => $start,
350
                                'start'             => $start,
352
                                'end'               => $end,
351
                                'end'               => $end,
353
                                'url'               => $zoomMeeting->join_url,
352
                                'url'               => $zoomMeeting->join_url,
354
                                'backgroundColor'   => $backgroundColor,
353
                                'backgroundColor'   => $backgroundColor,
355
                                'textColor'         => $textColor,
354
                                'textColor'         => $textColor,
356
                                'type'              => 'LABEL_CALENDAR_EVENT',
355
                                'type'              => 'event',
357
                            ]);
356
                            ]);
358
                        }
357
                        }
359
                        break;
358
                        break;