Ignore:
Timestamp:
03/27/12 16:43:45 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Correcoes e melhorias no expressoCalendar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/services/iCal.php

    r5804 r5835  
    218218                                else 
    219219                                { 
     220                         
    220221                                    if( self::_getTime($component , 'dtstamp') > $schedulable['dtstamp'] || $component->getProperty( 'sequence' , false , false ) > $schedulable['sequence']) //Organizador esta requisitando que você atualize o evento 
    221222                                       $interation = self::_makeVEVENT($schedulable , $component , $params); 
     
    225226                                        //Aparentemente é para retornar um ical com o evento atualizado para o attende 
    226227                                    }  
     228                                    if(isset($params['status'])) 
     229                                    { 
     230                                        $pID = self::_getParticipantByMail( Config::me('mail') , $schedulable['participants'] ); 
     231                                        $interation['participant://'.$pID]['status'] = $params['status']; 
     232                                    } 
    227233                                } 
    228234     
Note: See TracChangeset for help on using the changeset viewer.