Skip to main content

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:

  1. If the user exists 2.If the user has appUserProfile
  2. If the organization exists
  3. If the user is a part of the organization.
  4. If the event is recurring, create the recurring event instances.
  5. If the event is non-recurring, create a single event.

Defined in

src/resolvers/Mutation/createEvent.ts:44