# July 4: Support for Google and Microsoft calendar feeds, saved views, bug fixes

### New Features

* :bulb: Graphlit now supports calendar feeds from Google and Microsoft. Each calendar event will be ingested as an `EVENT` content type, and will parse available metadata.
* :bulb: Graphlit now supports the creation of `views`, as saved filters which can be used to retrieve contents.
* :bulb: Graphlit now supports the creation of `connectors`, associated with `user` objects, for storing the configuration of integrations like Slack, or authentication services, like Google or Microsoft.
* We have added support for assigning an external `identifier` with all the ingestion mutations, such as `ingestText` and `ingestUri`.  Now you can assign your own system's identifier to any content object, and query contents by that external identifier.
* We have added query methods to enumerate drives and folders for OneDrive, Google Drive, Dropbox and Box.
* We have added a query method for enumerating Discord channels.

### Bugs Fixed

* GPLA-4358: Failed to summarize contents during publishing
* GPLA-4370: Unable to update feed read limit after creation


---

# Agent Instructions: 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:

```
GET https://changelog.graphlit.dev/july-2025/july-4-support-for-google-and-microsoft-calendar-feeds-saved-views-bug-fixes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
