Hi all,
With other calendar clients this works but not with caldavzap. When I
enter a Unicode character with a high code point, it is not saved. For
example U+1F511 🔑 (symbol for a key) is not saved. It is shown when
added in an vevent by another client.
Is this reproducible and can this be fixed?
Thanks,
Pander
Hi all,
How can I use Caldavzap with only subscribed (read-only) calendars with
no connection to a CalDAV url?
Is this a new feature or can I get this to work by using the
configuration in a certain way?
Thanks,
Pander
Hi all,
Please in caldavzap offer a similar mechanism for setting colors for
calendars and event lists via globalNetworkCheckSettings (or in another
way), for example:
color: '#993399',
Preferably not one color for all calendars. Perhaps it is also possible
to retrieve calendar and event list color from the CalDAV source.
Thanks,
Pander
Hi all,
I have a feature request. Please offer an options to override the number
of weeks showing for weeks tab in caldavzap. Currently it uses 3 as
default. Perhaps 4 is better. Any way, using values such as 1 (minimal)
up to 8 (maximum) with a default on 4 would be preferable. (Month view
has 6 as default.)
Thanks,
Pander
Hi all,
When I am subscribing to an ICS url which doesn't need a username or
password, the loging in 'hangs'.
Both with empty userAuth or missing userAuth in the config has the same
result. Can someone reproduce this and tell me if this is a bug or do I
have an error in the config file and how to correct that?
The config I use is:
var globalSubscribedCalendars={
hrefLabel: 'Geabonneerd',
calendars: [
{
href:
'https://raw.githubusercontent.com/PanderMusubi/dutch-holidays/master/Nederl…',
typeList: ['vevent'],
ignoreAlarm: true,
displayName: 'Feestdagen',
color: '#009900'
}
]
};
Thanks,
Pander