Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.6.2
-
Fix Version/s: 3.7
-
Component/s: Calendar, Web Services
-
Testing Instructions:
-
Affected Branches:MOODLE_36_STABLE
-
Fixed Branches:MOODLE_37_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-64641-master -
Pull Master Diff URL:
Description
Data required by the mobile app to be able to create calendar events:
- Allowed event types for the course where the event it is being created: Can be obtained
via calendar_get_allowed_event_types - List of all categories: view the code..
- Whether the course selector should display all courses or only the enrolled ones: view the code.
- List of courses with/without groups. When the user selects the "Group" option, only the courses that have groups are displayed. I guess this can be calculated in the app, but it could require several WS calls. View the code.
Attachments
Issue Links
- blocks
-
MOBILE-1927 Create calendar events in the app
-
- Closed
-
- has a non-specific relationship to
-
MDL-65077 Review the current implemention of the get_access_information WS functions for activity modules
-
- Open
-