Table of Contents

Class Schedule

Namespace
Crews.PlanningCenter.Api.Services.V2018_08_01
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the Schedule resource.

public record Schedule : IEquatable<Schedule>
Inheritance
Schedule
Implements
Inherited Members

Constructors

Schedule()

public Schedule()

Schedule(Schedule)

protected Schedule(Schedule original)

Parameters

original Schedule

Properties

CanAcceptPartial

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("can_accept_partial")]
public bool? CanAcceptPartial { get; init; }

Property Value

bool?

CanAcceptPartialOneTime

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("can_accept_partial_one_time")]
public bool? CanAcceptPartialOneTime { get; init; }

Property Value

bool?

CanRehearse

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("can_rehearse")]
public bool? CanRehearse { get; init; }

Property Value

bool?

Dates

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("dates")]
public string? Dates { get; init; }

Property Value

string

DeclineReason

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("decline_reason")]
public string? DeclineReason { get; init; }

Property Value

string

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

OrganizationName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization_name")]
public string? OrganizationName { get; init; }

Property Value

string

OrganizationTimeZone

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization_time_zone")]
public string? OrganizationTimeZone { get; init; }

Property Value

string

OrganizationTwentyFourHourTime

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization_twenty_four_hour_time")]
public string? OrganizationTwentyFourHourTime { get; init; }

Property Value

string

PersonName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person_name")]
public string? PersonName { get; init; }

Property Value

string

PlanVisible

True if the scheduled Plan is visible to the scheduled Person

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan_visible")]
public bool? PlanVisible { get; init; }

Property Value

bool?

PlanVisibleToMe

True if the scheduled Plan is visible to the current Person

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan_visible_to_me")]
public bool? PlanVisibleToMe { get; init; }

Property Value

bool?

PositionDisplayTimes

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("position_display_times")]
public string? PositionDisplayTimes { get; init; }

Property Value

string

RespondsToName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("responds_to_name")]
public string? RespondsToName { get; init; }

Property Value

string

ServiceTypeName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("service_type_name")]
public string? ServiceTypeName { get; init; }

Property Value

string

ShortDates

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("short_dates")]
public string? ShortDates { get; init; }

Property Value

string

SortDate

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("sort_date")]
public DateTime? SortDate { get; init; }

Property Value

DateTime?

Status

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("status")]
public string? Status { get; init; }

Property Value

string

TeamName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("team_name")]
public string? TeamName { get; init; }

Property Value

string

TeamPositionName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("team_position_name")]
public string? TeamPositionName { get; init; }

Property Value

string

Methods

Equals(Schedule?)

public virtual bool Equals(Schedule? other)

Parameters

other Schedule

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(Schedule?, Schedule?)

public static bool operator ==(Schedule? left, Schedule? right)

Parameters

left Schedule
right Schedule

Returns

bool

operator !=(Schedule?, Schedule?)

public static bool operator !=(Schedule? left, Schedule? right)

Parameters

left Schedule
right Schedule

Returns

bool