Skip to content

OGo Docs

Sections
Personal tools
You are here: Home » Members » olivier's Home » OGo Defaults

OGo Defaults

Document Actions
OpenGroupware Defaults obtained by grep'ing the lib folder, as well as some other that are scatered in the plone.

OpenGroupware.org Defaults

These Defaults were collected from the binaries and the source code of the OpenGroupware application. It is a long but not complete list.

NSGlobalDomain



Default parameter

Default value

Comments

LSMaxSearchCount

“”;


LSNewsImagesPath



LSNewsImagesUrl



LSTimeZones



TimeZoneName

GMT


WOHttpAllowHost



Languages

English


LSModelName

OpenGroupware.org_PostgreSQL


LSConnectionDictionary

{

databaseName = ogo;

hostName = localhost;

password = ;

port = 5432;

userName = ogo;

};


LSAttachmentPath

/var/lib/opengroupware.org/documents/


LSAdaptor

PostgreSQL





commands/LSAddress.cmd/Resources/Defaults.plist

// NSUserDefaults

Default parameter

Default value

Comments

BuildFormletterPath

buildFormletter.py

Binary to create form letter

LSAddressType

{

Enterprise = ( "ship", "bill" );

Person = ( "private", "mailing", "location" );

};


LSTeleType

{

Enterprise = ("01_tel", "02_tel", "10_fax" );

Person = ("01_tel", "02_tel", "03_tel_funk", "05_tel_private", "10_fax", "15_fax_private", );

};


formletter_kind

"winword"


formletter_kinds

("winword", "framemaker", "excel");


SkyPublicExtendedPersonAttributes

(

{ key = "email1";type = 3; },

{ key = "email2";type = 3; },

{ key = "email3";type = 3; },

{ key = "job_title"; },

{ key = "other_title1";},

{ key = "other_title2";},

);

Obs: When adding your extended attributes include the defaults in the left otherwise you will not see the content of the email1... other_title2.

SkyPrivateExtendedPersonAttributes

()


SkyPrivateExtendedPersonAttributes

(

{key = palmSync;

localizeValue = YES;

type = 2;},

{key = palmCategory;

type = 1;}

);

The defaults on the left were obtained from the old Skyrix 4.1 manual. They may not apply anymore.

SkyPublicExtendedEnterpriseAttributes

(

{ key = "email2"; type = 3; },

{ key = "email3"; type = 3; },

{ key = "job_title";},

{ key = "other_title1";},

{ key = "other_title2";},

);

Example:

(

{ key = "email2"; type = 3; },

{ key = "email3"; type = 3; },

{ key = "job_title";},

{ key = "other_title1";},

{ key = "other_title2";},



{key = CNPJ;type = 1;},

{key = "Insc. Estadual";type = 1;},

{key = "Insc. Municipal";type = 1;}

);

SkyPrivateExtendedEnterpriseAttributes

()

(

{key = palmSync;

type = 2;},

{key = palmCategory;

type = 1;}

);

SkyPublicExtendedProjectAttributes

();

Example:

(

{key = Status;

values = {

"10%" = "10%";

"50%" = "50%";

"90%" = "90%";

"100%" = "100%";};},



{key = "Valor da Proposta";

type = 1;}

);

ConverterAttributes

{

contentTypes = {

vCard = "text/x-vcard";

formLetter = "text/plain";

};

vCardKeys = {

prefix= "BEGIN:vCard\nVERSION:3.0\nFN:";

firstname= "";

middlename = " ";

name= " ";

address = "ADR;TYPE=WORK,POSTAL,PARCEL:";

address.street = "";

tel1.number = "\nTEL;TYPE=VOICE,MSG,WORK:";

tel2.number = "\nTEL;TYPE=VOICE,MSG,WORK:";

fax.number = "\nTEL;TYPE=FAX,WORK:";

url = "\nURL:";

suffix = "\nEND:vCard\n";

};

LSVCard = ("firstname", "middlename", "name", "tel1.number", "tel2.number",

"fax.number", "url");

}


RequiredAttributes

{

Person = ("degree", "firstname", "name", "salutation", "sex",

"email1");

Enterprise = ("description", "bank", "bank_code", "account");

Address = ("name1", "name2", "name3", "street", "zip", "city");

Telephone= ("number", "type", "info");

};


LSPersonFormLetter

{

framemaker = (

{ key = "toAddress.name1"; suffix = "\n"; },

{ key = "toAddress.name2"; suffix = "\n"; },

{ key = "toAddress.name3"; suffix = "\n"; },

{ key = "degree";suffix = " "; },

{ key = "firstname";suffix = " "; },

{ key = "name"; suffix = "\n\n";},

{ key = "toAddress.street"; suffix = "\n"; },

{ key = "toAddress.zip";suffix = " "; },

{ key = "toAddress.city";suffix = "\n\n\n\n\n\n";},

{ key = "salutation";suffix = " "; },

{ key = "name"; suffix = ",\n\n"; }

);

winword = (

{ key = "salutation";suffix = ";"; },

{ key = "gender";suffix = ";"; },

{ key = "degree";suffix = ";"; },

{ key = "firstname";suffix = ";"; },

{ key = "name"; suffix = ";"; },

{ key = "toAddress.name1"; suffix = ";"; },

{ key = "toAddress.name2"; suffix = ";"; },

{ key = "toAddress.name3"; suffix = ";"; },

{ key = "toAddress.street"; suffix = ";"; },

{ key = "toAddress.zip";suffix = ";"; },

{ key = "toAddress.city";suffix = ";"; },

{ key = "tel1.number"; suffix = ";"; },

{ key = "email1";suffix = "\n"; }

);

excel = (

{ key = "salutation";suffix = "\t";},

{ key = "gender";suffix = "\t";},

{ key = "degree";suffix = "\t";},

{ key = "firstname";suffix = "\t";},

{ key = "name"; suffix = "\t";},

{ key = "toAddress.name1"; suffix = "\t";},

{ key = "toAddress.name2"; suffix = "\t";},

{ key = "toAddress.name3"; suffix = "\t";},

{ key = "toAddress.street"; suffix = "\t";},

{ key = "toAddress.zip";suffix = "\t";},

{ key = "toAddress.city";suffix = "\t";},

{ key = "tel1.number"; suffix = "\t";},

{ key = "email1";suffix = "\n"; }

);

};


LSEnterpriseFormLetter

framemaker = (

{ key = "toAddress.name1";suffix = "\n";},

{ key = "toAddress.name2";suffix = "\n";},

{ key = "toAddress.name3";suffix = "\n";},

{ key = "toAddress.street";suffix = "\n";},

{ key = "toAddress.zip";suffix = " ";},

{ key = "toAddress.city";suffix = "\n\n\n\n\n\n\n"; },

{ key = "toPerson.salutation"; suffix = " ";},

{ key = "toPerson.name";suffix = ",\n\n"; }

);

winword = (

{ key = "toPerson.salutation";suffix = ";";},

{ key = "toPerson.gender";suffix = ";";},

{ key = "toPerson.degree";suffix = ";";},

{ key = "toPerson.firstname"; suffix = ";";},

{ key = "toPerson.name";suffix = ";";},

{ key = "description";suffix = ";";},

{ key = "toAddress.name1";suffix = ";";},

{ key = "toAddress.name2";suffix = ";";},

{ key = "toAddress.name3";suffix = ";";},

{ key = "toAddress.street"; suffix = ";";},

{ key = "toAddress.zip";suffix = ";";},

{ key = "toAddress.city"; suffix = ";";},

{ key = "toPerson.tel1.number"; suffix = ";";},

{ key = "toPerson.email1";suffix = ";";},

{ key = "bank"; suffix = ";";},

{ key = "bankCode"; suffix = ";";},

{ key = "account";suffix = "\n"; }

);

excel = (

{ key = "toPerson.salutation"; suffix = "\t"; },

{ key = "toPerson.gender"; suffix = "\t"; },

{ key = "toPerson.degree"; suffix = "\t"; },

{ key = "toPerson.firstname";suffix = "\t"; },

{ key = "toPerson.name";suffix = "\t"; },

{ key = "description"; suffix = "\t"; },

{ key = "toAddress.name1"; suffix = "\t"; },

{ key = "toAddress.name2"; suffix = "\t"; },

{ key = "toAddress.name3"; suffix = "\t"; },

{ key = "toAddress.street"; suffix = "\t"; },

{ key = "toAddress.zip";suffix = "\t"; },

{ key = "toAddress.city";suffix = "\t"; },

{ key = "toPerson.tel1.number"; suffix = "\t"; },

{ key = "toPerson.email1"; suffix = "\t"; },

{ key = "bank"; suffix = "\t"; },

{ key = "bankCode"; suffix = "\t"; },

{ key = "account"; suffix = "\n"; }

);

};


LSVCard

("firstname", "middlename", "name", "tel1.number", "tel2.number", "fax.number", "url");


LSVCard_AddressMapping

{"location" = "dom";

"private" = "home";

"mailing" = "pref,postal,intl,parcel";

"ship" = "pref,postal,intl,work,dom";

"bill" = "intl,parcel";

};


LSVCard_TelephoneMapping

{

"01_tel" = "work,pref,voice";

"02_tel" = "work,voice";

"10_fax" = "work,fax";

"03_tel_funk" = "cell,voice";

"05_tel_private" = "home,voice";

"15_fax_private" = "home,fax";

};


LSAutoCompanyLoginPrefix

OGo


LSAutoCompanyNumberPrefix

OGo


commands/LSAccount.cmd/Resources/Defaults.plist



Default parameter

Default value

Comments

LSCreateAccountsReadonly

NO


<< Top

commands/LSBase.cmd/Resources/Defaults.plist



Default parameter

Default value

Comments

LSMimeTypes



"ab"= "application/x-applixware";

"ag"= "application/x-applixware";

"ai"= "application/postscript";

"aif" = "audio/x-aiff";

"aifc"= "audio/x-aiff";

"aiff"= "audio/x-aiff";

"am"= "application/x-applixware";

"ap"= "application/x-applixware";

(...)

"xll" = "application/x-excel";

"xlm" = "application/vnd.ms-excel";

"xls" = "application/vnd.ms-excel";

"xlt" = "application/vnd.ms-excel";

"xlw" = "application/vnd.ms-excel";

"xml" = "text/xml";

"xpm" = "image/x-xpixmap";

"xtmpl" = "skyrix/xtmpl";

"xwd" = "image/x-xwindowdump";

"zip" = "application/zip";


LSDisableSessionLog

NO


commands/LSDocuments.cmd/Resources/Defaults.plist



Default parameter

Default value

Comments

__LSDocuments_CVSID__

$Id$


commands/LSProject.cmd/Resources/Defaults.plist



Default parameter

Default value

Comments

LSAttachmentPath

"/var/lib/opengroupware.org/documents";


UseFlatDocumentFileStructureStatus

NO


LSJobImportFormat

{

Seperator = ";";

Format =

(

"HierachieNumber",

"name",

"startDate",

"endDate",

"ExecutantToken"

);

};


skyp4_log_documentdownload

YES


UseFoldersForIDRanges

YES


LSWProjects

(These Defaults exist in the source but they are not in the binaries – bug 1268)

Default parameter

Default value

Comments

project_sub_view

"attributes"


projects_sub_view

“common”


projects_blocksize

20


projects_no_of_cols

2


LSPluginViewerEnabled

YES


LSPluginEnabledUserAgents

(

"Mozilla/4.0 (compatible; MSIE"

//

// "Mozilla/4.0 (compatible; MSIE 4.5; Mac_PowerPC)",

// "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)",

// "Mozilla/4.61 (Macintosh; I; PPC)",

// "Mozilla/4.61 [en] (WinNT; I)"



);


SkyEnableContactAttrInDocuments

NO


"project_editor_commonVisibility"

1


commands/LSSearch.cmd/Resources/Defaults.plist



Default parameter

Default value

Comments

LSMaxSearchCount

100;


LSFullSearchConfig

{

Person = {single = ( "Address", "Telephone", "CompanyInfo" );

compound = ( );

};

Enterprise = {

single = ( "Address", "Telephone", "CompanyInfo" );

compound = ( );

}


commands/LSTasks.cmd/Resources/Defaults.plist



Default parameter

Default value

Comments

__LSTasks_CVSID__

$Id$


commands/LSTeam.cmd/Resources/Defaults.plist



Default parameter

Default value

Comments

__LSTeam_CVSID__

$Id$


Webui/OgoPalm.lso/Resources/Defaults.plist



Default parameter

Default value

Comments

SkyPalmAddressEditor_note_rows

6;


SkyPalmAddressEditor_note_cols

40;


SkyPalmDateEditor_note_rows

6;


SkyPalmDateEditor_note_cols

40;


SkyPalmMemoEditor_memo_rows

6;


SkyPalmMemoEditor_memo_cols

40;


SkyPalmJobEditor_note_rows

6;


SkyPalmJobEditor_note_cols

40;


SkyPalmPreferences_show_address

1;


SkyPalmPreferences_show_date

1;


SkyPalmPreferences_show_memo

1;


SkyPalmPreferences_show_job

1;


SkyPalmAddressEditor_expand_attributes

1;


SkyPalmDateEditor_expand_attributes

1;


SkyPalmDateEditor_expand_repeat

1;


SkyPalmDateList_PalmDateViewer_Attributes

(

attribute_startdate,

attribute_enddate,

attribute_description

)


SkyPalmDateList_PalmDateViewer_BlockSize

10;


SkyPalmDateList_PalmDateViewer_HideDeleted

0;


SkyPalmDateList_PalmDateViewer_SortKey

startdate;


SkyPalmDateList_PalmDateViewer_AutoscrollSize

0;


SkyPalmMemoEditor_expand_attributes

1;


SkyPalmJobEditor_expand_attributes

1;


SkyPalmAddressList__AutoscrollSize

0;


SkyPalmAddressList__BlockSize

150;


SkyPalmAddressList__HideDeleted

1;


SkyPalmAddressList__SortKey

categoryName;


SkyPalmAddressList__SortOrder

0;


SkyPalmMemoList__AutoscrollSize

0;


SkyPalmMemoList__BlockSize

150;


SkyPalmMemoList__HideDeleted

1;


SkyPalmMemoList__SortKey

categoryName;


SkyPalmMemoList__SortOrder

0;


SkyPalmJobList__AutoscrollSize

0;


SkyPalmJobList__BlockSize

150;


SkyPalmJobList__HideDeleted

1;


SkyPalmJobList__SortKey

isCompleted;


SkyPalmJobList__SortOrder

0;


SkyPalmDateList__AutoscrollSize

0;


SkyPalmDateList__BlockSize

150;


SkyPalmDateList__HideDeleted

1;


SkyPalmDateList__SortKey

startdate;


SkyPalmDateList__SortOrder

0;


SkyPalmSync_preSyncWithSkyrix

YES;


SkyPalmSync_postSyncWithSkyrix

NO;


OGoPalmAddress_Person_AttributeMapping

{

company = nickname;

custom1 = "job_title";

custom2 = degree;

custom3 = url;

custom4 = middlename;

email = email1;

fax = "10_fax";

firstname = firstname;

home = "05_tel_private";

lastname = name;

main = "02_tel";

note = comment;

other = "15_fax_private";

title = "job_title";

work = "01_tel";

};


SkyPalmAddressList__Attributes

(

"attribute_description",

"attribute_categoryName",

"attribute_skyrixRecord",

"attribute_skyrixSync",

"attribute_palmSync",

"attribute_main"

);


SkyPalmDateList__Attributes

(

"attribute_date",

"attribute_description",

"attribute_repeat",

"attribute_skyrixRecord",

"attribute_skyrixSync",

"attribute_palmSync"

);


SkyPalmJobList__Attributes

(

"attribute_jobStatus",

"attribute_description",

"attribute_skyrixRecord",

"attribute_skyrixSync",

"attribute_palmSync",

"attribute_duedate",

"attribute_categoryName",

"attribute_priority"

);


SkyPalmMemoList__Attributes

(

"attribute_memo",

"attribute_categoryName",

"attribute_skyrixRecord",

"attribute_skyrixSync",

"attribute_palmSync"

);


Webui/AddressUI.lso/Resources/Defaults.plist



Default parameter

Default value

Comments

enterprise_sub_view

"attributes";


persons_sub_view

"attributes";


address_blocksize

"20";


address_no_of_cols

"3";


attributes_no_of_cols

"2";


formletter_kind

"winword";


formletter_kinds

("winword", "framemaker", "excel");


“person_viewer_expand_ "

1;


persons_view_attributes

{

" " = (

name,

firstname,

middlename,

nickname,

degree,

salutation,

sex,

url,

email1,

email2,

01_tel,

02_tel,

05_tel_private,

10_fax,

15_fax_private,

birthday,

keywords,

owner,

contact,

objectVersion,

comment

);

};


"enterprise_viewer_expand_ "

1


enterprises_view_attributes

{

" " = (

owner,

contact,

url,

01_tel,

02_tel,

10_fax,

email,

keywords,

bank,

bank_code,

account,

objectVersion,

comment

);

};


company_editor_address_columns

3


person_gathering_phones

( "01_tel", "10_fax", "03_tel_funk" );


person_gathering_category_count

2


skycontacts_Person_importcfg_defaultcsv

{

format = "csv";

separator = ",";

firstLine = 0;

};


skycontacts_Enterprise_importcfg_defaultcsv

{

format = "csv";

separator = ",";

firstLine = 0;

};


skycontacts_Person_importcfg_defaulttsv

{

format = "csv";

separator = " ";

firstLine = 0;

};


skycontacts_Enterprise_importcfg_defaulttsv

{

format = "csv";

separator = " ";

firstLine = 0;

};


skycontacts_Person_importcfg_msoutlookcsv

{

format= "csv";

separator = ",";

firstLine = "1";

mapping = {

"column0"= "salutation";

"column1"= "firstname";

"column2"= "middlename";

(.....)

//"column90" = ""; // vertraulichkeit

//"column91" = ""; // verzeichnisserver

//"column92" = ""; // vorname yomi

"column93" = "url";

//"column94" = ""; // weiters postfach

};

};


skycontacts_Enterprise_importcfg_msoutlookcsv

{

format= "csv";

separator = ",";

firstLine = "1";

mapping = {

//"column0"= "salutation";

//"column1"= "firstname";

//"column2"= "middlename";

//"column3"= "name";

//"column4"= "degree"; // suffix

"column5"= "name"; // firma

(.....)

//"column92" = ""; // vorname yomi

"column93" = "url";

//"column94" = ""; // weiters postfach

};

};


skycontacts_Person_importcfg_msoutlookexpcsv



format = "csv";

separator = ";";

firstLine = "1";

mapping = {

"column0" = "firstname";

"column1" = "name"; // nachname

"column2" = "middlename";

(....)

"column25" = "degree";

//"column26" = ""; // abteilung

//"column27" = ""; // buero

"column28" = "comment";

};

};


skycontacts_Enterprise_importcfg_msoutlookexpcsv

{

format= "csv";

separator = ";";

firstLine = "1";

mapping = {

//"column0"= "firstname";

//"column1"= "name"; // nachname

//"column2"= "middlename";

(...)

//"column25" = "degree";

//"column26" = ""; // abteilung

//"column27" = ""; // buero

"column28" = "comment";

};

};


skycontacts_Person_importcfg_netscapecsv

{

format= "csv";

separator = ",";

firstLine = 0;

mapping = {

"column0"= "firstname";

"column1"= "name"; // nachname

(...)

//"column36" = ""; // custom 4

"column37" = "comment";

};

};


skycontacts_Person_importcfg_netscapetsv

{

format= "csv";

separator = " ";

firstLine = 0;

mapping = {

"column0"= "firstname";

"column1"= "name"; // nachname

(....)

//"column36" = ""; // custom 4

"column37" = "comment";

};

};


skycontacts_Enterprise_importcfg_netscapecsv

{

format= "csv";

separator = ",";

firstLine = 0;

mapping = {

//"column0"= "firstname";

//"column1"= "name"; // nachname

(...)

//"column36" = ""; // custom 4

"column37" = "comment";

};

};


skycontacts_Enterprise_importcfg_netscapetsv

{

format= "csv";

separator = " ";

firstLine = 0;

mapping = {

//"column0"= "firstname";

//"column1"= "name"; // nachname

(...)

//"column36" = ""; // custom 4

"column37" = "comment";

};

};


address_clipboard_format

"$name1$ $name2$ $name3$\\r\\n$street$\\r\\n$zip$ $city$\\r\\n$country$\\r\\n";


contactimport_birthdaydateformat

"%Y-%m-%d"


contactimport_personattrnames

(

firstname, middlename, name, nickname, email1, isPrivate

);


contactimport_enterpriseattrnames

( name, email, number, isPrivate );


contactimport_upload_defaultcfg

{

format= csv;

separator = ",";

firstLine = "0";

};


contactimport_upload_defaultpersonattrs

(

firstname, middlename, name, number, nickname, salutation, degree, url,

gender, birthday, comment, keywords

);


contactimport_upload_defaultenterpriseattrs

(

number, name, priority, salutation, url, bank, bankCode, account, email,

comment, keywords

);


contactimport_upload_addressattrs

(

name1, name2, name3, street, zip, city, country, state

);


Webui/BaseUI.lso/Resources/Defaults.plist



Default parameter

Default value

Comments

SkyButtonInactiveButtonTextColor

"#AAAAAA";


SkyButtonActiveButtonTextColor

"black";


SkyButtonTextMode

NO;


SkyButtonRowDefaultButtonsLeft

NO;


SkyButtonRowHideInactiveButtons

YES;


SkyButtonRowOrdering

( clip, mail, delete, edit, move, new );


SkyDockablePagesOrdering

( "UserManager",

"News",

"Persons",

"Enterprises",

"Projects",

"Scheduler2",

"Jobs",

"Imap"

);


SkyDockTextMode

NO;


SkyDockShowBookmarks

YES;


SkyDockShowDesktop

YES;


SkyDockLogo

"skyrix_logo.gif";


SkyDockLogoLink

"http://www.skyrix.com";


SkyDockLogoMenuAlignment

"right";


mail_editor_type

"internal";


mail_send_type

"plain";


SkyPageRefreshTimeout

300;


SkyEditorPageTimeOut

3600;


SkyShowPageTimings

NO;


OGoDebugDnD

NO;


OGoDebugPageRefresh

NO;


OGoDockLabelWidth

18;


OGoWindowFrameFocusScriptTemplate

"<script language='JavaScript'>

<!-- hide, generated by OGoWindowFrame

if (document.$formName$) {

if (document.$formName$.$fieldName$) {

document.$formName$.$fieldName$.focus();

document.$formName$.$fieldName$.select();

}

}

// -->

</script>";


Webui/EnterprisesUI.lso/Resources/Defaults.plist



Default parameter

Default value

Comments

enterprise_sub_view

"attributes";


persons_sub_view

"attributes";


address_blocksize

"20";


address_no_of_cols

"3";


formletter_kind

"winword";


enterprise_editor_commonVisibility

1;


enterprise_editor_addressVisibility

1;


enterprise_editor_extendedVisibility

0;


enterprise_editor_commentVisibility

0;


enterprise_editor_contactVisibility

0;


enterprise_editor_categoryVisibility

0;


enterprise_editor_privateVisibility

0;


Webui/JobUI.lso/Resources/Defaults.plist



Default parameter

Default value

Comments

joblist_view

"toDoList";


job_view

"jobHistoryList";


job_blocksize

"10";


job_no_of_cols

"2";


JobImportFormat

{

Seperator= ";";

Format = ("HierachieNumber", "name", "startDate",

"endDate", "ExecutantToken");

};


job_defaultDuration

"7"; // days


job_editor_account_format

"$name$, $firstname$ ($login$)";


"job_viewer_expand_Attributes"

1;


jobs_view_attributes

{

Attributes = (

accountingInfo,

actualWork,

associatedCompanies,

keywords,

category,

comment,

completionDate,

executant,

kind,

notify,

owner,

percentComplete,

priority,

project,

sensitivity,

jobStatus,

totalWork,

kilometers,

objectVersion,

nonEmptyOnly

);

};


JobListIconMap

{

"00_created"= "led_red.gif";

"20_processing" = "led_yellow.gif";

"25_done" = "led_green.gif";

"02_rejected" = "led_red.gif";

"30_archived" = "led_dark.gif";

};


JobAttrsEditor_sensitivities

( 1, 2, 3, 4 );


JobAttrsEditor_percentages

( 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 );


JobAttrsEditor_priorities

( 1, 2, 3, 4, 5 );


OGoTaskLinksEnabled

YES;


Webui/LDAPAccounts.lso/Resources/Defaults.plist

Default parameter

Default value

Comments




webui/LSWScheduler.lso/Resources/Defaults.plist



Default parameter

Default value

Comments

scheduler_time_input_type

"PopUp";


scheduler_apttype_input_type

"Icons";


scheduler_appointment_view

"attributes";


scheduler_blocksize

20;


scheduler_view

"overview";


absence_mode

"withAbsence";


scheduler_start_hour

"11";


scheduler_end_hour

"12";


scheduler_no_of_cols

"2";


scheduler_hide_ignore_conflicts

0;


"scheduler_editor_expand_attributes"

1;


"scheduler_editor_expand_participants"

1;


"scheduler_editor_expand_resources"

0;


"scheduler_editor_expand_access"

0;


"scheduler_editor_expand_move"

0;


"scheduler_editor_comment_rows"

8;


"scheduler_editor_comment_columns"

80;


"scheduler_pref_expand_editor"

0;


"scheduler_pref_expand_overview"

0;


"scheduler_pref_expand_dayOverview"

0;


"scheduler_pref_expand_weekOverview"

0;


"scheduler_pref_expand_holidays"

0;


"scheduler_pref_expand_access"

0;


scheduler_mail_binding_values

("startDate", "endDate", "title",

"location", "creator",

"participants", "comment",