pinkmine/configs/calendar-enhancer.jsonc.dist

17 lines
367 B
Text

{
"useForProjects": [
"*" // '*' - все, или перечислить отдельные проекты
],
"customFields": [
{
"dateFormat": "yyyy-MM-dd HH:mm",
"customFieldName": "Custom field name",
"alias": ""
}
],
"descriptionCalendarParams": {
"title": "Calendar:",
"lineRegexp": "(?<=\\*\\ ).+"
},
"calendarEventsKey": "calendar"
}