View Source ExNylas.EventReminder.Build (ExNylas v0.9.0)

Helper module for validating an event reminder before creating/updating it.

Summary

Types

@type t() :: %ExNylas.EventReminder.Build{
  overrides: [map()] | nil,
  use_default: boolean() | nil
}

Functions

Link to this function

changeset(struct, params \\ %{})

View Source