[mod] model:sync_calendars:do not export
This commit is contained in:
parent
3ca3cabb9e
commit
9f0f6808b2
|
|
@ -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 : {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue