32 Commits

Author SHA1 Message Date
578bf0b0f5 fixed pretty_print_date_time 2024-07-10 16:42:43 +02:00
9bba31490b added pragma once to header file 2024-07-09 11:17:34 +02:00
37b6e1ce2c removed unneeded includes in main.c 2024-07-09 08:32:32 +02:00
ad344b03ac commented function, closed file 2024-07-09 07:13:01 +02:00
7809fb64ab implemented new function parse_ics_file 2024-07-09 07:02:12 +02:00
7fc1a17d3b only go back one character to include the new line before field 2024-03-03 17:05:08 +01:00
97208505d8 fixed bug and created script for running tests 2024-03-03 16:29:57 +01:00
76c7f414ef changed formatting 2024-01-20 21:51:07 +01:00
3252bf67ae corrected comment 2024-01-20 21:06:09 +01:00
ff20bb92f7 dont put field name summary into summary field 2024-01-20 21:00:18 +01:00
7a5b3bc97a added space folded test case and improved unfolding function 2024-01-20 20:44:15 +01:00
b2a2d09a92 improved folding function 2024-01-20 20:38:23 +01:00
f874fb99a6 still messy 2024-01-20 20:28:28 +01:00
ecfae506c9 unfolding doesnt work correctly 2024-01-20 19:19:39 +01:00
af46177bcd fixed bug when SUMMARY is not directly followed by colon 2024-01-01 10:15:32 +01:00
f9a617a882 location may be null 2023-12-30 05:17:58 +01:00
bf6d09e99a added asserts to prevent segfaults from dereferencing null pointers 2023-12-30 05:02:49 +01:00
78a07b128f improved Makefile and use debugging flags 2023-12-29 06:30:52 +01:00
e8ed8b0319 default to printing 5 events and added option -a 2023-09-17 10:27:52 +02:00
0773d4f561 removed unused move_lines.c 2023-09-16 12:39:49 +02:00
0955921918 checked out changes from fix-location-field-bug branch 2023-09-16 12:02:22 +02:00
0cd92b929d fix-end-date-printing (#2)
printing of the end date was fixed

Reviewed-on: bjoernf/ics_analyzer#2
Co-authored-by: bjoernf <bjoern.foersterling@web.de>
Co-committed-by: bjoernf <bjoern.foersterling@web.de>
2023-09-10 11:37:32 +02:00
061ed30333 insert_event (#1)
Option to insert events seems to work.

Reviewed-on: bjoernf/ics_analyzer#1
Co-authored-by: bjoernf <bjoern.foersterling@web.de>
Co-committed-by: bjoernf <bjoern.foersterling@web.de>
2023-09-09 08:26:50 +02:00
b3d7d6b45b added Makefile inside src dir 2023-08-25 10:44:15 +02:00
bdface378e added newline between events 2023-08-24 02:15:46 +02:00
d8cb527f61 added end_date and function to print it accordingly 2023-08-24 01:55:50 +02:00
3a53493e74 changed member date to start_date 2023-08-24 01:10:53 +02:00
0294dbf3e9 added pretty_print_date_time function 2023-08-23 20:03:26 +02:00
7cb6f902b6 added cli parsing functions 2023-08-22 00:12:30 +02:00
7d66bc7b72 get home env var and evolution path for ics file 2023-08-15 21:17:24 +02:00
2c5869143d added gitignore and moved .ics to tests dir 2023-08-15 16:50:00 +02:00
85c68bc097 first commit 2023-08-15 16:31:07 +02:00