Skip to content

Commit 8f30729

Browse files
onairmarcEncoreBot
andauthored
[Calendar] Fix Calendar Event Instance Endpoint (#35)
Co-authored-by: EncoreBot <ghbot@encoredigitalgroup.com>
1 parent aef3f58 commit 8f30729

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+42
-1
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ cbe36f817a31ddbeb1ef59120b2406f6e9d4a689
88
8bc4a90640e6ca09b522425509a0a147837a83e2
99
56cf02b78b6c1327e150c1f5f6357cd973371434
1010
fa4b60ada3c0013ece75995fe7d741e5ab3e80b4
11+
99bd1813b52dabee4f7a6e9fde1548dba008870c

src/Objects/Calendar/Attributes/EventAttributes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* Encore Digital Group - Planning Center PHP SDK
45
* Copyright (c) 2024. Encore Digital Group

src/Objects/Calendar/Attributes/EventInstanceAttributes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* Encore Digital Group - Planning Center PHP SDK
45
* Copyright (c) 2024. Encore Digital Group

src/Objects/Calendar/Attributes/TagAttributes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* Encore Digital Group - Planning Center PHP SDK
45
* Copyright (c) 2024. Encore Digital Group

src/Objects/Calendar/Attributes/TagGroupAttributes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* Encore Digital Group - Planning Center PHP SDK
45
* Copyright (c) 2024. Encore Digital Group

src/Objects/Calendar/Event.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* Encore Digital Group - Planning Center PHP SDK
45
* Copyright (c) 2023-2024. Encore Digital Group

src/Objects/Calendar/EventInstance.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* Encore Digital Group - Planning Center PHP SDK
45
* Copyright (c) 2023-2024. Encore Digital Group
@@ -22,7 +23,7 @@ class EventInstance
2223
{
2324
use HasPlanningCenterClient;
2425

25-
public const string EVENT_INSTANCE_ENDPOINT = "calendar/v2/event_instances";
26+
public const string EVENT_INSTANCE_ENDPOINT = "/calendar/v2/event_instances";
2627

2728
public EventInstanceAttributes $attributes;
2829
public EventInstanceRelationships $relationships;

src/Objects/Calendar/Relationships/EventInstanceRelationships.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* Encore Digital Group - Planning Center PHP SDK
45
* Copyright (c) 2024. Encore Digital Group

src/Objects/Calendar/Relationships/EventRelationships.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* Encore Digital Group - Planning Center PHP SDK
45
* Copyright (c) 2024. Encore Digital Group

src/Objects/Calendar/Tag.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* Encore Digital Group - Planning Center PHP SDK
45
* Copyright (c) 2023-2024. Encore Digital Group

0 commit comments

Comments
 (0)