jiti-meet/react/features/calendar-sync
Saúl Ibarra Corretgé ca11cbf6cc calendar-sync: fix loading calendar entries
Checking if the calendar support in the reducer is not only useless but wrong,
since we don't have access to the entire store (the calendar support is checked
in the base/config feature). If calendar support is not enabled the actions
being reduced won't be dispatched anyway, so no harm is done by removing the
check.
2019-06-14 11:32:39 +02:00
..
components feature-flags: add flag for enabling calendar integration 2019-06-11 13:37:50 +00:00
web flow: tame the beast 2019-03-21 14:47:55 +01:00
actionTypes.js chore: use strings as action types 2019-03-21 14:47:55 +01:00
actions.any.js [RN] Add invite function to calendar 2018-09-11 23:27:11 +02:00
actions.native.js flow: tame the beast 2019-03-21 14:47:55 +01:00
actions.web.js feature-flags: add flag for enabling calendar integration 2019-06-11 13:37:50 +00:00
constants.js fix(calendar): show error message if authorization fails on event fetch 2018-11-06 11:56:25 -08:00
functions.any.js Remove some Flow annotations 2019-03-25 13:53:08 +01:00
functions.native.js feature-flags: add flag for enabling calendar integration 2019-06-11 13:37:50 +00:00
functions.web.js feature-flags: add flag for enabling calendar integration 2019-06-11 13:37:50 +00:00
index.js Google & Microsoft calendar API integration (#3340) 2018-08-15 13:11:54 -07:00
middleware.js feature-flags: add flag for enabling calendar integration 2019-06-11 13:37:50 +00:00
reducer.js calendar-sync: fix loading calendar entries 2019-06-14 11:32:39 +02:00