Skip to content

Commit

Permalink
[Calendar] Fix Calendar Event Instance Endpoint (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: EncoreBot <ghbot@encoredigitalgroup.com>
  • Loading branch information
onairmarc and EncoreBot authored Dec 7, 2024
1 parent aef3f58 commit 8f30729
Show file tree
Hide file tree
Showing 41 changed files with 42 additions and 1 deletion.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ cbe36f817a31ddbeb1ef59120b2406f6e9d4a689
8bc4a90640e6ca09b522425509a0a147837a83e2
56cf02b78b6c1327e150c1f5f6357cd973371434
fa4b60ada3c0013ece75995fe7d741e5ab3e80b4
99bd1813b52dabee4f7a6e9fde1548dba008870c
1 change: 1 addition & 0 deletions src/Objects/Calendar/Attributes/EventAttributes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Calendar/Attributes/TagAttributes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Calendar/Attributes/TagGroupAttributes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Calendar/Event.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2023-2024. Encore Digital Group
Expand Down
3 changes: 2 additions & 1 deletion src/Objects/Calendar/EventInstance.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2023-2024. Encore Digital Group
Expand All @@ -22,7 +23,7 @@ class EventInstance
{
use HasPlanningCenterClient;

public const string EVENT_INSTANCE_ENDPOINT = "calendar/v2/event_instances";
public const string EVENT_INSTANCE_ENDPOINT = "/calendar/v2/event_instances";

public EventInstanceAttributes $attributes;
public EventInstanceRelationships $relationships;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Calendar/Relationships/EventRelationships.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Calendar/Tag.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2023-2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Calendar/TagGroup.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2023-2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Groups/Attributes/EventAttributes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Groups/Attributes/GroupAttributes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Groups/Attributes/GroupHeaderImage.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Groups/Attributes/TagAttributes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Groups/Attributes/TagGroupAttributes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Groups/Event.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2023-2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Groups/Group.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2023-2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Groups/GroupEnrollment.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Groups/GroupMemberPerson.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Groups/GroupMembership.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Groups/Tag.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2023-2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/Groups/TagGroup.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2023-2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/People/Attributes/EmailAttributes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/People/Attributes/PersonAttributes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/People/Email.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2023-2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/People/Person.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2023-2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/People/PersonMerger/PersonMerger.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/People/PersonMerger/PersonMergerAttributes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/People/Traits/HasEmails.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/SdkObjects/ClientResponse.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2023-2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/SdkObjects/MetaContainer.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Objects/SdkObjects/Relationships/BasicRelationship.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Support/PlanningCenterWebhookEvent.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2024. Encore Digital Group
Expand Down
1 change: 1 addition & 0 deletions src/Traits/HasPlanningCenterClient.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* Encore Digital Group - Planning Center PHP SDK
* Copyright (c) 2023-2024. Encore Digital Group
Expand Down

0 comments on commit 8f30729

Please sign in to comment.