Commit Graph

35 Commits

Author SHA1 Message Date
bjoernf 7e36e9143d annotated print_upcoming function 2024-10-05 15:56:08 +02:00
bjoernf 773bd82216 tests are looking good for ongoing events 2024-10-05 15:47:47 +02:00
bjoernf c20f1ca1f0 renamed function parameter 2024-07-10 16:50:24 +02:00
bjoernf 578bf0b0f5 fixed pretty_print_date_time 2024-07-10 16:42:43 +02:00
bjoernf 9bba31490b added pragma once to header file 2024-07-09 11:17:34 +02:00
bjoernf 37b6e1ce2c removed unneeded includes in main.c 2024-07-09 08:32:32 +02:00
bjoernf ad344b03ac commented function, closed file 2024-07-09 07:13:01 +02:00
bjoernf 7809fb64ab implemented new function parse_ics_file 2024-07-09 07:02:12 +02:00
bjoernf 7fc1a17d3b only go back one character to include the new line before field 2024-03-03 17:05:08 +01:00
bjoernf 97208505d8 fixed bug and created script for running tests 2024-03-03 16:29:57 +01:00
bjoernf 76c7f414ef changed formatting 2024-01-20 21:51:07 +01:00
bjoernf 3252bf67ae corrected comment 2024-01-20 21:06:09 +01:00
bjoernf ff20bb92f7 dont put field name summary into summary field 2024-01-20 21:00:18 +01:00
bjoernf 7a5b3bc97a added space folded test case and improved unfolding function 2024-01-20 20:44:15 +01:00
bjoernf b2a2d09a92 improved folding function 2024-01-20 20:38:23 +01:00
bjoernf f874fb99a6 still messy 2024-01-20 20:28:28 +01:00
bjoernf ecfae506c9 unfolding doesnt work correctly 2024-01-20 19:19:39 +01:00
bjoernf af46177bcd fixed bug when SUMMARY is not directly followed by colon 2024-01-01 10:15:32 +01:00
bjoernf f9a617a882 location may be null 2023-12-30 05:17:58 +01:00
bjoernf bf6d09e99a added asserts to prevent segfaults from dereferencing null pointers 2023-12-30 05:02:49 +01:00
bjoernf 78a07b128f improved Makefile and use debugging flags 2023-12-29 06:30:52 +01:00
bjoernf e8ed8b0319 default to printing 5 events and added option -a 2023-09-17 10:27:52 +02:00
bjoernf 0773d4f561 removed unused move_lines.c 2023-09-16 12:39:49 +02:00
bjoernf 0955921918 checked out changes from fix-location-field-bug branch 2023-09-16 12:02:22 +02:00
bjoernf 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
bjoernf 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
bjoernf b3d7d6b45b added Makefile inside src dir 2023-08-25 10:44:15 +02:00
bjoernf bdface378e added newline between events 2023-08-24 02:15:46 +02:00
bjoernf d8cb527f61 added end_date and function to print it accordingly 2023-08-24 01:55:50 +02:00
bjoernf 3a53493e74 changed member date to start_date 2023-08-24 01:10:53 +02:00
bjoernf 0294dbf3e9 added pretty_print_date_time function 2023-08-23 20:03:26 +02:00
bjoernf 7cb6f902b6 added cli parsing functions 2023-08-22 00:12:30 +02:00
bjoernf 7d66bc7b72 get home env var and evolution path for ics file 2023-08-15 21:17:24 +02:00
bjoernf 2c5869143d added gitignore and moved .ics to tests dir 2023-08-15 16:50:00 +02:00
bjoernf 85c68bc097 first commit 2023-08-15 16:31:07 +02:00