tasks_collector.tasksconverter package

Submodules

tasks_collector.tasksconverter.api module

tasksconverter: ….

tasks_collector.tasksconverter.api.convert_date_attribute(date: Union[datetime.datetime, str]) → Optional[str]

Converting date attribute

Args:

date:

Returns:

tasks_collector.tasksconverter.api.correct_task(input_dict: Dict) → Union[str, Dict]

Correcting the task

Args:

input_dict:

Returns:

tasks_collector.tasksconverter.api.format_subject(subject: str, _type='outlook') → str

Properly format subject

Args:

subject: _type:

Returns:

tasks_collector.tasksconverter.api.parse_category(category_list: List, _type='outlook') → Dict

Parse categories

Args:

category_list: _type:

Returns:

tasks_collector.tasksconverter.api.to_generic(tasks_list: List, _type='outlook') → List

Make list of tasks generic

Args:

tasks_list: _type:

Returns:

New list of generic tasks

Module contents