> For the complete documentation index, see [llms.txt](https://changelog.rcahousepoints.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.rcahousepoints.com/june-2026/12-june-calendar.md).

# 12 June - Calendar

## 🚀 New Features/Enhancements

<figure><img src="/files/g4wRG3CJYgVJvxFMnhuY" alt=""><figcaption></figcaption></figure>

**Google Calendar Sync for Events**

Managing your school events just got a whole lot easier! We've been approved by Google, and calendar sync is now live.

* **Link your Google Calendar** to your events and manage everything in one place — no need to create events in the app anymore
* **Automatic sync from your calendar** — events added or removed from your linked calendar are automatically reflected in the app, so your event list always stays up to date

Instructions on how to install can be found in the guide below:

{% embed url="<https://guides.rcahousepoints.com/admin/walkthrough/add-ons/install-and-sync-with-google-calendar>" %}

**School Year Dates in Year Transition**

We've updated the school year transition flow with a new step:

* **Tell us when your school year starts and ends** — you'll now be asked for your school year dates during the transition process
* **Built for what's next** — these dates will power upcoming automation features, so setting them now means less manual work for you down the road

**Admin Dashboard**

* **Made admin improvements addressing invite management** — Admins can now delete pending invitations, giving them a way to clean up stale data (expired, mistyped, or no-longer-relevant invites) that previously had no path to removal.

***

🐛 **Bug Fixes**

* Addressed a bug where deleted students who had commented on a post caused an error in the class feed, stemming from incorrect handling of deleted users after the transition.
* Added stock validation for items in the school store. If an item is out of stock a red ‘Sold Out’ badge is visible and items are unable to be added to the cart. This addresses an issue where Staff users were able to add items to the kiosk cart for students but wouldn’t be able to check out due to no available stock

## ☺️ P.S.

We appreciate your feedback and regularly update the app based on your suggestions. Please continue sharing your feature requests or ideas through the community link in your sidebar. Thank you!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://changelog.rcahousepoints.com/june-2026/12-june-calendar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
