1Data::ICal::Entry::AlarUms:e:rNoCnoen(t3r)ibuted Perl DoDcautmae:n:tIaCtailo:n:Entry::Alarm::None(3)
2
3
4

NAME

6       Data::ICal::Entry::Alarm::None - Represents an default no-op alarm
7

SYNOPSIS

9           my $valarm = Data::ICal::Entry::Alarm::None->new();
10           $vevent->add_entry($valarm);
11

DESCRIPTION

13       A Data::ICal::Entry::Alarm::None object represents a default alarm that
14       does nothing; this is different from a lack of alarm, because clients
15       may be expected to "override" any default alarm present in calendar
16       data with the current value retrieved from the server.  This class is a
17       subclass of Data::ICal::Entry::Alarm and accepts all of its methods.
18
19       This element is not included in the official iCal RFC, but is rather an
20       unaccepted draft standard; see
21       <https://tools.ietf.org/html/draft-daboo-valarm-extensions-04#section-11>
22       Its interoperability and support is thus limited. This is alarm type is
23       primarily used by Apple.
24

METHODS

26   new
27       Creates a new Data::ICal::Entry::Alarm::None object; sets its "ACTION"
28       property to "NONE".
29

AUTHOR

31       Best Practical Solutions, LLC <modules@bestpractical.com>
32
34       Copyright (c) 2005 - 2020, Best Practical Solutions, LLC.  All rights
35       reserved.
36
37       This module is free software; you can redistribute it and/or modify it
38       under the same terms as Perl itself. See perlartistic.
39
40
41
42perl v5.34.0                      2021-07-22 Data::ICal::Entry::Alarm::None(3)
Impressum