void frmContactEditor::AddCalendarAddress( wxCommandEvent& event )
{
+ // Bring up the window to add the calendar address.
+
int intResult = 0;
frmContactEditorCalAdr *frameCECalAdr = new frmContactEditorCalAdr ( this );
void frmContactEditor::ModifyCalendarAddress( wxCommandEvent& event )
{
+ // Bring up the window to modify the calendar address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteCalendarAddress( wxCommandEvent& event )
{
+ // Bring up the window to delete the calendar address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddCalendarRequest( wxCommandEvent& event )
{
+ // Bring up the window to add a calendar request address.
+
int intResult = 0;
frmContactEditorCalAdr *frameCECalAdr = new frmContactEditorCalAdr ( this );
void frmContactEditor::ModifyCalendarRequest( wxCommandEvent& event )
{
+ // Bring up the window to modify a calendar request address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteCalendarRequest( wxCommandEvent& event )
{
+ // Bring up the window to delete a calendar request address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddFreeBusy( wxCommandEvent& event )
{
+ // Bring up the window to add a calendar free/busy address.
+
int intResult = 0;
frmContactEditorCalAdr *frameCECalAdr = new frmContactEditorCalAdr ( this );
void frmContactEditor::ModifyFreeBusy( wxCommandEvent& event )
{
+ // Bring up the window to modify a calendar free/busy address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteFreeBusy( wxCommandEvent& event )
{
+ // Bring up the window to delete a calendar free/busy address.
+
long longSelected = -1;
int intSelectedData = 0;