Go to most recent revision | Details | 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"; |
||
| 5 | |||
| 6 | $Calender[0]->Shortname="room14b"; |
||
| 7 | $Calender[0]->UserName="usernameforroom14b"; |
||
| 8 | $Calender[0]->Password="xyz"; |
||
| 9 | |||
| 10 | $Calender[1]->Shortname="room11"; |
||
| 11 | $Calender[1]->UserName="usernameforroom11"; |
||
| 12 | $Calender[1]->Password="xyz"; |
||
| 13 | |||
| 14 | $Calender[2]->Shortname="room14a"; |
||
| 15 | $Calender[2]->UserName="usernameforroom14a"; |
||
| 16 | $Calender[2]->Password="xyz"; |
||
| 17 | |||
| 18 | ?> |
||
| 19 |