-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support tagging events hosted on external (CalDAV) calendars. #162
Comments
Isn't event types enough? You can already filter by them. |
Event types are supported only for local calendar. It's currently not supported for CalDAV synchronized calendars, because the app treats synchronized calendar as an event type itself. We'd need to add distinction between calendars and event types, what may even be a bit related to #92. |
@Aga-C, glad for the context, although I fail to see how that correlates it with #162 (comment) specifically. Regardless, should this issue be renamed to reflect the specific absence of the feature on all except local calendars consequently? After all, it seems like the feature exists in that specific context, so the scope of the issue should probably be reduced. I'll do so unless you disagree. |
I was thinking about that once again, and I'm just curious about the example you've sent from NextCloud. By tagging events, you mean that those events are tagged as "Everything"? If so, this is the same as event type in Fossify Calendar. What's more, you can already change them. The only requirement is that you need to have them defined on your CalDAV provider and synchronized in the app, as we can't create new ones due to no Internet access. |
@Aga-C, I believe you're referring to something else, for “Everything” is the name of the calendar itself. What I'm describing is what https://github.com/nextcloud/documentation/blob/9f188a307f92d634551cde6129d958b21b4f6fdb/user_manual/groupware/calendar.rst#add-attachments-to-events depicts (although unfortunately the documentation lacks explicit description of the feature, per nextcloud/documentation#789 (comment)): However, it's obviously tags. |
Checklist
Feature description
A one-to-many correspondence, possible to combine and exclude when filtering.
Why do you want this feature?
To organize them in a manner which embeds into the
iCS
file / calendar event.Additional information
FossifyOrg/General-Discussion#127 (comment)
The text was updated successfully, but these errors were encountered: