Rev 1158 | Details | Compare with Previous | Last modification | View Log | SVN | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1158 | arune | 1 | <?php |
| 2 | $exchangeurl = "https://server.com/EWS/Exchange.asmx"; |
||
| 3 | $server = "http://localhost"; |
||
| 4 | $basedir = "/exchangeIntegration"; |
||
| 1160 | arune | 5 | $wsdl = "/var/www/exchangeIntegration/Services.wsdl"; |
| 1158 | arune | 6 | |
| 7 | $Calender[0]->Shortname="room14b"; |
||
| 8 | $Calender[0]->UserName="usernameforroom14b"; |
||
| 9 | $Calender[0]->Password="xyz"; |
||
| 10 | |||
| 11 | $Calender[1]->Shortname="room11"; |
||
| 12 | $Calender[1]->UserName="usernameforroom11"; |
||
| 13 | $Calender[1]->Password="xyz"; |
||
| 14 | |||
| 15 | $Calender[2]->Shortname="room14a"; |
||
| 16 | $Calender[2]->UserName="usernameforroom14a"; |
||
| 17 | $Calender[2]->Password="xyz"; |
||
| 18 | |||
| 19 | ?> |
||
| 20 |