source: sandbox/2.4.2-expresso1/prototype/modules/calendar/interceptors/expressoMailAdapter.php @ 5341

Revision 5341, 448 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

Line 
1<?php
2
3class expressoMailAdapter {
4   
5    public static function importFromMail( $ical )
6    {
7        $args =  Controller::parse( array( 'service' => 'iCal' ) , $data , $params);
8       
9        include ROOTPATH.'/Sync.php';
10    }
11   
12   
13    public static function getCalendars( $user )
14    {
15       
16
17        //$args =  Controller::parse( array( 'service' => 'iCal' ) , $data , $params);
18        //include ROOTPATH.'/Sync.php';
19    }
20}
21
22?>
Note: See TracBrowser for help on using the repository browser.