1Data::ICal::Entry::FreeUBsuesry(C3o)ntributed Perl DocumDeanttaa:t:iIoCnal::Entry::FreeBusy(3)
2
3
4

NAME

6       Data::ICal::Entry::FreeBusy - Represents blocks of free and busy time
7       in an iCalendar file
8

SYNOPSIS

10           my $vfreebusy = Data::ICal::Entry::FreeBusy->new();
11           $vfreebusy->add_properties(
12               organizer => 'MAILTO:jsmith@host.com',
13               # Dat*e*::ICal is not a typo here
14               freebusy   => Date::ICal->new( epoch => ... )->ical . '/' . Date::ICal->new( epoch => ... )->ical,
15           );
16
17           $calendar->add_entry($vfreebusy);
18

DESCRIPTION

20       A Data::ICal::Entry::FreeBusy object represents a request for
21       information about free and busy time or a reponse to such a request, in
22       an iCalendar file.  (Note that the iCalendar RFC refers to entries as
23       "components".)  It is a subclass of Data::ICal::Entry and accepts all
24       of its methods.
25

METHODS

27   ical_entry_type
28       Returns "VFREEBUSY", its iCalendar entry name.
29
30   optional_unique_properties
31       According to the iCalendar standard, the following properties may be
32       specified at most one time for a free/busy entry:
33
34               contact  dtstart  dtend  duration  dtstamp
35               organizer  uid  url
36
37   optional_repeatable_properties
38       According to the iCalendar standard, the following properties may be
39       specified any number of times for free/busy entry:
40
41               attendee comment freebusy request-status
42

AUTHOR

44       Jesse Vincent "<jesse@bestpractical.com>" with David Glasser, Simon
45       Wistow, and Alex Vandiver
46
48       Copyright (c) 2005 - 2009, Best Practical Solutions, LLC.  All rights
49       reserved.
50
51       This module is free software; you can redistribute it and/or modify it
52       under the same terms as Perl itself. See perlartistic.
53

DISCLAIMER OF WARRANTY

55       BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
56       FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT
57       WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
58       PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND,
59       EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
60       WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
61       ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
62       YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
63       NECESSARY SERVICING, REPAIR, OR CORRECTION.
64
65       IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
66       WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
67       REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE
68       TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
69       CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
70       SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
71       RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
72       FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
73       SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
74       DAMAGES.
75
76
77
78perl v5.12.0                      2009-07-10    Data::ICal::Entry::FreeBusy(3)
Impressum