aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Data/ICal/Entry/Event7986.pm
blob: ae627861af2ca41466abfddc776111dcb7f8ef70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package Data::ICal::Entry::Event7986;

use parent 'Data::ICal::Entry::Event';

sub optional_unique_properties {
    return (
        shift->SUPER::optional_unique_properties,
        "color",
    );
}

sub optional_repeatable_properties {
    return (
        shift->SUPER::optional_repeatable_properties,
        "conference", "image",
    );
}