Skip to content

Commit b32a225

Browse files
committed
fix
1 parent e7c3835 commit b32a225

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

chrome/content/calendar-common-sets.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ exchForewardEvent.prototype = {
7575
args.calendar =calendar;
7676
args.onOk = this.callOnRightClick;
7777
args.opener="exchWebService-onForEve";
78+
79+
dump("\nxxxxxxx args"+JSON.stringify(args));
80+
7881
this._window.openDialog("chrome://calendar/content/calendar-event-dialog-attendees.xul","_blank", "chrome,titlebar,modal,resizable",args);
7982

8083
},
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/* ***** BEGIN LICENSE BLOCK *****
4+
* Version: GPL 3.0
5+
*
6+
* The contents of this file are subject to the General Public License
7+
* 3.0 (the "License"); you may not use this file except in compliance with
8+
* the License. You may obtain a copy of the License at
9+
* http://www.gnu.org/licenses/gpl.html
10+
*
11+
* Software distributed under the License is distributed on an "AS IS" basis,
12+
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13+
* for the specific language governing rights and limitations under the
14+
* License.
15+
*
16+
* ## Exchange 2007/2010 Calendar and Tasks Provider.
17+
* ## For Thunderbird with the Lightning add-on.
18+
*
19+
* This work is a combination of the Storage calendar, part of the default Lightning add-on, and
20+
* the "Exchange Data Provider for Lightning" add-on currently, october 2011, maintained by Simon Schubert.
21+
* Primarily made because the "Exchange Data Provider for Lightning" add-on is a continuation
22+
* of old code and this one is build up from the ground. It still uses some parts from the
23+
* "Exchange Data Provider for Lightning" project.
24+
*
25+
* Author: Deepak Kumar
26+
27+
*
28+
*
29+
* This code uses parts of the Microsoft Exchange Calendar Provider code on which the
30+
* "Exchange Data Provider for Lightning" was based.
31+
* The Initial Developer of the Microsoft Exchange Calendar Provider Code is
32+
* Andrea Bittau <[email protected]>, University College London
33+
* Portions created by the Initial Developer are Copyright (C) 2009
34+
* the Initial Developer. All Rights Reserved.
35+
*
36+
* ***** BEGIN LICENSE BLOCK *****/
37+
-->
38+
39+
<?xml-stylesheet type="text/css" href="chrome://exchangecalendar/skin/calendar-event-dialog-attendees.css"?>
40+
41+
<overlay id="forwardOnRightClick"
42+
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
43+
<script type="application/javascript" src="chrome://exchangecalendar/content/calendar-event-dialog-attendees.js"/>
44+
45+
</overlay>

0 commit comments

Comments
 (0)