Commit graph

22 commits

Author SHA1 Message Date
daladim
17716575d8 Added support for calendar colors 2021-07-08 16:01:54 +02:00
daladim
bf68d81ec8 More derive(Debug) 2021-07-05 11:06:55 +02:00
daladim
65791806bc Checking HTTP response codes 2021-04-20 00:22:56 +02:00
daladim
849cbbc07a Added the update_item function 2021-04-20 00:22:55 +02:00
daladim
c63f859cbc Implemented delete_item for remote calendars 2021-04-20 00:22:42 +02:00
daladim
e24fab2ccb Implemented add_item for remote calendars 2021-04-20 00:22:41 +02:00
daladim
f2dd528d33 Fixed initial sync 2021-04-20 00:22:39 +02:00
daladim
3d9adcec08 Fixed a SyncStatus inconsistency 2021-04-03 19:14:38 +02:00
daladim
d5932121dd [cleanup] 2021-04-03 18:48:31 +02:00
daladim
0b65dff46d Caching version IDs from the server 2021-04-03 18:47:05 +02:00
daladim
0158cfb2d4 Changed traits 2021-04-03 18:47:05 +02:00
daladim
078b650c00 Implemented get_item_version_tags for RemoteCalendar 2021-04-03 18:47:04 +02:00
daladim
479011755e Traits are closer to what actual calendars provide 2021-04-03 18:46:59 +02:00
daladim
9355629136 add_item now returns a Result 2021-03-28 19:47:28 +02:00
daladim
5c3c5c8090 Re-wrote Provider::sync 2021-03-28 19:47:26 +02:00
daladim
86f3566532 Trait is closer to what caldav servers provide 2021-03-28 19:47:25 +02:00
daladim
7af147e417 Implemented RemoteCalendar::get_item_ids 2021-03-28 19:47:24 +02:00
daladim
ddaa32c9f5 More async in traits 2021-03-28 19:47:21 +02:00
daladim
6ce077ca12 More async functions in traits 2021-03-28 19:47:20 +02:00
daladim
70557160f2 Fixed warnings 2021-03-28 19:47:19 +02:00
daladim
060f33b4bd Turning calendars into Arc<Mutex> 2021-03-28 19:47:18 +02:00
daladim
caaddf910c Major overhaul: more generics! 2021-03-28 19:47:15 +02:00