| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -16,7 +16,11 @@ namespace ical { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    void parse(icalcomponent* event); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    void parse_alarms(icalcomponent* event_component); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    std::string | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    std::string get_uid() const; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    std::string get_summary() const; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    icaltimetype get_dtstart() const; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    icaltimetype get_dtend() const; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    std::vector<Alarm> get_alarms() const; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    std::string print() const; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  private: | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |