123456789101112131415161718192021222324252627 |
- fragment userCalendarSubscriptionAttributes on UserPersonalSettingsCalendarSubscriptionsConfig {
- combinedUrl
- globalOptions {
- alarm
- }
- newOpen {
- url
- options {
- own
- notAssigned
- }
- }
- pending {
- url
- options {
- own
- notAssigned
- }
- }
- escalation {
- url
- options {
- own
- notAssigned
- }
- }
- }
|