Home
last modified time | relevance | path

Searched refs:get_ical (Results 1 – 9 of 9) sorted by relevance

/dports/devel/p5-DateTime-Event-Recurrence/DateTime-Event-Recurrence-0.19/lib/DateTime/Event/
H A DRecurrence.pm18 sub get_ical { subroutine
27 $new->set_ical( $self->get_ical );
37 %op1 = ( $self->get_ical ) if ( UNIVERSAL::can( $self, 'get_ical' ) );
38 %op2 = ( $_[0]->get_ical ) if ( UNIVERSAL::can( $_[0], 'get_ical' ) );
70 %op1 = ( $self->get_ical ) if ( UNIVERSAL::can( $self, 'get_ical' ) );
71 %op2 = ( $_[0]->get_ical ) if ( UNIVERSAL::can( $_[0], 'get_ical' ) );
/dports/devel/p5-DateTime-Format-ICal/DateTime-Format-ICal-0.09/lib/DateTime/Format/
H A DICal.pm312 if ( $set->can( 'get_ical' ) && defined $set->get_ical )
314 my %ical = $set->get_ical;
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/tasklist/
H A Dtasklist.php1610 $ical = $this->get_ical();
1704 $this->get_ical()->export($plugin['result'], '', true,
1834 $this->get_ical();
1951 public function get_ical() function in tasklist
1954 $this->ical = libcalendaring::get_ical();
2011 $tasks = $this->get_ical()->import($part, $charset);
2503 return $this->get_ical();
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/drivers/kolab/
H A Dkolab_user_calendar.php333 $ical = $this->cal->get_ical();
H A Dkolab_driver.php1886 $ical = $this->cal->get_ical();
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/
H A Dcalendar.php259 public function get_ical() function in calendar
262 $this->ical = libcalendaring::get_ical();
1611 $ical = $this->get_ical();
1687 …$this->get_ical()->export($events, '', true, $attachments ? array($this->driver, 'get_attachment_b…
2886 $this->get_ical();
3348 $events = $this->get_ical()->import($part, $charset);
3478 …file_put_contents($tmp_path, $this->get_ical()->export(array($event), '', false, array($this->driv…
3584 return $this->get_ical();
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/libcalendaring/
H A Dlibcalendaring.php155 public static function get_ical() function in libcalendaring
1123 $this->mail_ical_parser = $this->get_ical();
1180 $parser = $this->get_ical();
/dports/devel/p5-DateTime-Event-Recurrence/DateTime-Event-Recurrence-0.19/
H A DChanges83 ICal strings to represent recurrences (set/get_ical)
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/libcalendaring/lib/
H A Dlibcalendaring_itip.php294 $ical = libcalendaring::get_ical();