# Read CalDAV calendar data from external server

**URL:** https://meta.discourse.org/t/read-caldav-calendar-data-from-external-server/366108
**Category:** Feature
**Tags:** events
**Created:** [May 14, 2025, 3:07pm UTC](https://meta.discourse.org/t/read-caldav-calendar-data-from-external-server/366108 "2025-05-14T15:07:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Thomas\_Rother](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thomas_rother/32/423597_2.png) [@Thomas\_Rother](https://meta.discourse.org/u/Thomas_Rother)
#### Post date: [May 14, 2025, 3:07pm UTC](https://meta.discourse.org/t/read-caldav-calendar-data-from-external-server/366108/1 "2025-05-14T15:07:17Z")

</div>

The current calendar plugin has no connection to calendars which are managed outside of Discourse. In our case we use a radicale server ( [Radicale v3 Documentation](https://radicale.org/v3.html) ) to manage users calendars which can then be shared on various devices and applications. It would be a huge increase of functionalitiy if the Discourse calendar plugin is able to read data from a caldav ressource and display its content dynamically inside of a topic.

I am not a ruby programmer, but this package may be useful for that (they also use Radicale as a test environment):

[https://github.com/pat/calendav](https://github.com/pat/calendav)
