1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2024-09-21 00:48:02 +00:00
Commit Graph

230 Commits

Author SHA1 Message Date
dddde78b8a
autopep8 2018-04-15 23:41:50 +03:00
648e418177
fix filter events with start['date'] 2018-04-11 23:38:12 +03:00
a5a97dd263
add test for filter events with start['date'] 2018-04-11 23:37:14 +03:00
53115e5e34
Merge branch 'develop'
* develop:
  rewrite callback for batch requests
  rewrite date/dateTime conversion func's
  performance fix in compare
  remove old test module
  fix sets in events_list_compare
  performance fix in get_item
  more items in comparison test
2018-04-11 17:15:34 +03:00
87a8deafed
rewrite callback for batch requests 2018-04-11 15:41:08 +03:00
c34b4cdb21
rewrite date/dateTime conversion func's 2018-04-11 13:57:48 +03:00
8ea8512c11
performance fix in compare
zip()'ing sorted lists is like 10x faster
( 1.56 seconds instead of 15.05 in test_compare, part_len=5000 )
2018-04-11 12:36:37 +03:00
8eb94089a7
remove old test module 2018-04-11 11:36:23 +03:00
2e49e49d0a
fix sets in events_list_compare
(cherry picked from commit 1cd7baf08c)
2018-04-11 10:44:55 +03:00
ebd88322d7
performance fix in get_item 2018-04-11 10:18:08 +03:00
ff4512fa00
more items in comparison test 2018-04-11 10:15:04 +03:00
9a71bb8035
fix for python 2.7 2018-04-10 09:26:45 +03:00
ada9ff547b
add Travis CI 2018-04-10 09:16:38 +03:00
e2d92458d3
add shuffle to sync tests 2018-04-09 15:08:45 +03:00
0c145bca07
fix incorrect updates of events
make list of events 'to_update' by pairing items instead of zip()'ing unordered lists
2018-04-09 13:21:51 +03:00
63f1998df9
Revert "fix sets in events_list_compare"
To fix the problem with the appearance of duplicate events

This reverts commit 1cd7baf08c.
2018-04-09 12:31:23 +03:00
1cd7baf08c
fix sets in events_list_compare 2018-04-07 20:37:24 +03:00
5d84728de3
fix README 2018-04-07 19:44:27 +03:00
1dee19a55d
+ add_owner in manage script 2018-04-07 19:19:18 +03:00
27c2f60979
print usage in manage script 2018-04-07 19:17:03 +03:00
6cf4888c72
add manage calendars script 2018-04-07 19:12:18 +03:00
f7c06ca935
add requirements.txt 2018-04-07 17:39:21 +03:00
909361ce90
add sync tests 2018-04-07 17:25:09 +03:00
85172efa17
add converter tests 2018-04-07 16:04:04 +03:00
4ebe9a964a
add some tests 2018-04-05 21:39:22 +03:00
c282cb61e8
create/delete calendar 2018-04-05 20:37:09 +03:00
26e35c1b68
fix docs 2018-04-05 20:25:17 +03:00
cc75f522d4
fix Partial Response fields 2018-04-05 14:25:31 +03:00
4f16b8f66b
convert start_date in prepare_sync 2018-04-05 14:08:51 +03:00
3ef89e6d32
Initial commit 2018-04-05 11:16:20 +03:00