feature(Calendar Moodle): adds and modifies the week and day view for moodle events

This commit is contained in:
SimonGschnell
2025-02-19 14:52:51 +01:00
parent 5cb09c8e7b
commit 40f64cc979
8 changed files with 195 additions and 98 deletions
+20
View File
@@ -20164,6 +20164,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'lvinfo',
'phrase' => 'Moodleinformationen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Moodle Informationen",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Moodle Information",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lehre',