talawa-api / Exports / resolvers/Mutation/createEvent
Module: resolvers/Mutation/createEvent
Table of contents
Variables
Variables
createEvent
• Const
createEvent: MutationResolvers
["createEvent"
]
This function enables to create an event.
Param
parent of current request
Param
payload provided with the request
Param
context of entire application
Remarks
The following checks are done:
- If the user exists 2.If the user has appUserProfile
- If the organization exists
- If the user is a part of the organization.
- If the event is recurring, create the recurring event instances.
- If the event is non-recurring, create a single event.