[mod] model:sync_calendars:do not export

This commit is contained in:
fenris 2025-10-20 13:13:46 +02:00
parent 3ca3cabb9e
commit 9f0f6808b2

View file

@ -128,10 +128,8 @@ namespace _dali.model
/** /**
* @todo clear after login/logout
* @todo do not export
*/ */
export async function sync_calendars( async function sync_calendars(
) )
: Promise<void> : Promise<void>
{ {
@ -358,7 +356,6 @@ namespace _dali.model
* @todo heed calendar_ids * @todo heed calendar_ids
* @todo mutex * @todo mutex
* @todo only update outside timeframe * @todo only update outside timeframe
* @todo clear after login/logout
*/ */
export async function sync_events( export async function sync_events(
timeframe : { timeframe : {