diff --git a/source/features.rst b/source/features.rst index b051525e75db979d6cfc0237839afb2a4019df7d..35ae1eb7c445e648ed1120b49464b0c396823231 100644 --- a/source/features.rst +++ b/source/features.rst @@ -57,13 +57,13 @@ Relevant guides: - :ref:`study-sessions` - :ref:`set-up-external-scheduler` - :ref:`make-appointments-with-external-scheduler` +- :ref:`access-calendar-feeds` .. TODO:: - manage study sessions - make appointments - manage resources - - access calendar feeds Misc ---- diff --git a/source/guides/access-calendar-feeds.rst b/source/guides/access-calendar-feeds.rst new file mode 100644 index 0000000000000000000000000000000000000000..d749c05848c1b7bed19f9fbc4c194618c8ff45ee --- /dev/null +++ b/source/guides/access-calendar-feeds.rst @@ -0,0 +1,23 @@ +.. _access-calendar-feeds: + +Access calendar feeds +===================== + +Access the calendar feeds overview page. +---------------------------------------- +add "/feeds/" to the URL of the castellum start page and confirm. + + +Find the different types of calendars: +-------------------------------------- + +1. Under "Per User" find user-specific feeds: + + - "all follow-ups" lists, in a single calendar, all follow-ups from all studies where you are a member. + - "all appointments" shows, in a single calendar, all appointments from all studies where you are a member. + +2. Under "Per Study", find all appointments for each study where you are a member. + +3. Under "Per Resource" find all occupied slots for all resources. + + - The list of resources is configurable by your institution (TODO link to resources guide) diff --git a/source/index.rst b/source/index.rst index b64377065c35cf1cc7b4578ea80d4f7394705467..184072682b16c8c89f40595b1c041a095ebfb695 100644 --- a/source/index.rst +++ b/source/index.rst @@ -26,3 +26,4 @@ Welcome to Castellum's documentation! guides/consent-management guides/recruitment guides/appointments-external-scheduler + guides/access-calendar-feeds