Ignore:
Timestamp:
08/06/12 18:17:24 (12 years ago)
Author:
acoutinho
Message:

Ticket #2966 - Suporte a importacao e exportacao de tarefas / correcoes de bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/js/init.js

    r6945 r6951  
    239239                                        startTime: new Date().toString('yyyy-MM-dd 00:00:00'), 
    240240                                        endTime: new Date().toString('yyyy-MM-dd 00:00:00'), 
    241                                         allDay: '1' 
     241                                        allDay: '1', 
     242                                        participants:  
     243                                        [{   
     244                                            user: User.me.id,  
     245                                            isOrganizer: 1, 
     246                                            acl: 'row' 
     247                                        }] 
    242248                                }); 
    243249                                 
Note: See TracChangeset for help on using the changeset viewer.