Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 117 Rev 135
Línea 1653... Línea 1653...
1653
                                'url'               => $url,
1653
                                'url'               => $url,
1654
                                'backgroundColor'   => $backgroundColor,
1654
                                'backgroundColor'   => $backgroundColor,
1655
                                'textColor'         => $textColor,
1655
                                'textColor'         => $textColor,
1656
                                'allDay'            => true,
1656
                                'allDay'            => true,
1657
                                'type'              => 'task',
1657
                                'type'              => 'task',
-
 
1658
                                'source'            => 'internal',
1658
                            ]);
1659
                            ]);
1659
                        }
1660
                        }
Línea 1660... Línea 1661...
1660
                        
1661
                        
Línea 1703... Línea 1704...
1703
                                'url'               => $url,
1704
                                'url'               => $url,
1704
                                'backgroundColor'   => $backgroundColor,
1705
                                'backgroundColor'   => $backgroundColor,
1705
                                'textColor'         => $textColor,
1706
                                'textColor'         => $textColor,
1706
                                'allDay'            => true,
1707
                                'allDay'            => true,
1707
                                'type'              => 'task',
1708
                                'type'              => 'task',
-
 
1709
                                'source'            => 'internal',
1708
                            ]);
1710
                            ]);
1709
                        }
1711
                        }
Línea 1710... Línea 1712...
1710
                        
1712
                        
Línea 1765... Línea 1767...
1765
                                        'url'               => $url,
1767
                                        'url'               => $url,
1766
                                        'backgroundColor'   => $backgroundColor,
1768
                                        'backgroundColor'   => $backgroundColor,
1767
                                        'textColor'         => $textColor,
1769
                                        'textColor'         => $textColor,
1768
                                        'allDay'            => true,
1770
                                        'allDay'            => true,
1769
                                        'type'              => 'task',
1771
                                        'type'              => 'task',
-
 
1772
                                        'source'            => 'internal',
1770
                                    ]);
1773
                                    ]);
1771
                                }
1774
                                }
1772
                            }
1775
                            }
1773
                        }
1776
                        }
Línea 1833... Línea 1836...
1833
                                        'url'               => $url,
1836
                                        'url'               => $url,
1834
                                        'backgroundColor'   => $backgroundColor,
1837
                                        'backgroundColor'   => $backgroundColor,
1835
                                        'textColor'         => $textColor,
1838
                                        'textColor'         => $textColor,
1836
                                        'allDay'            => true,
1839
                                        'allDay'            => true,
1837
                                        'type'              => 'task',
1840
                                        'type'              => 'task',
-
 
1841
                                        'source'            => 'internal',
1838
                                    ]);
1842
                                    ]);
1839
                                }
1843
                                }
1840
                            }
1844
                            }
1841
                        }
1845
                        }
Línea 1899... Línea 1903...
1899
                                'start'             => $start,
1903
                                'start'             => $start,
1900
                                'end'               => $end,
1904
                                'end'               => $end,
1901
                                'url'               => $zoomMeeting->join_url,
1905
                                'url'               => $zoomMeeting->join_url,
1902
                                'backgroundColor'   => $backgroundColor,
1906
                                'backgroundColor'   => $backgroundColor,
1903
                                'textColor'         => $textColor,
1907
                                'textColor'         => $textColor,
1904
                                'type'              => 'event'
1908
                                'type'              => 'event',
-
 
1909
                                'source'            => 'external',
1905
                            ]);
1910
                            ]);
1906
                        }
1911
                        }
1907
                        break;
1912
                        break;
1908
                }
1913
                }
1909
            }
1914
            }