first commit
This commit is contained in:
13
api_events/tasks2events/occupant_tasks/meeting_advisor.py
Normal file
13
api_events/tasks2events/occupant_tasks/meeting_advisor.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from api_events.tasks2events.default_abstract import AddEventFunctionality
|
||||
|
||||
|
||||
class BuildMeetingAdvisor(AddEventFunctionality):
|
||||
service_code = "SRO-MT-ADV"
|
||||
related_code = "MT-ADV"
|
||||
events = [
|
||||
{"function_code": "eb36de59-8268-4d96-80b6-5d01c12bf0b1"},
|
||||
{"function_code": "5c10d6ae-2aee-4243-a7c3-94826d028d13"},
|
||||
]
|
||||
|
||||
def __new__(cls, *args, **kwargs):
|
||||
return super().retrieve_events(cls.events)
|
||||
Reference in New Issue
Block a user