AfterLogic API Documentation
  • Package
  • Class

Packages

  • Calendar
    • Classes
    • Storages
  • Capability
  • Channels
    • Classes
    • Storages
  • Collaboration
  • Contacts
    • Helpers
    • Storages
  • Dav
  • Db
    • Classes
    • Enum
    • Storages
  • Domains
    • Classes
    • Storages
  • Fetchers
    • Classes
    • Storages
  • Filecache
    • Storages
  • Filestorage
    • Classes
    • Storages
  • GContacts
    • Storages
  • Helpdesk
    • Classes
    • Enum
    • Storages
  • Integrator
  • IOS
  • Logger
  • Mail
    • Classes
    • Enum
    • Storages
  • Mailsuite
    • Classes
    • Storages
  • Min
    • Storages
  • Sieve
    • Classes
    • Enum
  • Social
    • Classes
    • Storages
  • Subscription
    • Classes
  • Subscriptions
    • Storages
  • Tenants
    • Classes
    • Storages
  • Twofactorauth
    • Classes
    • Storages
  • Users
    • Classes
    • Enum
    • Storages
  • Voice
  • WebMail
    • Storages

Classes

  • CApiMailAttachment
  • CApiMailAttachmentCollection
  • CApiMailFolder
  • CApiMailFolderCollection
  • CApiMailIcs
  • CApiMailMessage
  • CApiMailMessageCollection
  • CApiMailVcard

Class CApiMailIcs

CApiMailIcs class is used for work with attachment that contains calendar event or calendar appointment.

Package: Mail\Classes
Internal
Located at mail/classes/ics.php

Methods summary

public static CApiMailIcs
# createInstance( )

Creates new empty instance.

Creates new empty instance.

Returns

CApiMailIcs

Properties summary

public string $Uid

Event identifier.

Event identifier.

#
public integer $Sequence

Event sequence number.

Event sequence number.

#
public string $Attendee

Attendee of the event.

Attendee of the event.

#
public string $File

Temp file name of the .ics file.

Temp file name of the .ics file.

#
public string $Type

Type of the event. Possible values: 'REQUEST' - Object is an appointment. Organizer expects a response to the invitation. 'REPLY' - Object is an appointment. The recipient replied to the invitation. 'CANCEL' - Object is an appointment. The event was canceled by the organizer. 'PUBLISH' - Object is an event for saving to the calendar. 'SAVE' - Object is an event for saving to the calendar.

Type of the event. Possible values: 'REQUEST' - Object is an appointment. Organizer expects a response to the invitation. 'REPLY' - Object is an appointment. The recipient replied to the invitation. 'CANCEL' - Object is an appointment. The event was canceled by the organizer. 'PUBLISH' - Object is an event for saving to the calendar. 'SAVE' - Object is an event for saving to the calendar.

#
public string $Location

Event location.

Event location.

#
public string $Description

Event description.

Event description.

#
public string $When

Date of the event.

Date of the event.

#
public string $CalendarId

Identifier of calendar in wich the event will be added.

Identifier of calendar in wich the event will be added.

#
public array $Calendars

List of calendars.

List of calendars.

#
AfterLogic API Documentation API documentation generated by ApiGen